Skip to content

Commit 7796c63

Browse files
authored
Merge pull request #1064 from bids-standard/rel/0.16.5
REL: 0.16.5
2 parents 20007e5 + c744cec commit 7796c63

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

Diff for: .github/workflows/package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
4646
repository-url: https://test.pypi.org/legacy/
47+
skip-existing: true
4748
- name: Upload to PyPI (on tags)
4849
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4950
uses: pypa/gh-action-pypi-publish@release/v1

Diff for: .mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Alexander Ivanov <[email protected]>
55
Alexis Thual <[email protected]>
66
Ankur Sinha <[email protected]>
77
Antonin Rovai <[email protected]>
8+
Basile Pinsard <[email protected]>
89
Bertrand Thirion <[email protected]>
910
Christopher J. Markiewicz <[email protected]>
1011
Christopher J. Markiewicz <[email protected]> <[email protected]>

Diff for: .zenodo.json

+14
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@
175175
"affiliation": "Institute for Computational Medicine, Johns Hopkins University, Baltimore, MD, USA",
176176
"orcid": "0000-0001-8421-365X"
177177
},
178+
{
179+
"affiliation": "Child Mind Institute",
180+
"name": "Erkent, Alp",
181+
"orcid": "0000-0002-8820-4782"
182+
},
178183
{
179184
"affiliation": "Université de Sherbrooke",
180185
"name": "Legarreta, Jon Haitz",
@@ -223,6 +228,11 @@
223228
"affiliation": "CEA, Inria",
224229
"name": "Thual, Alexis"
225230
},
231+
{
232+
"affiliation": "University of Montréal, Montréal, Canada",
233+
"name": "Pinsard, Basile",
234+
"orcid": "0000-0002-4391-3075"
235+
},
226236
{
227237
"affiliation": "Berkeley Institute for Data Science; University of California at Berkeley",
228238
"name": "Holdgraf, Chris",
@@ -242,6 +252,10 @@
242252
"name": "Drew, William",
243253
"orcid": "0000-0002-9178-8731"
244254
},
255+
{
256+
"name": "Khan, Ali",
257+
"orcid": "0000-0002-0760-8647"
258+
},
245259
{
246260
"affiliation": "University College London",
247261
"name": "Sinha, Ankur",

Diff for: CHANGELOG.rst

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
=========
33

4+
Version 0.16.5 (May 22, 2024)
5+
-----------------------------
6+
7+
Bug-fix release in the 0.16.x series.
8+
9+
This release includes minor fixes, but reworks the testing
10+
infrastructure and resolves Python 3.12 incompatibilities.
11+
12+
* FIX: Handle FileNotFoundError in BIDSLayout init when is_derivative=True and validate=False (#1049)
13+
* FIX: Add dwi root sbref, missing dwi entities to path patterns (#1059)
14+
* ENH: Update indexer to treat .zarr as files not dirs (#1046)
15+
* DOC: Deal with several warnings and errors in the doc build (#1061)
16+
* TST: Add bids-examples tests to cover ieeg, eeg, dwi (#1060)
17+
* MNT: Add Python 3.12 support (#1057)
18+
* MNT: Use tox to simplify testing environment setup (#1055)
19+
* MNT: Bump codecov/codecov-action from 3 to 4 (#1041)
20+
* MNT: Bump bids-examples from `1a000d6` to `eff47f1` (#1039)
21+
* MNT: Bump bids-examples from `b6e5234` to `1a000d6` (#1038)
22+
* MNT: Bump actions/upload-artifact from 3 to 4 (#1037)
23+
* MNT: Bump actions/setup-python from 4 to 5 (#1036)
24+
425
Version 0.16.4 (November 30, 2023)
526
----------------------------------
627

0 commit comments

Comments
 (0)