Releases: weecology/portalcasting
Releases · weecology/portalcasting
v0.25.4
Update Docker container now that build workflow is fixed.
v0.25.3
Further removal of vestigial rEDM code
New Zenodo title
Update Zenodo title to match JOSS
Getting latest version of portalr
- tagging to update Docker image with portalr 0.3.9
portalcasting v0.25.0
Tidying for JOSS ms
- adding source and version args to check args
- software context added to ms
- overview added to readme
- updating the getting started vignette to use production to allow for historical uses
portalcasting v0.24.0
Speeding downloading
- Shift to default downloading archive from GitHub
- setup_dir does not download archive by default, but setup_production does
- download function being broken out into components -- work is still ongoing, but now have a separate function for each of the portaldata portalpredictions and climate forecasts
- addresses #132 #199
portalcasting v0.23.0
patching issue with ndvi preparation
- the ndvi data stream is not filling in with new content, resulting in NAs for the latter half of 2021
- using a forecast call to fill in the missing values as a temporary patch
portalcasting v0.22.0
Removal of simplexEDM
and GPEDM
- Previous versions used Hao's fork of the
rEDM
packages, which has been deprecated and now breaks because of the updates in Rcpp - Switching to CRAN version
- Updating
rEDM
to CRAN does not fix the issue, so these models cannot be used in prefab set - Removed from the prefab control list and removed the documentation
- No longer exported from the NAMESPACE
Edit tests for ensembling and figure making
- A few edge case issues arose in test because of fixed moons
- Should be resolved through edits to test scripts without altering functions
portalcasting v0.21.4
adding henry to the description file
portalcasting v0.21.3
Add git2r to the docker container.