Skip to content

Commit 22d2eb5

Browse files
authored
Merge pull request #998 from bids-standard/rel/0.16.1
REL: 0.16.1
2 parents 874102a + 5ca767a commit 22d2eb5

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

.zenodo.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
"name": "Halchenko, Yaroslav O.",
3333
"orcid": "0000-0003-3456-2493"
3434
},
35+
{
36+
"affiliation": "CEA",
37+
"name": "Papadopoulos Orfanos, Dimitri",
38+
"orcid": "0000-0002-1242-8990"
39+
},
3540
{
3641
"affiliation": "Department of Psychology, Stanford University",
3742
"name": "Esteban, Oscar",
@@ -42,11 +47,6 @@
4247
"name": "Gau, Remi",
4348
"orcid": "0000-0002-1535-9767"
4449
},
45-
{
46-
"affiliation": "CEA",
47-
"name": "Papadopoulos Orfanos, Dimitri",
48-
"orcid": "0000-0002-1242-8990"
49-
},
5050
{
5151
"affiliation": "University of Texas at Austin",
5252
"name": "McNamara, Quinten"
@@ -94,6 +94,11 @@
9494
"name": "Appelhoff, Stefan",
9595
"orcid": "0000-0001-8002-0877"
9696
},
97+
{
98+
"affiliation": "Western University, London, ON, CA",
99+
"name": "Van Dyken, Peter",
100+
"orcid": "0000-0001-7357-5815"
101+
},
97102
{
98103
"affiliation": "Department of Psychology, Stanford University",
99104
"name": "Goncalves, Mathias",

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
Version 0.16.1 (May 01, 2023)
5+
-----------------------------
6+
7+
Bug-fix release in the 0.16.x series.
8+
9+
* FIX: Improve parsing of suffix/extension in non-BIDS files (#997)
10+
* FIX: Support use of Query enums in filter lists (#994)
11+
* MNT: Clean up imports in documentation scripts (#980)
12+
* MNT: update zenodo (#995)
13+
* CI: Update Python version for doc/sdist/wheel tests (#996)
14+
415
Version 0.16.0 (April 26, 2023)
516
-------------------------------
617

tools/prep_zenodo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def decommify(name):
1717
blacklist = {
1818
'Cecile Madjar',
1919
'Matthew Wardrop',
20-
'Peter Van Dyken',
2120
'github-actions[bot]',
2221
'dependabot[bot]',
2322
}

0 commit comments

Comments
 (0)