diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 223707a6..ff659291 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -23,9 +23,10 @@ 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`). +- 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 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`). - Update the cross-references for relevant functions and classes and make data types more explicit throughout the documentation, by `Thomas Binns`_ (:pr:`214`). Bug