Skip to content

Commit 7772372

Browse files
committed
rel(25.0.1): Update CHANGES [skip ci]
1 parent e7944ef commit 7772372

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGES.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
25.0.0 (July 22, 2025)
222
======================
323
A new major release introducing critical fixes and important new functionality.
@@ -10,7 +30,7 @@ CHANGES
1030
-------
1131
* FIX: BSpline mapping of individual points by @oesteban in https://github.com/nipy/nitransforms/pull/256
1232
* 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
1434
* ENH: X5 read/write support of ``TransformChain`` by @oesteban in https://github.com/nipy/nitransforms/pull/253
1535
* ENH: Loading of X5 (linear) transforms by @oesteban in https://github.com/nipy/nitransforms/pull/243
1636
* ENH: Implement X5 representation and output to filesystem by @oesteban in https://github.com/nipy/nitransforms/pull/241

0 commit comments

Comments
 (0)