mblondel / soft-dtw

Python implementation of soft-DTW.
BSD 2-Clause "Simplified" License
550 stars 98 forks source link

Using scikit-build to install package #30

Open Care99 opened 5 months ago

Care99 commented 5 months ago

The package's build system has been updated to use scikit-build, a tool that simplifies the process of building and distributing Python packages that require CMake.

Care99 commented 5 months ago

Previous setup uses numpy.distutils, wich has been deprecated From https://numpy.org/doc/stable/reference/distutils.html

numpy.distutils is deprecated, and will be removed for Python >= 3.12. For more details, see Status of numpy.distutils and migration advice