Skip to content

Commit fe3177c

Browse files
authored
[Release] V0.5 (#121)
* release v0.5 Signed-off-by: Adam Li <[email protected]>
1 parent dca324d commit fe3177c

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

doc/conf.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,10 @@
206206

207207
html_context = {
208208
'versions_dropdown': {
209-
'dev': 'v0.4 (devel)',
210-
'stable': 'v0.3 (stable)',
209+
'dev': 'v0.6 (devel)',
210+
'stable': 'v0.5 (stable)',
211+
'v0.4': 'v0.4',
212+
'v0.3': 'v0.3',
211213
'v0.2': 'v0.2',
212214
'v0.1': 'v0.1',
213215
},

doc/whats_new.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ Here we list a changelog of MNE-connectivity.
1616

1717
.. _current:
1818

19-
Version 0.5 (Unreleased)
20-
------------------------
19+
Version 0.5
20+
-----------
21+
22+
This version has several improvements in the ``spectral`` connectivity analysis and some bug fixes. Functionality now requires ``mne>=1.3``
23+
for MNE-Python as a minimum version requirement.
2124

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

2628
Enhancements
2729
~~~~~~~~~~~~
@@ -56,6 +58,7 @@ Authors
5658
* `Santeri Ruuskanen`_
5759
* `Daniel McCloy`_
5860
* `Sam Steingold`_
61+
* `Adam Li`_
5962

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

mne_connectivity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# License: BSD (3-clause)
88

9-
__version__ = '0.5.0.dev0'
9+
__version__ = '0.5.0'
1010

1111
from .base import (Connectivity, EpochConnectivity, EpochSpectralConnectivity,
1212
EpochSpectroTemporalConnectivity, EpochTemporalConnectivity,

0 commit comments

Comments
 (0)