Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@giovannic giovannic released this 12 Sep 14:36
· 9 commits to master since this release
3d1f3b2

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