Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: 0.16.1 #998

Merged
merged 3 commits into from
May 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down Expand Up @@ -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"
effigies marked this conversation as resolved.
Show resolved Hide resolved
},
{
"affiliation": "Department of Psychology, Stanford University",
"name": "Goncalves, Mathias",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
-------------------------------

Expand Down
1 change: 0 additions & 1 deletion tools/prep_zenodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def decommify(name):
blacklist = {
'Cecile Madjar',
'Matthew Wardrop',
'Peter Van Dyken',
'github-actions[bot]',
'dependabot[bot]',
}
Expand Down