Skip to content

Releases: mrc-ide/malariasimulation

v2.0.0

12 Sep 14:36
3d1f3b2
Compare
Choose a tag to compare

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:

  1. MAJOR version when you make incompatible API changes
  2. MINOR version when you add functionality in a backward compatible manner
  3. 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.

Transparent changes

Transparent changes to model behaviour

  • Moved mortality to the end of processes to resolve order of competing… by @RJSheppard in #292
  • calculate_eir function correction by @RJSheppard in #296
  • Older age groups (older than equilibrium age object) are not correctl… by @RJSheppard in #301
  • Competing hazards recovery infection resolution by @RJSheppard in #300
  • Bug/maternal immunity sampling by @tbreweric in #279

Improved documentation

New features

Breaking changes

  • Custom carrying capacity is set as a relative scaler, not absolute value by @pwinskill in #272
  • Implement time varying coverage for PEV boosters: by @giovannic in #270
  • Add asymmetric transmission in mixing in metapopulation modelling: by @giovannic in #277 #259
  • lm pcr prevalence explicit by @RJSheppard in #298

New Contributors

Full Changelog: v1.6.0...v2.0.0

v1.6.0

04 Jul 08:51
397a7b7
Compare
Choose a tag to compare

malariasimulation 1.6.0

  • Fix MDA bug where undetectable asymptomatics are treated
  • New vignettes
  • Progress bar for long simulations
  • Individual mosquitoes off by default
  • New vaccination code:
    • pre-erythrocytic vaccine functions have been renamed to pev
    • pev functions have PEVProfiles for alternate pev vaccines and boosters
  • Specify carrying capacity over time

v1.4.3

13 Dec 14:33
4d070cb
Compare
Choose a tag to compare

malariasimulation 1.4.3

  • Treatment number rendering for all treatments not just effective
  • Default rendering for drug-based interventions
  • Bed nets and IRS continue post individual's death
  • ITN scheduling does not overwrite on receipt of >1 net

v1.4.1

08 Aug 15:51
9b8ebf6
Compare
Choose a tag to compare

Here we introduce PMC, metapopulation modelling and make some model parameters more flexible

Changes

  • Fix rendering of incidence when there are no infections
  • Support metapopulation models (see vignette for documentation)
  • Render ITN usage
  • Time-varying RTS,S EPI coverage
  • Time-varying demography (see vignette for documentation)
  • Remove unused birthrate parameterisation
  • Minor speed improvement from disease progression re-write
  • PMC can now be modelled using set_pmc

v1.3.0

11 Feb 12:16
aace0c5
Compare
Choose a tag to compare
  • Custom demography
  • Rainfall floor
  • Documentation fixes for vector controls
  • Simple model for severe disease
  • Alignment of immunity function with legacy model

v1.2.0

01 Nov 10:59
3c35dbd
Compare
Choose a tag to compare

malariasimulation 1.2.0

  • added a NEWS.md file to track changes to the package.
  • n_inc_clinical now includes treated humans
  • EIR and mosquito state counts are now disaggregated by species
  • redundant Total_M and and aggregate EIR outputs are no longer output
  • new vignette on how to calibrate EIR to match a given prevalence (See Matching PfPR2-10 to EIR vignette)
  • p_ outputs for smoother prevalence/incidence outputs (See Variation vignette)
  • small speed improvements related to [email protected]

v1.1.0

26 Aug 09:17
0a4061c
Compare
Choose a tag to compare

Changes:

  • EPI strategy for vaccination
  • new prevalence outputs including numerator and denominator
  • BREAKING: prevalence outputs have been removed
  • Mosquito model renamed to aquatic mosquito model

v1.0.2

29 Jul 08:29
cf3e479
Compare
Choose a tag to compare

Post vector control RCT validation

The beginning of the end

12 May 14:58
78743fb
Compare
Choose a tag to compare

An IBM which is consistent with the legacy IBM and malariaEquilibrium