What’s new?#
Here we list a changelog of MNE-connectivity.
Contents
Version 0.4#
There are a few enhancements. Notably, the dPLI method was added to mne_connectivity.spectral_connectivity_epochs(). There
are some bug fixes to the underlying API to make compatible with MNE-Python v1.2+.
Enhancements#
Add
node_heighttomne_connectivity.viz.plot_connectivity_circle()and enable passing a polarax, by Alex Rockhill #88Add directed phase lag index (dPLI) as a method in
mne_connectivity.spectral_connectivity_epochs()with a corresponding example by Kenji Marshall (#79)
Bug#
Fix the output of
mne_connectivity.spectral_connectivity_epochs()whenfaverage=True, allowing one to save the Connectivity object, by Adam Li and Szonja Weigl (#91)Fix the incompatibility of dimensions of frequencies in the creation of
EpochSpectroTemporalConnectivityobject inmne_connectivity.spectral_connectivity_time()by providing the frequencies of interest into the object, rather than the frequencies used in the time-frequency decomposition by Adam Li and Sezan Mert (#98)