Skip to content

Releases: matrix-profile-foundation/tsmp

Fixed clang-UBSAN errors

18 Aug 17:11
24c9ff2
Compare
Choose a tag to compare
v0.4.15

CRAN update

v0.4.14 - MPF Release

07 Apr 00:56
v0.4.14
a4250f0
Compare
Choose a tag to compare

Fix ASAN/UBSAN errors using RcppParallel

v0.4.10 - MPF Release

12 Mar 01:26
v0.4.10
0777cd7
Compare
Choose a tag to compare
  • Fix on mpx() heap leak

v0.4.8 - MPF Release

28 Feb 18:02
v0.4.8
6fbbb71
Compare
Choose a tag to compare
  • Added MPdist algorithm to compare two time series.
  • Added find_snippet() that uses MPdist to show representative data.
  • Added mpx() algorithm that doesn’t depends on FFT.
  • Added pmp() pan-matrix profile.
  • Improvement with several implementations in Rcpp. Computation speed
    is much faster.
  • Added compute(), analyze() and visualize(). Starting point in
    the unified API from MPF.

v0.3.5

04 Jun 17:15
Compare
Choose a tag to compare
  • Changed mass() to dist_profile(), including options to different algorithms.
  • Added MASS_V3 and MASS_Weighted to dist_profile() algorithms.
  • Function dist_profile() allows Query with Gap (QwG) and Approximate Distance Profile (ADP, with PAA)
  • Fixed long runtime of FFT for some data sizes, using MASS_V3. Issue #36.
  • Added stompi_update() that updates the matrix profile allowing real-time computation.
  • Added floss() which can do real-time FLUSS computation.
  • Added subset operator [ for tsmp objects.
  • Added tail() and head() for tsmp objects.
  • Changed find_motif() for MultiMatrixProfile to report Motifs correctly.

v0.3.4

24 Feb 02:09
Compare
Choose a tag to compare
  • Added find_discord() and its print() and plot() functions.
  • Changed plot() for motifs to show where are the neighbors. Same
    for discord.
  • Added valmod() for Variable Length Motif Discovery.
  • Changed find_motif() for compatibility with valmod().

v0.3.2

24 Oct 00:42
Compare
Choose a tag to compare
  • Fixed Matrix Profile print, dimensions are now reported correctly.
  • Fixed pipe imports. Issue #22
  • Fixed bug with vars. Issue #23
  • Changed package license to GPL-3.
  • Changed verbose mode, added one more step to separate messages from
    progression bar.
  • Fixed SCRIMP and added PRE-SCRIMP, so this is the SCRIMP++. AB-join
    not yet implemented.
  • Changed progress bar for a better one from progress package.
  • Added Print and Plot to SiMPle. Issue #24
  • Added Print and Plot to Salient.

Second CRAN Release

10 Sep 11:36
Compare
Choose a tag to compare

Big changes. Moved to a Stable lifecycle.

Third Release

28 Aug 03:50
Compare
Choose a tag to compare
  • Code linting
  • Added Salient Subsequences search

Second Release

20 Aug 19:28
Compare
Choose a tag to compare
  • Added SiMPle (Fast Similarity Matrix Profile for Music Analysis and
    Exploration).
  • Added FLUSS (Fast Low-cost Unipotent Semantic Segmentation).
  • Added [find.chains()] to look for chains primitives.
  • Added Multivariate MOTIF Search (from mSTOMP)
  • Changed dependency from beepr to audio (actually beepr depends on
    audio, so less dependencies)
  • Added a NEWS.md file to track changes to the package.