Skip to content

Releases: patrickzib/motiflets

Refactored Backend Scalable, Bugfixes

14 Jun 14:39
3730794

Choose a tag to compare

v0.6

[ENH, BUG] New Backend "scalable" Implementation, Multivariate Suppor…

Add Naive Support for Multivariate TS

28 Feb 15:48
e5d1969

Choose a tag to compare

This does not implement sub-dimensional motif discovery.

Please refer to our other publication if you are interested in sub-dim MD: https://github.com/patrickzib/leitmotifs

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

29 Aug 12:29
ee3aa6c

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

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

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

Choose a tag to compare

Features:

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

v0.2.7

16 Apr 08:57

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

Choose a tag to compare

Numbarize get_approximate_k_motiflet

v0.2.5 Speedup Part 1

12 Apr 20:25

Choose a tag to compare

  • Faster distance computations
  • Introduce slack as a parameter

v0.2.3

10 Mar 10:53

Choose a tag to compare

Rerun notebooks