What’s new?#
Here we list a changelog of MNE-connectivity.
Contents
Version 0.5#
This version has several improvements in the spectral connectivity analysis and some bug fixes. Functionality now requires mne>=1.3
for MNE-Python as a minimum version requirement.
This version has major changes in mne_connectivity.spectral_connectivity_time(). Several bugs are fixed, and the
function now computes static connectivity over time, as opposed to static connectivity over trials computed by mne_connectivity.spectral_connectivity_epochs().
Enhancements#
Add the
PLIandwPLImethods inmne_connectivity.spectral_connectivity_time()by Santeri Ruuskanen (#104).Improve the documentation of
mne_connectivity.spectral_connectivity_time()by Santeri Ruuskanen (#104).Add the option to average connectivity across epochs and frequencies in
mne_connectivity.spectral_connectivity_time()by Santeri Ruuskanen (#104).Select multitaper frequencies automatically in
mne_connectivity.spectral_connectivity_time()similarly tomne_connectivity.spectral_connectivity_epochs()by Santeri Ruuskanen (#104).Add the
ciPLVmethod inmne_connectivity.spectral_connectivity_time()by Santeri Ruuskanen (#115).Add the option to use the edges of each epoch as padding in
mne_connectivity.spectral_connectivity_time()by Santeri Ruuskanen (#115).
Bug#
When using the
multitapermode inmne_connectivity.spectral_connectivity_time(), average CSD over tapers instead of the complex signal by Santeri Ruuskanen (#104).Average over time when computing connectivity measures in
mne_connectivity.spectral_connectivity_time()by Santeri Ruuskanen (#104).Fix support for multiple connectivity methods in calls to
mne_connectivity.spectral_connectivity_time()by Santeri Ruuskanen (#104).Fix bug with the
indicesparameter inmne_connectivity.spectral_connectivity_time(), the behavior is now as expected by Santeri Ruuskanen (#104).Fix bug with parallel computation in
mne_connectivity.spectral_connectivity_time(), add instructions for memory mapping in doc by Santeri Ruuskanen (#104).Allow loading files that don’t have
event_id_keysandevent_id_valuesdefined, by Daniel McCloy (#110)Fix handling of the
verboseargument byspectral_connectivity_epochs(),spectral_connectivity_time(),vector_auto_regression()by Sam Steingold (#111)
API#
Streamline the API of
mne_connectivity.spectral_connectivity_time()withmne_connectivity.spectral_connectivity_epochs()by Santeri Ruuskanen (#104).The
sfreqparameter is now required for numpy array inputs tospectral_connectivity_epochs(), by Adam Li (#119)