slaypni / fastdtw

A Python implementation of FastDTW
MIT License
774 stars 122 forks source link

packaging: remove cythonized files #40

Open drewrisinger opened 4 years ago

drewrisinger commented 4 years ago

See #13. Issue is that the cythonized .pyx file can stop matching CPython APIs across Python versions, and that the .cpp file is automatically used if it exists. This causes the Cython build to fail.

The gitignore change prevents .cpp files from being added in future and adds a note about why not.