You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.