From 282a303399e6aec59f828f9228c4f4a2c58d4a20 Mon Sep 17 00:00:00 2001 From: Adam Li Date: Wed, 6 Dec 2023 15:28:20 -0500 Subject: [PATCH] Release for 0.6 Signed-off-by: Adam Li --- doc/_static/versions.json | 11 ++++++++--- doc/whats_new.rst | 10 ++++------ doc/whats_new_previous_releases.rst | 15 +++++++++++++++ pyproject.toml | 2 +- 4 files changed, 28 insertions(+), 10 deletions(-) diff --git a/doc/_static/versions.json b/doc/_static/versions.json index 1f77c40f..133470cb 100644 --- a/doc/_static/versions.json +++ b/doc/_static/versions.json @@ -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", diff --git a/doc/whats_new.rst b/doc/whats_new.rst index d21d6468..0199231e 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -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 ~~~ diff --git a/doc/whats_new_previous_releases.rst b/doc/whats_new_previous_releases.rst index 9932855d..a18ad190 100644 --- a/doc/whats_new_previous_releases.rst +++ b/doc/whats_new_previous_releases.rst @@ -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) ------------------------ diff --git a/pyproject.toml b/pyproject.toml index a84ab74f..04b19e1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [