diff --git a/.zenodo.json b/.zenodo.json index 63f13b28..b4e43759 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -23,7 +23,7 @@ "orcid": "0000-0003-3321-7583" }, { - "affiliation": "Florida International University", + "affiliation": "University of Pennsylvania", "name": "Salo, Taylor", "orcid": "0000-0001-9813-3167" }, @@ -32,6 +32,11 @@ "name": "Halchenko, Yaroslav O.", "orcid": "0000-0003-3456-2493" }, + { + "affiliation": "Université catholique de Louvain", + "name": "Gau, Remi", + "orcid": "0000-0002-1535-9767" + }, { "affiliation": "CEA", "name": "Papadopoulos Orfanos, Dimitri", @@ -42,11 +47,6 @@ "name": "Esteban, Oscar", "orcid": "0000-0001-8435-6191" }, - { - "affiliation": "Université catholique de Louvain", - "name": "Gau, Remi", - "orcid": "0000-0002-1535-9767" - }, { "affiliation": "University of Texas at Austin", "name": "McNamara, Quinten" @@ -312,6 +312,12 @@ }, { "name": "Sundaravadivelu, Suganya" + }, + { + "name": "Asciutto, Will" + }, + { + "name": "pierre-nedelec" } ], "keywords": [ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f16a0dba..1f9db94d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,30 @@ Changelog ========= +Version 0.16.4 (November 30, 2023) +---------------------------------- + +Bug-fix release in the 0.16.x series. + +This release resolves a bug likely introduced in 0.9.0 +(when PyBIDS started using SQL), +in which boolean metadata fields with values of ``False`` were read in as +``True``. + +* FIX: Ensure values of boolean metadata fields are preserved (#1034) +* FIX: update config for PET tracer entity (#1018) +* ENH: Clearer BIDSValidation error message (#1023) +* STY: pacify codespell (#1029) +* CI: Build(deps): Bump bids-examples from `064db11` to `b6e5234` (#1031) +* CI: Build(deps): Bump bids-examples from `d039879` to `064db11` (#1028) +* CI: Build(deps): Bump bids-examples from `bfcc5c6` to `d039879` (#1027) +* CI: Bump bids-examples from `502c917` to `bfcc5c6` (#1026) +* CI: Bump bids-examples from `1c30c6e` to `502c917` (#1025) +* CI: Bump bids-examples from `e857597` to `1c30c6e` (#1021) +* CI: Bump bids-examples from `c557d1f` to `e857597` (#1019) +* CI: Bump bids-examples from `75968b9` to `c557d1f` (#1011) +* CI: Bump actions/checkout from 3 to 4 (#1024) + Version 0.16.3 (August 16, 2023) --------------------------------