File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
19
2.8.1 (January 22, 2024)
2
20
========================
3
21
Bug-fix release in the 2.8.x series.
You can’t perform that action at this time.
0 commit comments