From 02cbc138014f1e3c18d0b53231a95c43ec742a5c Mon Sep 17 00:00:00 2001 From: SoftwareLiteracy Date: Thu, 9 Nov 2023 07:33:49 -0800 Subject: [PATCH] v1.15.1 Docs --- NEWS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 14d6b99..49cc141 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,12 @@ #### rEDM NEWS -2023-10-21 version 1.15.0 +2023-10-27 version 1.15.1 --- ##### NOTES: - It is required as of version 1.15 to use functions: `Simplex`, `SMap`, `CCM`, `Embed`, `Multiview`, `EmbedDimension`, `PredictInterval`, `PredictNonlinear`, `ComputeError` instead of the legacy version 0.7 signatures. See Version 1.3 notes. -- Rcpp imposes a 20 parameter limit on functions. The rEDM wrapper of [cppEDM](https://github.com/SugiharaLab/cppEDM#empirical-dynamic-modeling-edm) therefore does not invoke the full cppEDM API. Users requiring the full API are referred to the [pyEDM](https://pypi.org/project/pyEDM/) wrapper. +- [Rcpp](https://cran.r-project.org/web/packages/Rcpp/index.html) imposes a 20 parameter limit on functions. The rEDM wrapper of [cppEDM](https://github.com/SugiharaLab/cppEDM#empirical-dynamic-modeling-edm) therefore does not invoke the full cppEDM API. Users requiring the full API are referred to the [pyEDM](https://pypi.org/project/pyEDM/) wrapper. - `SMap` linear system solver regularization: The R [glmnet](https://CRAN.R-project.org/package=glmnet) package does not seperate the model from the data. This prevents integration in rEDM. Users requiring `SMap` regularization are referred to the [pyEDM](https://pypi.org/project/pyEDM/) wrapper. --- @@ -18,6 +18,7 @@ - `const_pred` parameter removed due to Rcpp 20 parameter limit. - `CCM()` `replacement` parameter removed. - Legacy overload functions removed. +- Version 1.15.1 `ignoreNan` added in `PredictNonlinear()`. Replace unicode in pLot labels with mathplot expression. cppEDM initialize `nanFound` in DataFrame.h for UBSAN. Sync with cppEDM 1.15.1. ##### Version 1.14 - cppEDM core added `generateLibrary` parameter to `Simplex()` and `SMap()`. If `TRUE` the state-space library has newly generated points added. Not available due to Rcpp 20 parameter limit.