Francisco Bischoff 23 Nov 2021
- 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
Rcpp
as 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
.