Skip to content

Releases: patrickzib/motiflets

v0.5.0 - New Distance Measures and improved Plotting using Down-Sampling

29 Aug 12:29
ee3aa6c
Compare
Choose a tag to compare
  • 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

v0.4.1 Bugfix Release

08 Dec 17:22
Compare
Choose a tag to compare
  • Bumps version numbers of dependencies
  • Fixes a bug with auto length detection
  • Faster k-NN search O(n) average case instead ok O(kn)

v0.4 Large Time Series Support

25 Oct 09:01
a106213
Compare
Choose a tag to compare

Adds support for large time series using a sparse distance matrix representation storing only needed pairs.

v0.3 Adds an Object Oriented API for simple use.

15 Sep 13:07
Compare
Choose a tag to compare

Features:

  • Adds an Object Oriented API for simple use.
  • Refactored motiflets

v0.2.7

16 Apr 08:57
Compare
Choose a tag to compare

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.

v0.2.6 - Speedup part 2

13 Apr 12:54
Compare
Choose a tag to compare

Numbarize get_approximate_k_motiflet

v0.2.5 Speedup Part 1

12 Apr 20:25
Compare
Choose a tag to compare
  • Faster distance computations
  • Introduce slack as a parameter

v0.2.3

10 Mar 10:53
Compare
Choose a tag to compare
Rerun notebooks

v0.2.0

02 Jan 13:12
Compare
Choose a tag to compare
v0.2.0