Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 authored Feb 12, 2024
1 parent bb7dfa3 commit a8cb037
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ this repository.
- Added ability to use mean and sd for temp and precip coefficient. Uses 3 new parameters: weather_type, temperature_coefficient_sd_file, and precipitation_coefficient_sd_file. This is added to help understand uncertainty in model predictions due to weather drivers (@ChrisJones687, #168).

- Added the ability to use different seeds for all processes within pops-core. Adds 2 new parameters: multiple_random_seeds (boolean for using this functionality) and random_seeds (set to NULL to allow internal model selection of kernels or pass a CSV with the number of rows being the number of model runs and columns being the kernels in order (@ChrisJones687, #168).

- Added ability for model to simulate pathogen/pest survival in soil and then emergence/rain splash in an area (@ChrisJones687, #178).

- Model can now write out forecast ensemble members (@ChrisJones687, #179)

- Added ability for model to use multi-host pops-core API. The model now takes 2 new parameter tables for hosts. It also takes a list of rasters for each host allowing testing of hypothesis related to different host combinations being more conducive to spread on the landscape (@petrasovaa, @ChrisJones687, @wenzeslaus, #186 and #188).

- Added the ability to calibrate, validate, and simulate from county level infection data (@ChrisJones687, #196).

### Changed

Expand All @@ -34,7 +42,7 @@ this repository.

### Removed

- Removed dependencies: packages rgdal, raster, sp
- Removed dependencies: packages rgdal, raster, sp (@petrasovaa, #187)

## [2.0.1] 2022-11-16

Expand Down

0 comments on commit a8cb037

Please sign in to comment.