mne-tools / mne-connectivity

Connectivity algorithms that leverage the MNE-Python API.
https://mne.tools/mne-connectivity/dev/index.html
BSD 3-Clause "New" or "Revised" License
68 stars 34 forks source link

v0.2 release #34

Closed adam2392 closed 3 years ago

adam2392 commented 3 years ago

A release with the VAR models and connectivity classes and improved documentation.

larsoner commented 3 years ago

You will need to update MNE-Python almost immediately thereafter, I currently get for example:

WARNING: /home/larsoner/python/mne-python/tutorials/epochs/60_make_fixed_length_epochs.py failed to execute correctly: Traceback (most recent call last):
  File "/home/larsoner/python/mne-python/tutorials/epochs/60_make_fixed_length_epochs.py", line 100, in <module>
    corr_matrix = envelope_correlation(alpha_data, combine=None)
TypeError: envelope_correlation() got an unexpected keyword argument 'combine'
larsoner commented 3 years ago

(and the output type will have changed, so that'll need to be updated there, etc.)

adam2392 commented 3 years ago

Sounds good. I will slate a 0.2 release, once we get the main docs sorted out