Skip to content

Commit

Permalink
[ENH, WIP] Add multivariate connectivity methods (mne-tools#138)
Browse files Browse the repository at this point in the history
* add multivariate con base class
* add multivariate imcoh classes
* add multivar methods

---------
Author: Thomas Samuel Binns <t.s.binns@outlook.com>
Co-authored-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
tsbinns committed Jul 18, 2023
1 parent c3b508f commit d17a308
Show file tree
Hide file tree
Showing 13 changed files with 2,929 additions and 322 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ exclude .github/PULL_REQUEST_TEMPLATE.md

exclude mne_connectivity/tests/data
recursive-exclude mne_connectivity/tests/data *
exclude mne_connectivity/spectral/tests/data
recursive-exclude mne_connectivity/spectral/tests/data *
recursive-exclude benchmarks *
3 changes: 3 additions & 0 deletions doc/authors.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
.. _Daniel McCloy: https://dan.mccloy.info
.. _Sam Steingold: https://github.com/sam-s
.. _Qianliang Li: https://github.com/Avoide
.. _Thomas Binns: https://github.com/tsbinns
.. _Tien Nguyen: https://github.com/nguyen-td
.. _Richard Köhler: https://github.com/richardkoehler
Loading

0 comments on commit d17a308

Please sign in to comment.