Skip to content

Commit 83062d1

Browse files
committed
DOC: 2.9.0 changelog
1 parent f858dd4 commit 83062d1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2.9.0 (June 13, 2024)
2+
=====================
3+
Feature release in the 2.9.x series.
4+
5+
The main change is that B0FieldIdentifiers with special characters
6+
are now sanitized and exposed through a ``FieldmapEstimator.sanitized_id``
7+
attribute.
8+
9+
Workflow names and input/output connections will use ``sanitized_id``,
10+
to ensure compatibility with filenames and workflow graph generation.
11+
Internal lookup tables will continue to use the the unsanitized ``bids_id``.
12+
13+
* FIX: Update suffix only when finding related fieldmap files (#436)
14+
* FIX: Remove unused ANTs parameter that was removed in 2.4.1 (#431)
15+
* RF: Add sanitized_id field to FieldmapEstimation (#444)
16+
* DOC: Un-mock the already-imported numpy (#440)
17+
* CI: Bump actions/cache from 3 to 4 (#429)
18+
119
2.8.1 (January 22, 2024)
220
========================
321
Bug-fix release in the 2.8.x series.

0 commit comments

Comments
 (0)