Numpy 2.0.0rc2 is almost ready for the release.
This version carries a number of API changes which are code breaking.
https://numpy.org/devdocs/numpy_2_0_migration_guide.html
First issue which shows up when trying to run pytest on easyscience is np.cumproduct which is now np.cumpr.
Likely, there are other differences.
The same issue needs propagating to other easyscience dependent modules.
Numpy 2.0.0rc2 is almost ready for the release.
This version carries a number of API changes which are code breaking.
https://numpy.org/devdocs/numpy_2_0_migration_guide.html
First issue which shows up when trying to run pytest on easyscience is
np.cumproductwhich is nownp.cumpr.Likely, there are other differences.
The same issue needs propagating to other easyscience dependent modules.