issues
search
FL33TW00D
/
rustDTW
Python extension backed by a multi-threaded Rust implementation of Dynamic Time Warping (DTW).
MIT License
23
stars
2
forks
source link
Typing & Testing ENH
#4
Closed
FL33TW00D
closed
3 years ago
FL33TW00D
commented
3 years ago
Improved typing as per comments by @mejrs
Changed from a stringly typed system to an enum
Added addtional test
DRY
Improved typing as per comments by @mejrs