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 1
1
[
2
2
{
3
- "name" : " 0.3 (devel)" ,
3
+ "name" : " 0.4 (devel)" ,
4
4
"version" : " dev" ,
5
5
"url" : " https://mne.tools/mne-nirs/dev/"
6
6
},
7
7
{
8
- "name" : " 0.2.1 (stable) " ,
8
+ "name" : " 0.3.0 " ,
9
9
"version" : " stable" ,
10
10
"url" : " https://mne.tools/mne-nirs/stable/"
11
+ },
12
+ {
13
+ "name" : " 0.2.1" ,
14
+ "url" : " https://mne.tools/mne-nirs/0.2/"
11
15
}
12
16
]
Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ Patch version changes indicate backward compatible bug fixes.
15
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
16
17
17
18
+ v0.3.0
19
+ ------
20
+
21
+ * Add support for Gowerlabs device and added tutorial. By `Robert Luke `_ and `Samuel Powell `_.
22
+ * Remove requirement on lets-plot library. By `Robert Luke `_.
23
+
24
+
18
25
v0.2.1
19
26
------
20
27
@@ -164,3 +171,4 @@ Enhancements
164
171
.. _Darin Erat Sleiter : https://github.com/dsleiter
165
172
.. _Christian Arthur : https://github.com/chrsthur
166
173
.. _Alex Rockhill : https://github.com/alexrockhill
174
+ .. _Samuel Powell : https://github.com/samuelpowell
Original file line number Diff line number Diff line change 1
- __version__ = "0.3.0 dev "
1
+ __version__ = "0.3.0"
You can’t perform that action at this time.
0 commit comments