has2k1 / scikit-misc

Miscellaneous tools for data analysis and scientific computing
https://has2k1.github.io/scikit-misc/stable
BSD 3-Clause "New" or "Revised" License
39 stars 9 forks source link

Support for numpy 2.0 #34

Closed fra-pcmgf closed 2 months ago

fra-pcmgf commented 5 months ago

Hi!

I noticed that, after updating to Numpy 2.0, I get the following error when I try e.g. to import loess :

>>> from skmisc.loess import loess

  File "_loess.pyx", line 1, in init _loess
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject