- Adds support for four distance measures: ED, z-normed ED, Cosine, Complexity Invariant Distance (CID) - Improves Plotting by using down-sampling for (too) large time series
0.4.1
- Bumps version numbers of dependencies - Fixes a bug with auto length detection - Faster k-NN search O(n) average case instead ok O(kn)
0.4
Adds support for large time series using a sparse distance matrix representation storing only needed pairs.
0.3
Features: - Adds an Object Oriented API for simple use. - Refactored motiflets
0.2.7
Fixes a bug in window length selection. Now uses the position of the k-motiflet for length l+1 to compute the extent for length l as initial bound on distance.