Closed NimaSarajpoor closed 5 months ago
@NimaSarajpoor It looks like the change is sufficient to be compatible with NumPy 2.0 and all tests are passing. I am having some trouble getting things to install properly on my Apple M2 (well, things seem to install via conda
/mamba
but I'm getting some weird errors and only installing via pip
resolves the issues). I will work on it but maybe it's just a matter of conda
/mamba
catching up to the numpy
2.0 changes
Alright, everything looks resolved now and we are now numpy
2.0 compatible
@seanlaw Thanks for taking care of it so quickly.
I still need to do a bit more testing to be sure
Changes in
NumPy 2.0
resulted in error when running test suite in STUMPY.Example: According to the raised error,
np.NINF
should be replaced with-np.inf
. The exact error message is as follows:The code needs to be updated accordingly.