Skip to content

Releases: shapelets/khiva-python

v0.3.0

11 Jun 09:54
4c7eb40
Compare
Choose a tag to compare

Added

  • mass (Mueen's Algorithm for Similarity Search) function with a proper public interface.
  • findBestNOccurrences function.

Improved

  • STOMP (self-join) performance has been improved by a ~54%.

Fixed

  • STOMP (self-join) doesn't crash in batched mode for long time series.

Version 0.2.2

07 May 07:47
1c719c6
Compare
Choose a tag to compare

This is a minor version change, it fixes some bugs.

Version 0.2.1

05 Mar 14:55
55a7710
Compare
Choose a tag to compare

Chaged

Fixes in Visvalingam and SAX methods.

Version 0.2.0

27 Feb 17:17
d8be671
Compare
Choose a tag to compare

Added

  • KMeans algorithm.
  • KShape Algorithm.
  • Added Ljung-Box test.
  • SBD distance function.

Changed

  • Implementation improvement of stomp function and find motifs and discords functions.