diff --git a/doc/whats_new.rst b/doc/whats_new.rst index ff659291..de03ce61 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -23,7 +23,7 @@ Enhancements ~~~~~~~~~~~~ - 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`) and (:pr:`279`). +- Add new plotting methods :meth:`CoherencyDecomposition.plot_filters() ` and :meth:`CoherencyDecomposition.plot_patterns() ` for visualising the decomposed connectivity sources, by `Thomas Binns`_ (:pr:`208` and :pr:`280`). - 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`). - Add support for :class:`mne.time_frequency.EpochsTFR` objects to be passed as data to the :func:`~mne_connectivity.spectral_connectivity_epochs` and :func:`~mne_connectivity.spectral_connectivity_time` functions, by `Thomas Binns`_ and `Daniel McCloy`_ (:pr:`232`).