File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ The X5 implementation is currently restricted to reading/writing of linear trans
7
7
8
8
CHANGES
9
9
-------
10
- * FIX: Broken 4D resampling by @oesteban in https://github.com/nipy/nitransforms/pull/247
11
10
* ENH: Loading of X5 (linear) transforms by @oesteban in https://github.com/nipy/nitransforms/pull/243
12
11
* ENH: Implement X5 representation and output to filesystem by @oesteban in https://github.com/nipy/nitransforms/pull/241
13
12
* DOC: Fix references to ``os.PathLike `` by @oesteban in https://github.com/nipy/nitransforms/pull/242
@@ -16,6 +15,22 @@ CHANGES
16
15
* MNT: Move flake8 config into ``pyproject.toml `` by @oesteban in https://github.com/nipy/nitransforms/pull/245
17
16
* MNT: Configure coverage to omit tests by @oesteban in https://github.com/nipy/nitransforms/pull/244
18
17
18
+ 24.1.4 (July 20, 2025)
19
+ ======================
20
+ Hotfix release addressing an issue in dense displacements fields.
21
+
22
+ CHANGES
23
+ -------
24
+ * FIX: Backport https://github.com/nipy/nitransforms/pull/251 into 24.1.x series by @oesteban in https://github.com/nipy/nitransforms/pull/252
25
+
26
+ 24.1.3 (July 19, 2025)
27
+ ======================
28
+ Hotfix release addressing the issues when resampling 4D data.
29
+
30
+ CHANGES
31
+ -------
32
+ * FIX: Broken 4D resampling by @oesteban in https://github.com/nipy/nitransforms/pull/247
33
+
19
34
24.1.2 (June 02, 2025)
20
35
======================
21
36
New patch release that addresses a crash when applying a 3D transform to a 4D image.
You can’t perform that action at this time.
0 commit comments