Releases: matrix-profile-foundation/go-matrixprofile
Releases · matrix-profile-foundation/go-matrixprofile
v0.4.2
Bumped gonum to v0.7.0 which contains a breaking import change of the fourier package
v0.4.1
ApplyAV works on both AB and BA matrix profiles and Euclidean and Pearson Correlation distance measurements
MPDist can use annotation vectors
v0.4.0
Added MPDist using both pearson correlation and euclidean distance
PMP, MP, and KMP all have separate structs
v0.3.7
Changed default parallelism to twice the number of logical cores
v0.3.6
Improved batching scheme for MPX to even out load across go routines
Fixed benchmark data creation
v0.3.5
Bug fix in visualization function
Exported ApplyAV
v0.3.4
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
Reduced default parallelism to number of logical cores
v0.3.2
Added performance optimizations in MPX
MPX now support AB joins
MPX is now the default algorithm
v0.3.1
Changed default parallelism to twice the number of CPU cores available