Skip to content

Commit e3e7b7a

Browse files
authored
Merge pull request #827 from bids-standard/rel/0.14.1
REL: 0.14.1
2 parents 89f2b15 + 0b818d8 commit e3e7b7a

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Matteo Visconti di Oleggio Castello <[email protected]>
2323
Mathias Goncalves <[email protected]>
2424
Mathias Goncalves <[email protected]> Mathias Goncalves <[email protected]>
2525
Michael Philipp Notter <[email protected]>
26+
Nick Guenther <[email protected]>
2627
Oscar Esteban <[email protected]>
2728
Steven Tilley II <[email protected]>
2829

.zenodo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@
233233
"name": "Dickie, Erin W",
234234
"orcid": "0000-0003-3028-9864"
235235
},
236+
{
237+
"name": "Staph, Jason A.",
238+
"orcid": "0000-0002-5226-3350"
239+
},
236240
{
237241
"affiliation": "NIMH IRP",
238242
"name": "Lee, John A.",
@@ -251,6 +255,10 @@
251255
"name": "Notter, Michael Philipp",
252256
"orcid": "0000-0002-5866-047X"
253257
},
258+
{
259+
"affiliation": "Polytechnique Montr\u00e9al",
260+
"name": "Guenther, Nick"
261+
},
254262
{
255263
"affiliation": "Sainte-Anne Hospital Center, Universit\u00e9 Paris Descartes",
256264
"name": "Roca, Pauline",

CHANGELOG.rst

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

4+
Version 0.14.1 (March 29, 2022)
5+
-------------------------------
6+
Bug-fix release in the 0.14.x series.
7+
8+
* RF/FIX: Decompose filter construction for special queries and lists (#826)
9+
10+
Includes the following back-ports from 0.15.0:
11+
12+
* FIX: Clarify exception message (#806)
13+
* FIX: Catch UnicodeDecodeErrors along with JSONDecodeErrors for better reporting (#796)
14+
* FIX: Accept paths/strings for layout configuration files (#799)
15+
* ENH: Add __main__ to allow ``python -m bids`` to run CLI (#794)
16+
417
Version 0.14.0 (November 09, 2021)
518
----------------------------------
619

tools/prep_zenodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def decommify(name):
1313
# XXX We should add a shortlog since the most recent tag and explicitly note
1414
# that a blacklisted user has contributed again recently, and verify they still
1515
# do not want to be cited.
16-
blacklist = {'Cecile Madjar'}
16+
blacklist = {'Cecile Madjar', 'Matthew Wardrop', 'Peter Van Dyken'}
1717

1818
# List of repositories whose commits should be counted as contributions
1919
codependents = [('https://github.com/grabbles/grabbit.git', '0.2.6')]

0 commit comments

Comments
 (0)