wannesm / dtaidistance

Time series distances: Dynamic Time Warping (fast DTW implementation in C)
Other
1.08k stars 184 forks source link

NumPy 2.0 support #209

Closed m-rossi closed 2 months ago

m-rossi commented 3 months ago

As conda-forge started the NumPy 2.0 migration in https://github.com/conda-forge/dtaidistance-feedstock/pull/17 I just wanted to ask: Do you see any problems with NumPy 2.0 and dtaidistance? If not I would merge the linked PR.

wannesm commented 2 months ago

Hi @m-rossi , thanks for following up! We have ran all tests on all platforms with the latest numpy 2 and no problems were reported. Should be good to go. We are also making use of this to release a new version (2.3.12). The Github runners have all finished except macos-arm. Once these are done, the new version will be uploaded to pypi.

m-rossi commented 2 months ago

Ok, thanks for the update. I will wait for the PyPI release and then merge the PR with rebuild for NumPy 2.0.