wannesm / dtaidistance

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

Python 3.12 / NumPy 1.26 support #201

Closed m-rossi closed 10 months ago

m-rossi commented 10 months ago

conda-forge recently started the migration to Python 3.12, also for dtaidistance in https://github.com/conda-forge/dtaidistance-feedstock/pull/15. After I figured out to limit cython <3.0 (with hints from https://github.com/wannesm/dtaidistance/pull/198) to fix most issues for Python versions below 3.12, there are still some issues left I do not understand, you may have a look at those failing logs?

m-rossi commented 10 months ago

Seems it is fixed with your latest release, closing.

wannesm commented 9 months ago

Indeed. I forgot to mention. A colleague made the code compatible with cython 3. Thanks for following up.