Skip to content

v0.3.0

Compare
Choose a tag to compare
@jrecuerda jrecuerda released this 11 Jun 07:52
· 50 commits to master since this release
6ae045c

Added

  • mass (Mueen's Algorithm for Similarity Search) function with a proper public interface.
  • findBestNOccurrences function.
  • setDeviceMemoryInGB function has been added to the Library namespace. It allows to set the device memory in order to scale some hard-coded values that have been found out for a 4GB device.

Improved

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

Fixed

  • STOMP unit tests failing for some backends.
  • STOMP (self-join) doesn't crash in batched mode for long time series.

Removed

  • Some internal functions in the Matrix namespace used to compute intermediate results have been removed from the public API.