Skip to content

Releases: weecology/portalcasting

portalcasting v 0.21.1

11 Feb 19:50
Compare
Choose a tag to compare

Patch "NA" plotting issue

portalcasting v0.21.0

11 Feb 03:50
76a6053
Compare
Choose a tag to compare

Highlighting of species in plotting

Shift to GitHub actions

Rename default branch to main

portalcasting v0.20.0

04 Feb 15:55
a44008e
Compare
Choose a tag to compare

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

24 Jan 00:29
823e5b2
Compare
Choose a tag to compare

Testing the Dockerfile integration

portalcasting v0.18.2

23 Jan 23:36
cfcef4e
Compare
Choose a tag to compare

Setting the Docker build up with its own folder

Tidying README etc

portalcasting v0.18.1

23 Jan 21:19
bad0745
Compare
Choose a tag to compare

testing dockerhub tag integration

portalcasting v0.18.0

23 Jan 20:31
1b943e7
Compare
Choose a tag to compare

Bringing the Dockerfile over from portalPredictions

  • For building here.

portalcasting v0.17.1

16 Jan 22:16
cafa3b2
Compare
Choose a tag to compare

Addition of GPEDM (model and function)

  • Gaussian processes using Empirical Dynamic Modeling

for real this time

portalcasting v0.17.0

16 Jan 01:01
83c3afe
Compare
Choose a tag to compare

Addition of GPEDM (model and function)

  • Gaussian processes using Empirical Dynamic Modeling

portalcasting v0.16.0

10 Jan 20:48
b6e90b2
Compare
Choose a tag to compare

Change in format for saving out model_fits and model_casts

  • Saving model_fits and model_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 and read_model_fits).
  • addresses