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.5 #1064

Merged
merged 4 commits into from
May 22, 2024
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
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
- name: Upload to PyPI (on tags)
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Alexander Ivanov <[email protected]>
Alexis Thual <[email protected]>
Ankur Sinha <[email protected]>
Antonin Rovai <[email protected]>
Basile Pinsard <[email protected]>
Bertrand Thirion <[email protected]>
Christopher J. Markiewicz <[email protected]>
Christopher J. Markiewicz <[email protected]> <[email protected]>
Expand Down
14 changes: 14 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@
"affiliation": "Institute for Computational Medicine, Johns Hopkins University, Baltimore, MD, USA",
"orcid": "0000-0001-8421-365X"
},
{
"affiliation": "Child Mind Institute",
"name": "Erkent, Alp",
"orcid": "0000-0002-8820-4782"
},
{
"affiliation": "Université de Sherbrooke",
"name": "Legarreta, Jon Haitz",
Expand Down Expand Up @@ -223,6 +228,11 @@
"affiliation": "CEA, Inria",
"name": "Thual, Alexis"
},
{
"affiliation": "University of Montréal, Montréal, Canada",
"name": "Pinsard, Basile",
"orcid": "0000-0002-4391-3075"
},
{
"affiliation": "Berkeley Institute for Data Science; University of California at Berkeley",
"name": "Holdgraf, Chris",
Expand All @@ -242,6 +252,10 @@
"name": "Drew, William",
"orcid": "0000-0002-9178-8731"
},
{
"name": "Khan, Ali",
"orcid": "0000-0002-0760-8647"
},
{
"affiliation": "University College London",
"name": "Sinha, Ankur",
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
=========

Version 0.16.5 (May 22, 2024)
-----------------------------

Bug-fix release in the 0.16.x series.

This release includes minor fixes, but reworks the testing
infrastructure and resolves Python 3.12 incompatibilities.

* FIX: Handle FileNotFoundError in BIDSLayout init when is_derivative=True and validate=False (#1049)
* FIX: Add dwi root sbref, missing dwi entities to path patterns (#1059)
* ENH: Update indexer to treat .zarr as files not dirs (#1046)
* DOC: Deal with several warnings and errors in the doc build (#1061)
* TST: Add bids-examples tests to cover ieeg, eeg, dwi (#1060)
* MNT: Add Python 3.12 support (#1057)
* MNT: Use tox to simplify testing environment setup (#1055)
* MNT: Bump codecov/codecov-action from 3 to 4 (#1041)
* MNT: Bump bids-examples from `1a000d6` to `eff47f1` (#1039)
* MNT: Bump bids-examples from `b6e5234` to `1a000d6` (#1038)
* MNT: Bump actions/upload-artifact from 3 to 4 (#1037)
* MNT: Bump actions/setup-python from 4 to 5 (#1036)

Version 0.16.4 (November 30, 2023)
----------------------------------

Expand Down
Loading