File tree 2 files changed +36
-6
lines changed
2 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 23
23
"orcid" : " 0000-0003-3321-7583"
24
24
},
25
25
{
26
- "affiliation" : " Florida International University " ,
26
+ "affiliation" : " University of Pennsylvania " ,
27
27
"name" : " Salo, Taylor" ,
28
28
"orcid" : " 0000-0001-9813-3167"
29
29
},
32
32
"name" : " Halchenko, Yaroslav O." ,
33
33
"orcid" : " 0000-0003-3456-2493"
34
34
},
35
+ {
36
+ "affiliation" : " Université catholique de Louvain" ,
37
+ "name" : " Gau, Remi" ,
38
+ "orcid" : " 0000-0002-1535-9767"
39
+ },
35
40
{
36
41
"affiliation" : " CEA" ,
37
42
"name" : " Papadopoulos Orfanos, Dimitri" ,
42
47
"name" : " Esteban, Oscar" ,
43
48
"orcid" : " 0000-0001-8435-6191"
44
49
},
45
- {
46
- "affiliation" : " Université catholique de Louvain" ,
47
- "name" : " Gau, Remi" ,
48
- "orcid" : " 0000-0002-1535-9767"
49
- },
50
50
{
51
51
"affiliation" : " University of Texas at Austin" ,
52
52
"name" : " McNamara, Quinten"
312
312
},
313
313
{
314
314
"name" : " Sundaravadivelu, Suganya"
315
+ },
316
+ {
317
+ "name" : " Asciutto, Will"
318
+ },
319
+ {
320
+ "name" : " pierre-nedelec"
315
321
}
316
322
],
317
323
"keywords" : [
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 0.16.4 (November 30, 2023)
5
+ ----------------------------------
6
+
7
+ Bug-fix release in the 0.16.x series.
8
+
9
+ This release resolves a bug likely introduced in 0.9.0
10
+ (when PyBIDS started using SQL),
11
+ in which boolean metadata fields with values of ``False `` were read in as
12
+ ``True ``.
13
+
14
+ * FIX: Ensure values of boolean metadata fields are preserved (#1034)
15
+ * FIX: update config for PET tracer entity (#1018)
16
+ * ENH: Clearer BIDSValidation error message (#1023)
17
+ * STY: pacify codespell (#1029)
18
+ * CI: Build(deps): Bump bids-examples from `064db11 ` to `b6e5234 ` (#1031)
19
+ * CI: Build(deps): Bump bids-examples from `d039879 ` to `064db11 ` (#1028)
20
+ * CI: Build(deps): Bump bids-examples from `bfcc5c6 ` to `d039879 ` (#1027)
21
+ * CI: Bump bids-examples from `502c917 ` to `bfcc5c6 ` (#1026)
22
+ * CI: Bump bids-examples from `1c30c6e ` to `502c917 ` (#1025)
23
+ * CI: Bump bids-examples from `e857597 ` to `1c30c6e ` (#1021)
24
+ * CI: Bump bids-examples from `c557d1f ` to `e857597 ` (#1019)
25
+ * CI: Bump bids-examples from `75968b9 ` to `c557d1f ` (#1011)
26
+ * CI: Bump actions/checkout from 3 to 4 (#1024)
27
+
4
28
Version 0.16.3 (August 16, 2023)
5
29
--------------------------------
6
30
You can’t perform that action at this time.
0 commit comments