diff --git a/doc/authors.inc b/doc/authors.inc index 61ead35b..5d75113f 100644 --- a/doc/authors.inc +++ b/doc/authors.inc @@ -16,3 +16,4 @@ .. _Richard Köhler: https://github.com/richardkoehler .. _Mohammad Orabe: https://github.com/orabe .. _Mina Jamshidi: https://github.com/minajamshidi +.. _Marijn van Vliet: https://github.com/wmvanvliet diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 18e6dbc2..223707a6 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -17,20 +17,36 @@ Here we list a changelog of MNE-connectivity. Version 0.8 (in dev) -------------------- +Minimum supported Python version is now 3.10. + Enhancements ~~~~~~~~~~~~ -*(none yet)* +- Add a new :class:`~mne_connectivity.decoding.CoherencyDecomposition` class for decomposing connectivity sources using multivariate coherency-based methods, by `Thomas Binns`_ (:pr:`193`). +- Add new plotting methods :meth:`CoherencyDecomposition.plot_filters() ` and :meth:`CoherencyDecomposition.plot_patterns() ` for visualising the decomposed connectivity sources, by `Thomas Binns`_ (:pr:`208`). +- Add support for computing multiple components of multivariate connectivity in the :func:`~mne_connectivity.spectral_connectivity_epochs` and :func:`~mne_connectivity.spectral_connectivity_time` functions and :class:`~mne_connectivity.decoding.CoherencyDecomposition` class, and add support for storing data with a components dimension in all :class:`~mne_connectivity.Connectivity` classes, by `Thomas Binns`_ and `Eric Larson`_ (:pr:`213`). +- Add support for :class:`mne.time_frequency.EpochsSpectrum` objects to be passed as data to the :func:`~mne_connectivity.spectral_connectivity_epochs` function, by `Thomas Binns`_ and `Eric Larson`_ (:pr:`220`). +- Update the cross-references for relevant functions and classes and make data types more explicit throughout the documentation, by `Thomas Binns`_ (:pr:`214`). Bug ~~~ -*(none yet)* +- Improve the documentation of the ``fmin`` and ``cwt_freqs`` parameters in the :func:`~mne_connectivity.spectral_connectivity_epochs` function, by `Richard Köhler`_ and `Daniel McCloy`_ (:pr:`242`). + +API +~~~ + +- Add a new ``min_distance`` parameter to the :func:`~mne_connectivity.viz.plot_sensors_connectivity` function which offers greater control over the minimum distance required between sensors to plot a connection between them, by `Thomas Binns`_ and `Eric Larson`_ (:pr:`221`). Authors ~~~~~~~ -*(none yet)* +* `Thomas Binns`_ +* `Richard Köhler`_ +* `Adam Li`_ +* `Marijn van Vliet`_ +* `Eric Larson`_ +* `Daniel McCloy`_ :doc:`Find out what was new in previous releases `