1
+ 25.0.1 (August 14, 2025)
2
+ ========================
3
+ A patch release addressing a critical issue in the ``ImageGrid `` class relating coordinates,
4
+ and bolstered the testing of ANTs' generated displacements fields by cross-comparing against
5
+ ``antsApplyTransformsToPoints `` in several new tests.
6
+
7
+ CHANGES
8
+ -------
9
+ * FIX: ``ImageGrid._coords `` was somehow overwritten + re-enable tests by @oesteban in https://github.com/nipy/nitransforms/pull/276
10
+ * FIX: Revision of index and RAS coordinate grids generation by @oesteban in https://github.com/nipy/nitransforms/pull/271
11
+ * ENH: Implement ITK densefields checks vs ``antsApplyTransformsToPoints `` by @oesteban in https://github.com/nipy/nitransforms/pull/277
12
+ * ENH: Add unit test on dense fields (extracted from #266) by @oesteban in https://github.com/nipy/nitransforms/pull/274
13
+ * RF: Move tests to better locations by @oesteban in https://github.com/nipy/nitransforms/pull/272
14
+ * MNT: Minimal housekeeping of tests by @oesteban in https://github.com/nipy/nitransforms/pull/275
15
+ * MNT: Fix coverage XML path in CircleCI by @oesteban in https://github.com/nipy/nitransforms/pull/265
16
+ * MNT: Add test cases demonstrating ordering bug reading composite ITK's HDF5 files by @oesteban in https://github.com/nipy/nitransforms/pull/263
17
+ * STY: Run ruff at the source root by @oesteban in https://github.com/nipy/nitransforms/pull/273
18
+
19
+ **Full Changelog **: https://github.com/nipy/nitransforms/compare/25.0.0...25.0.1
20
+
1
21
25.0.0 (July 22, 2025)
2
22
======================
3
23
A new major release introducing critical fixes and important new functionality.
@@ -10,7 +30,7 @@ CHANGES
10
30
-------
11
31
* FIX: BSpline mapping of individual points by @oesteban in https://github.com/nipy/nitransforms/pull/256
12
32
* FIX: Remove implementation of an abstract class by @oesteban in https://github.com/nipy/nitransforms/pull/255
13
- * FIX: Add test for `DenseFieldTransform ` handling of OOB points by @oesteban in https://github.com/nipy/nitransforms/pull/254
33
+ * FIX: Add test for `` DenseFieldTransform ` ` handling of OOB points by @oesteban in https://github.com/nipy/nitransforms/pull/254
14
34
* ENH: X5 read/write support of ``TransformChain `` by @oesteban in https://github.com/nipy/nitransforms/pull/253
15
35
* ENH: Loading of X5 (linear) transforms by @oesteban in https://github.com/nipy/nitransforms/pull/243
16
36
* ENH: Implement X5 representation and output to filesystem by @oesteban in https://github.com/nipy/nitransforms/pull/241
0 commit comments