From 87b79977585f759bdd7bc2fc1d0214bb749b7640 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 1 May 2023 15:26:21 -0400 Subject: [PATCH 1/3] DOC: 0.16.1 changelog --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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) ------------------------------- From 07627141bc056c4caca6cc4a05226580e142edf5 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 1 May 2023 15:27:03 -0400 Subject: [PATCH 2/3] MNT: Update zenodo ordering --- .zenodo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 890e0bcb..abc1ce15 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" From 5ca767a0fba90dda79c8a06344d68805fcaeb191 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 1 May 2023 15:42:38 -0400 Subject: [PATCH 3/3] MNT: Add Peter Van Dyken to contributors --- .zenodo.json | 5 +++++ tools/prep_zenodo.py | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index abc1ce15..63f13b28 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -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/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]', }