Skip to content

Commit

Permalink
Release for 0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Dec 6, 2023
1 parent b0b9407 commit 282a303
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 10 deletions.
11 changes: 8 additions & 3 deletions doc/_static/versions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
[
{
"name": "0.6 (devel)",
"name": "0.7 (devel)",
"version": "dev",
"url": "https://mne.tools/mne-connectivity/dev/"
},
{
"name": "0.5 (stable)",
"version": "0.5",
"name": "0.6",
"version": "stable",
"url": "https://mne.tools/mne-connectivity/stable/"
},
{
"name": "0.5",
"version": "0.5",
"url": "https://mne.tools/mne-connectivity/v0.5/"
},
{
"name": "0.4",
"version": "0.4",
Expand Down
10 changes: 4 additions & 6 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ Here we list a changelog of MNE-connectivity.

.. _current:

Version 0.6 (unreleased)
------------------------
Version 0.7 (in dev)
--------------------



Enhancements
~~~~~~~~~~~~

- Add the option to set the number of connections plotted in :func:`mne_connectivity.viz.plot_sensors_connectivity` by `Qianliang Li`_ (:pr:`133`).
- Allow setting colormap via new parameter ``cmap`` in :func:`mne_connectivity.viz.plot_sensors_connectivity` by `Daniel McCloy`_ (:pr:`141`).
- Add support for multivariate connectivity methods in :func:`mne_connectivity.spectral_connectivity_epochs` and :func:`mne_connectivity.spectral_connectivity_time` by `Thomas Binns`_ and `Tien Nguyen`_ and `Richard Köhler`_ (:pr:`138`) and (:pr:`142`).

-

Bug
~~~
Expand Down
15 changes: 15 additions & 0 deletions doc/whats_new_previous_releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
What was new in previous releases?
==================================

Version 0.6
-----------

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 :func:`mne_connectivity.viz.plot_sensors_connectivity` by `Qianliang Li`_ (:pr:`133`).
- Allow setting colormap via new parameter ``cmap`` in :func:`mne_connectivity.viz.plot_sensors_connectivity` by `Daniel McCloy`_ (:pr:`141`).
- Add support for multivariate connectivity methods in :func:`mne_connectivity.spectral_connectivity_epochs` and :func:`mne_connectivity.spectral_connectivity_time` by `Thomas Binns`_ and `Tien Nguyen`_ and `Richard Köhler`_ (:pr:`138`) and (:pr:`142`).


Version 0.5 (2023-01-13)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ maintainers = [
name = 'mne-connectivity'
readme = 'README.md'
requires-python = '~=3.9'
version = "0.6.0.dev0"
version = "0.6.0"

[project.optional-dependencies]
all = [
Expand Down

0 comments on commit 282a303

Please sign in to comment.