Bug fix for tensorflow installation on Windows - downgraded to tensorflow 2.13.0
Remove tidyr
and dplyr
dependencies but now require >= R 4.4.0. Temporary fix for EWSNet as requires full rewrite for tensorflow 12.6.1. Addition of the Granger causality method - Information Imbalance.
Patch to ewsnet_reset
to ensure it gracefully fails when users’ internet connection fails.
Hot fix to multiJI
and uniJI
following discussions with rEDM
maintainers. These functions now average over time-varying Jacobians in a window rather than simply returning the final time-varying Jacobian.
Due to API changes in the dependency rEDM
, all Jacobian index functions were non-longer functional. Hot fix to convert functions to new rEDM
API.
Introduce multiAR
as an alternative to multiJI
for estimating Jacobians. Additional bug fixes and warning messages for resilience metrics. Removed unnecessary and problematic bypass_reticulate_autoinit()
.
First CRAN release following CRAN maintainer comments. ewsnet_*()
functions no longer download files without asking permission.
Response to CRAN maintainer comments regarding spelling errors and slow example run times.
First release
NEWS.md
file to track changes to the package.