Skip to content

Releases: matrix-profile-foundation/go-matrixprofile

v0.4.2

18 Apr 05:18
Compare
Choose a tag to compare

Bumped gonum to v0.7.0 which contains a breaking import change of the fourier package

v0.4.1

09 Jan 03:22
Compare
Choose a tag to compare

ApplyAV works on both AB and BA matrix profiles and Euclidean and Pearson Correlation distance measurements
MPDist can use annotation vectors

v0.4.0

07 Jan 14:49
Compare
Choose a tag to compare

Added MPDist using both pearson correlation and euclidean distance
PMP, MP, and KMP all have separate structs

v0.3.7

02 Jan 01:05
Compare
Choose a tag to compare

Changed default parallelism to twice the number of logical cores

v0.3.6

01 Jan 23:55
Compare
Choose a tag to compare

Improved batching scheme for MPX to even out load across go routines
Fixed benchmark data creation

v0.3.5

30 Dec 00:20
Compare
Choose a tag to compare

Bug fix in visualization function
Exported ApplyAV

v0.3.4

29 Dec 07:07
Compare
Choose a tag to compare

Added Pan Matrix Profile feature
Pulled out cache initializing to individual algorithms improving MPX memory allocations
Updated license to Apache 2.0

v0.3.3

27 Dec 11:31
Compare
Choose a tag to compare

Reduced default parallelism to number of logical cores

v0.3.2

26 Dec 10:05
Compare
Choose a tag to compare

Added performance optimizations in MPX
MPX now support AB joins
MPX is now the default algorithm

v0.3.1

23 Dec 00:43
Compare
Choose a tag to compare

Changed default parallelism to twice the number of CPU cores available