-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
5,836 additions
and
5,506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,6 @@ exclusions: list( | |
"dev/*", | ||
"**/renv/**", | ||
"R/RcppExports.R", | ||
"README.Rmd" | ||
"README.Rmd", | ||
".Rhistory" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This package was submitted to CRAN on 2021-11-23. | ||
Once it is accepted, delete this file and tag the release (commit 865dad7). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
NEWS | ||
================ | ||
Francisco Bischoff | ||
|
||
26 mai 2021 | ||
23 Nov 2021 | ||
|
||
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file --> | ||
|
||
## matrixprofiler 0.1.7 | ||
|
||
- 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/> | ||
|
||
## matrixprofiler 0.1.5 | ||
|
||
- Fixed `Rcpp` as specified by the PR \#15 from Dirk @eddelbuettel | ||
- Fixed `Rcpp` as specified by the PR \#15 from Dirk @eddelbuettel | ||
|
||
## matrixprofiler 0.1.4 | ||
|
||
- Dropped PAA algorithm | ||
- Added some math helper functions | ||
- Dropped PAA algorithm | ||
- Added some math helper functions | ||
|
||
## matrixprofiler 0.1.3 | ||
|
||
- CRAN fixes | ||
- CRAN fixes | ||
|
||
## matrixprofiler 0.1.0 | ||
|
||
- Initial implementation of this package. | ||
- This package will keep all core functions that will allow you to use | ||
- 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 | ||
- It will be the main dependency of the already available package | ||
`tsmp`. |
Oops, something went wrong.