Skip to content

Commit c10f63d

Browse files
committed
rel: 25.1.0
1 parent 0c2ad9f commit c10f63d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
25.1.0 (September 22, 2025)
2+
===========================
3+
A new feature release in the 25.1.x series.
4+
5+
Version 25.0.1 introduced a backwards-incompatible transposition of coordinate arrays.
6+
That version will be yanked from PyPI, which will mean that installers will skip over it
7+
unless specifically requested.
8+
9+
This version requires NumPy 2.0, SciPy 1.10 and h5py 3.11 or later.
10+
11+
CHANGES
12+
-------
13+
* FIX: ``apply()`` fails with 4D singleton images by @oesteban in https://github.com/nipy/nitransforms/pull/278
14+
* FIX: Respect singleton 4th-D by @oesteban in https://github.com/nipy/nitransforms/pull/279
15+
* FIX: Remove "densification" of B-Spline transforms in ``apply()`` by @oesteban in https://github.com/nipy/nitransforms/pull/280
16+
* MNT: Relax dependencies to numpy 2.0 compatibility by @effigies in https://github.com/nipy/nitransforms/pull/284
17+
18+
**Full Changelog**: https://github.com/nipy/nitransforms/compare/25.0.1...25.1.0
19+
20+
121
25.0.1 (August 14, 2025)
222
========================
323
A patch release addressing a critical issue in the ``ImageGrid`` class relating coordinates,

0 commit comments

Comments
 (0)