Closed neurolabusc closed 1 month ago
Ah, we definitely need a release. This has been fixed in master
. In the short term, pip install git+https://github.com/nipy/nibabel.git@master
will do the job. I will aim to have a release out by the end of the month. I will probably do a 5.3 to avoid the complications of a major release. I think 6.0 will probably be numpy 2+ only, because there are some things that are quite hard to support properly on both sides of the major release (#1318)...
5.3.0 is released.
My colleague noted that conform no longer works. I replicated this on my system using nibabel Version 5.2.1 and the current stable release of numpy Version 2.1.0 on my MacOS M2 with Python 3.11.2. My colleague resolved this by making an environment and specifying numpy<2. However, it would be good to have a solution to encourage people to enjoy all the benefits of modern numpy.
To replicate, run this script:
I get this error: