File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " dev"
5
5
},
6
6
{
7
- "name" : " 0.2 (stable)" ,
7
+ "name" : " 0.2.1 (stable)" ,
8
8
"version" : " stable"
9
+ },
10
+ {
11
+ "name" : " 0.2"
9
12
}
10
13
]
Original file line number Diff line number Diff line change @@ -12,7 +12,15 @@ Major version changes indicate incompatible API changes.
12
12
Minor version changes indicate new functionality was added in a backwards compatible manner.
13
13
Patch version changes indicate backward compatible bug fixes.
14
14
15
- To install a specific version of the library you would run ``pip install mne-nirs==0.0.6 ``, where ``0.0.6 `` is the version you wish to install.
15
+ To install a specific version of the library you would run ``pip install mne-nirs==0.2.1 ``, where ``0.2.1 `` is the version you wish to install.
16
+
17
+
18
+ v0.2.1
19
+ ------
20
+
21
+ General
22
+
23
+ * Maintenance release to align with MNE-Python 1.0 changes. By `Alex Rockhill `_.
16
24
17
25
18
26
v0.2.0
@@ -155,3 +163,4 @@ Enhancements
155
163
.. _Eric Larson : https://github.com/larsoner/
156
164
.. _Darin Erat Sleiter : https://github.com/dsleiter
157
165
.. _Christian Arthur : https://github.com/chrsthur
166
+ .. _Alex Rockhill : https://github.com/alexrockhill
Original file line number Diff line number Diff line change 1
- __version__ = "0.3.dev0 "
1
+ __version__ = "0.2.1 "
You can’t perform that action at this time.
0 commit comments