File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 27
27
"name" : " Salo, Taylor" ,
28
28
"orcid" : " 0000-0001-9813-3167"
29
29
},
30
- {
31
- "affiliation" : " Dartmouth College" ,
32
- "name" : " Halchenko, Yaroslav O." ,
33
- "orcid" : " 0000-0003-3456-2493"
34
- },
35
30
{
36
31
"affiliation" : " Université catholique de Louvain" ,
37
32
"name" : " Gau, Remi" ,
38
33
"orcid" : " 0000-0002-1535-9767"
39
34
},
35
+ {
36
+ "affiliation" : " Dartmouth College" ,
37
+ "name" : " Halchenko, Yaroslav O." ,
38
+ "orcid" : " 0000-0003-3456-2493"
39
+ },
40
40
{
41
41
"affiliation" : " CEA" ,
42
42
"name" : " Papadopoulos Orfanos, Dimitri" ,
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 0.17.1 (September 06, 2024)
5
+ -----------------------------------
6
+
7
+ Bug-fix release in the 0.17.x series.
8
+
9
+ Mostly quiets down warnings generated by more recent versions of Pandas.
10
+
11
+ * FIX: Create indices with object dtype (#1084)
12
+ * MNT: Transfer validation tests to bids validator (#1081)
13
+
4
14
Version 0.17.0 (July 29, 2024)
5
15
------------------------------
6
16
7
- Feature release in the 0.17.0 series.
17
+ Feature release in the 0.17.x series.
8
18
9
19
This release includes experimental support for MRS (BEP22) datasets
10
20
and `universal_pathlib <https://github.com/fsspec/universal_pathlib >`__.
You can’t perform that action at this time.
0 commit comments