set_bednets() retention parameter is now optional and named, replaced by a choice between log-uniform retention (retention) or logistic decay retention (logistic_half_life, logistic_k) in https://github.com/mrc-ide/malariasimulation/pull/349
run_simulation_with_repetitions() overrides argument replaced with parameters and correlations in https://github.com/mrc-ide/malariasimulation/pull/367
set_equilibrium() gains EIR_population_input argument to accept total-population EIR (converted to adult EIR internally) in https://github.com/mrc-ide/malariasimulation/pull/377
run_simulation_with_repetitions() now supports correlation parameters in https://github.com/mrc-ide/malariasimulation/pull/367
set_parameter_draw() appends the draw index to the parameter list in https://github.com/mrc-ide/malariasimulation/pull/365
n_bites_per_person being overwritten with multiple mosquito species, resulting in fewer bites than expected in https://github.com/mrc-ide/malariasimulation/pull/385
ls_drug and ls_drug_time now added to variable list, and blood-stage vs liver-stage drugs correctly differentiated in https://github.com/mrc-ide/malariasimulation/pull/354
set_equilibrium() to properly overwrite existing entries when called multiple times in https://github.com/mrc-ide/malariasimulation/pull/364
set_parameter_draw() to work without library(malariasimulation) in https://github.com/mrc-ide/malariasimulation/pull/370
n_bitten missing from initial output population function in https://github.com/mrc-ide/malariasimulation/pull/361
s + r + d = 1 in https://github.com/mrc-ide/malariasimulation/pull/349
iva_mean and ivm_mean immunity outputs to run_simulation documentation in https://github.com/mrc-ide/malariasimulation/pull/382
death_rate() roxygen documentation in https://github.com/mrc-ide/malariasimulation/pull/357
Release v2.0.0. This will mark our shift to semver 2.0.0 for versioning, i.e:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward compatible manner
- PATCH version when you make backward compatible bug fixes
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
Full Changelog: https://github.com/mrc-ide/malariasimulation/compare/v1.6.0…v2.0.0