enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

Release 4.8.2 #1301

Closed prabhuramachandran closed 1 month ago

larsoner commented 1 month ago

@prabhuramachandran did you happen to cythonize array_ext.pyx before release using Cython 3.0.10, and with NumPy 2.0 installed? I got a diff when I did. And without it, compiling against 2.0 fails. See the patch I had to add here:

https://github.com/conda-forge/mayavi-feedstock/pull/80

Might be worth cutting a 4.8.3 since the NumPy 2.0 release is imminent 😞

prabhuramachandran commented 1 month ago

Oh no, I did not do that. Should I clobber the existing array_ext.c with this new version then? I can push a release in a few days I hope. Are there any other issues?