Changes in version 0.1.10 (2025-12-01) - C++11 flags are deprecated and defaults to C++17, so this requirement was removed from the package. - Some old links were fixed. Changes in version 0.1.9 (2023-01-26) - Small fixes for cran Changes in version 0.1.8 - Fixed memory leak on mpx_rcpp_parallel(). - Added contrast profile function: contrast(). - Several code lint. Changes in version 0.1.7 (2021-11-23) - Fixed issue on Makefile for Unix/Mac systems that triggered some CRAN policy about “Packages should not attempt to disable compiler diagnostics, nor to remove other diagnostic information such as symbols in shared objects.” The objective was to reduce the compiled library that even in release mode have being compiled in debug mode. More info at http://dirk.eddelbuettel.com/blog/2017/08/14/ Changes in version 0.1.5 (2021-05-26) - Fixed Rcpp as specified by the PR #15 from Dirk @eddelbuettel Changes in version 0.1.4 (2021-03-03) - Dropped PAA algorithm - Added some math helper functions Changes in version 0.1.3 (2021-02-17) - CRAN fixes Changes in version 0.1.0 - Initial implementation of this package. - This package will keep all core functions that will allow you to use the Matrix Profile concept as a toolkit. - It will be the main dependency of the already available package tsmp.