Francisco Bischoff
01 Dec 2025
- C++11 flags are deprecated and defaults to C++17, so this requirement was removed from the package.
- Some old links were fixed.
- Small fixes for cran
- Fixed memory leak on mpx_rcpp_parallel().
- Added contrast profile function: contrast().
- Several code lint.
- 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/
- Fixed
Rcppas specified by the PR #15 from Dirk @eddelbuettel
- Dropped PAA algorithm
- Added some math helper functions
- CRAN fixes
- 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.