Skip to content

Commit

Permalink
[Release] V0.5 (#121)
Browse files Browse the repository at this point in the history
* release v0.5

Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 authored Jan 14, 2023
1 parent dca324d commit fe3177c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 4 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,10 @@

html_context = {
'versions_dropdown': {
'dev': 'v0.4 (devel)',
'stable': 'v0.3 (stable)',
'dev': 'v0.6 (devel)',
'stable': 'v0.5 (stable)',
'v0.4': 'v0.4',
'v0.3': 'v0.3',
'v0.2': 'v0.2',
'v0.1': 'v0.1',
},
Expand Down
9 changes: 6 additions & 3 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ Here we list a changelog of MNE-connectivity.

.. _current:

Version 0.5 (Unreleased)
------------------------
Version 0.5
-----------

This version has several improvements in the ``spectral`` connectivity analysis and some bug fixes. Functionality now requires ``mne>=1.3``
for MNE-Python as a minimum version requirement.

This version has major changes in :func:`mne_connectivity.spectral_connectivity_time`. Several bugs are fixed, and the
function now computes static connectivity over time, as opposed to static connectivity over trials computed by :func:`mne_connectivity.spectral_connectivity_epochs`.
Functionality now requires ``mne>=1.3`` for MNE-Python.

Enhancements
~~~~~~~~~~~~
Expand Down Expand Up @@ -56,6 +58,7 @@ Authors
* `Santeri Ruuskanen`_
* `Daniel McCloy`_
* `Sam Steingold`_
* `Adam Li`_

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

Expand Down
2 changes: 1 addition & 1 deletion mne_connectivity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# License: BSD (3-clause)

__version__ = '0.5.0.dev0'
__version__ = '0.5.0'

from .base import (Connectivity, EpochConnectivity, EpochSpectralConnectivity,
EpochSpectroTemporalConnectivity, EpochTemporalConnectivity,
Expand Down

0 comments on commit fe3177c

Please sign in to comment.