Version 0.6 (2023-12-06)#
This version introduces new functionality for computing multivariate connectivity methods, championed primarily by
Thomas Binns. The spectral_connectivity_time and spectral_connectivity_epochs functions
now supports multivariate connectivity methods.
Enhancements#
Add the option to set the number of connections plotted in
mne_connectivity.viz.plot_sensors_connectivity()by Qianliang Li (#133).Allow setting colormap via new parameter
cmapinmne_connectivity.viz.plot_sensors_connectivity()by Daniel McCloy (#141).Add support for multivariate connectivity methods in
mne_connectivity.spectral_connectivity_epochs()andmne_connectivity.spectral_connectivity_time()by Thomas Binns and Tien Nguyen and Richard Köhler (#138) and (#142).