Skip to content

Commit 6e86a3f

Browse files
authored
Merge pull request #1035 from bids-standard/rel/0.16.4
REL: 0.16.4
2 parents a7c8554 + fa1689b commit 6e86a3f

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

Diff for: .zenodo.json

+12-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"orcid": "0000-0003-3321-7583"
2424
},
2525
{
26-
"affiliation": "Florida International University",
26+
"affiliation": "University of Pennsylvania",
2727
"name": "Salo, Taylor",
2828
"orcid": "0000-0001-9813-3167"
2929
},
@@ -32,6 +32,11 @@
3232
"name": "Halchenko, Yaroslav O.",
3333
"orcid": "0000-0003-3456-2493"
3434
},
35+
{
36+
"affiliation": "Université catholique de Louvain",
37+
"name": "Gau, Remi",
38+
"orcid": "0000-0002-1535-9767"
39+
},
3540
{
3641
"affiliation": "CEA",
3742
"name": "Papadopoulos Orfanos, Dimitri",
@@ -42,11 +47,6 @@
4247
"name": "Esteban, Oscar",
4348
"orcid": "0000-0001-8435-6191"
4449
},
45-
{
46-
"affiliation": "Université catholique de Louvain",
47-
"name": "Gau, Remi",
48-
"orcid": "0000-0002-1535-9767"
49-
},
5050
{
5151
"affiliation": "University of Texas at Austin",
5252
"name": "McNamara, Quinten"
@@ -312,6 +312,12 @@
312312
},
313313
{
314314
"name": "Sundaravadivelu, Suganya"
315+
},
316+
{
317+
"name": "Asciutto, Will"
318+
},
319+
{
320+
"name": "pierre-nedelec"
315321
}
316322
],
317323
"keywords": [

Diff for: CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Changelog
22
=========
33

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+
428
Version 0.16.3 (August 16, 2023)
529
--------------------------------
630

0 commit comments

Comments
 (0)