Time series distances (DTW, ED), clustering and subsequence search
Library for time series distances (e.g. Dynamic Time Warping). The library offers a pure Python implementation and a fast implementation in C. The C implementation has only Cython as a dependency. It is compatible with Numpy and Pandas and implemented to avoid unnecessary data copy operations.