diff --git a/.zenodo.json b/.zenodo.json index 890e0bcb..63f13b28 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -32,6 +32,11 @@ "name": "Halchenko, Yaroslav O.", "orcid": "0000-0003-3456-2493" }, + { + "affiliation": "CEA", + "name": "Papadopoulos Orfanos, Dimitri", + "orcid": "0000-0002-1242-8990" + }, { "affiliation": "Department of Psychology, Stanford University", "name": "Esteban, Oscar", @@ -42,11 +47,6 @@ "name": "Gau, Remi", "orcid": "0000-0002-1535-9767" }, - { - "affiliation": "CEA", - "name": "Papadopoulos Orfanos, Dimitri", - "orcid": "0000-0002-1242-8990" - }, { "affiliation": "University of Texas at Austin", "name": "McNamara, Quinten" @@ -94,6 +94,11 @@ "name": "Appelhoff, Stefan", "orcid": "0000-0001-8002-0877" }, + { + "affiliation": "Western University, London, ON, CA", + "name": "Van Dyken, Peter", + "orcid": "0000-0001-7357-5815" + }, { "affiliation": "Department of Psychology, Stanford University", "name": "Goncalves, Mathias", diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da5fe8d0..04296c78 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,17 @@ Changelog ========= +Version 0.16.1 (May 01, 2023) +----------------------------- + +Bug-fix release in the 0.16.x series. + +* FIX: Improve parsing of suffix/extension in non-BIDS files (#997) +* FIX: Support use of Query enums in filter lists (#994) +* MNT: Clean up imports in documentation scripts (#980) +* MNT: update zenodo (#995) +* CI: Update Python version for doc/sdist/wheel tests (#996) + Version 0.16.0 (April 26, 2023) ------------------------------- diff --git a/tools/prep_zenodo.py b/tools/prep_zenodo.py index f396792b..ecb43ffc 100755 --- a/tools/prep_zenodo.py +++ b/tools/prep_zenodo.py @@ -17,7 +17,6 @@ def decommify(name): blacklist = { 'Cecile Madjar', 'Matthew Wardrop', - 'Peter Van Dyken', 'github-actions[bot]', 'dependabot[bot]', }