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: 2.9.0 #445

Closed
wants to merge 2 commits into from
Closed
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
12 changes: 6 additions & 6 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"name": "Eilidh MacNicol",
"type": "Researcher"
},
{
"orcid": "0000-0002-8888-1572",
"affiliation": "Speech & Hearing Bioscience & Technology Program, Harvard University",
"name": "Steven Meisler",
"type": "Researcher"
},
{
"orcid": "0000-0001-9049-0135",
"affiliation": "Perelman School of Medicine, University of Pennsylvania, PA, USA",
Expand All @@ -49,12 +55,6 @@
"name": "Kevin R. Sitek",
"type": "Researcher"
},
{
"orcid": "0000-0002-8888-1572",
"affiliation": "Speech & Hearing Bioscience & Technology Program, Harvard University",
"name": "Steven L. Meisler",
"type": "Researcher"
},
{
"orcid": "0000-0001-7644-7915",
"affiliation": "Center for Lifespan Changes in Brain and Cognition, University of Oslo",
Expand Down
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2.9.0 (June 13, 2024)
=====================
Feature release in the 2.9.x series.

The main change is that B0FieldIdentifiers with special characters
are now sanitized and exposed through a ``FieldmapEstimator.sanitized_id``
attribute.

Workflow names and input/output connections will use ``sanitized_id``,
to ensure compatibility with filenames and workflow graph generation.
Internal lookup tables will continue to use the the unsanitized ``bids_id``.

* FIX: Update suffix only when finding related fieldmap files (#436)
* FIX: Remove unused ANTs parameter that was removed in 2.4.1 (#431)
* RF: Add sanitized_id field to FieldmapEstimation (#444)
* DOC: Un-mock the already-imported numpy (#440)
* CI: Bump actions/cache from 3 to 4 (#429)

2.8.1 (January 22, 2024)
========================
Bug-fix release in the 2.8.x series.
Expand Down
Loading