Skip to content

Commit

Permalink
Add missing changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Dec 11, 2024
1 parent 15ada4c commit a6567f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/authors.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
21 changes: 19 additions & 2 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,37 @@ Here we list a changelog of MNE-connectivity.
Version 0.8 (in dev)
--------------------

Functionality now requires ``Python >= 3.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:`~mne_connectivity.decoding.CoherencyDecomposition.plot_filters` and :meth:`~mne_connectivity.decoding.CoherencyDecomposition.plot_patterns` to the :class:`~mne_connectivity.decoding.CoherencyDecomposition` class 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 function and classes and make data types more explicit throughout the documentation, by `Thomas Binns`_ (:pr:`214`).
- 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`).

Bug
~~~



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
~~~~~~~


* `Thomas Binns`_
* `Richard Köhler`_
* `Adam Li`_
* `Marijn van Vliet`_
* `Eric Larson`_
* `Daniel McCloy`_

:doc:`Find out what was new in previous releases <whats_new_previous_releases>`

Expand Down

0 comments on commit a6567f6

Please sign in to comment.