DynamicAxisWarping.jl Versions Save

Dynamic Time Warping (DTW) and related algorithms in Julia, at Julia speeds

v0.4.8

3 years ago

DynamicAxisWarping v0.4.8

Diff since v0.4.7

Merged pull requests:

  • CompatHelper: bump compat for "LoopVectorization" to "0.12" (#38) (@github-actions[bot])

v0.4.7

3 years ago

DynamicAxisWarping v0.4.7

Diff since v0.4.6

v0.4.6

3 years ago

DynamicAxisWarping v0.4.6

Diff since v0.4.5

Merged pull requests:

  • CompatHelper: bump compat for "LoopVectorization" to "0.10" (#36) (@github-actions[bot])
  • CompatHelper: bump compat for "LoopVectorization" to "0.11" (#37) (@github-actions[bot])

v0.4.5

3 years ago

DynamicAxisWarping v0.4.5

Diff since v0.4.4

Merged pull requests:

  • CompatHelper: bump compat for "LoopVectorization" to "0.9" (#32) (@github-actions[bot])
  • MassInstallAction: Install the TagBot workflow on this repository (#33) (@baggepinnen)
  • CompatHelper: bump compat for "FillArrays" to "0.11" (#34) (@github-actions[bot])

v0.4.4

3 years ago

DynamicAxisWarping v0.4.4

Diff since v0.4.3

v0.4.3

3 years ago

DynamicAxisWarping v0.4.3

Diff since v0.4.2

Merged pull requests:

  • CompatHelper: bump compat for "Distances" to "0.10" (#30) (@github-actions[bot])
  • CompatHelper: bump compat for "FillArrays" to "0.10" (#31) (@github-actions[bot])

v0.4.2

3 years ago

DynamicAxisWarping v0.4.2

Diff since v0.4.1

Merged pull requests:

  • CompatHelper: bump compat for "FillArrays" to "0.9" (#28) (@github-actions[bot])
  • CompatHelper: bump compat for "DataStructures" to "0.18" (#29) (@github-actions[bot])

v0.4.1

3 years ago

DynamicAxisWarping v0.4.1

Diff since v0.4.0

v0.4.0

3 years ago

DynamicAxisWarping v0.4.0

Normalizes no longer require wrapping in Val.

Diff since v0.3.0

v0.3.0

3 years ago

DynamicAxisWarping v0.3.0

  • The type DTW now works on sequences of different lengths through dtwnn
  • IsoZNormalizer has been renamed to DiagonalZNormalizer since it uses a diagonal rather than isometric covariance matrix.
  • Improvements to GDTW according to below.

Diff since v0.2.5

Merged pull requests:

  • Add symmetric GTDW and improve GDTW API (#25) (@ericphanson)
  • Fix GDTW workspace constructor (#26) (@ericphanson)
  • new distance type (#27) (@baggepinnen)