larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

Check numpy 2.0 compatibility #1100

Closed gdementen closed 2 months ago

gdementen commented 6 months ago

See https://numpy.org/devdocs/numpy_2_0_migration_guide.html and https://numpy.org/devdocs/dev/depending_on_numpy.html

gdementen commented 3 months ago

There were quite a few issues. I fixed them all in my working copy (but still need to commit the changes) except for the fact that pytables is currently Broken with NumPy 2.0.0 , so our test suite is not all-green yet.