Releases: weecology/portalcasting
Releases · weecology/portalcasting
portalcasting v 0.21.1
Patch "NA" plotting issue
portalcasting v0.21.0
Highlighting of species in plotting
Shift to GitHub actions
Rename default branch to main
portalcasting v0.20.0
Stops saving model fits in the portalPredictions repository
Addresses issues with covariate data
- Missing data from weather stations caused issues
- Now if there is a missing set of data for a month of covariates, the saved covariate forecasts are used
Added dm_controls
and dm_controls_interp
to prefab data sets
- For use in the basic single-species process models
- Note lowercase name! Using capitals in the actual name of the data set creation will cause problems because
tolower
gets used elsewhere!
Patches issue with check_args
when using portalcasting::function_name()
Tightens testing time
portalcasting v0.18.3
Testing the Dockerfile integration
portalcasting v0.18.2
Setting the Docker build up with its own folder
Tidying README etc
portalcasting v0.18.1
testing dockerhub tag integration
portalcasting v0.18.0
Bringing the Dockerfile over from portalPredictions
- For building here.
portalcasting v0.17.1
Addition of GPEDM (model and function)
- Gaussian processes using Empirical Dynamic Modeling
for real this time
portalcasting v0.17.0
Addition of GPEDM (model and function)
- Gaussian processes using Empirical Dynamic Modeling
portalcasting v0.16.0
Change in format for saving out model_fits
and model_casts
- Saving
model_fits
andmodel_casts
out as serialized.json
files now instead of.rData
files - More reliable and generlized.
- Also added functions for reading them in (
read_model_casts
andread_model_fits
). - addresses