Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@mknaranja mknaranja released this 07 Apr 15:46
· 9 commits to main since this release
3390762

Added features / functionality:

  • Integration of the SECIRTS model: a three immunity layer ODE model with waning immunity
  • Integration of diffusive ABM (d_abm)
  • Integration stochastic metatpopulation model (smm)
  • Provision of age resolution for IDE model
  • Provision of local feedback mechanism for ODE models
  • Allow graph model for ABMs
  • Make IDE model compatible with graph
  • Use DIVI data to scale initial values for LCT model
  • Allow agents to die in hospital and when not in ICU
  • Make set_initial_flows() of IDE model usable with and without age resolution
  • Integration of new documentation

General changes:

  • Change member functions in Model class from public to private in IDE model
  • Update dependencies
    • minimum required cmake 3.11 -> 3.13
    • spdlog 1.11.0 -> 1.15.0
    • Eigen 3.3.9 -> 3.4.0
    • JsonCpp 1.9.5 -> 1.9.6
  • Temporarily fix CI by downgrading OS image
  • Print date object per default in ISO format when using spdlog
  • Rename public members of IDE model
  • Updated ABM readme
  • Reduce unnecessary logs and prints when running the examples
  • Add citation file
  • Add log for MSVC example runs
  • Rework data structure and rename mobility and vaccination file

Corrections:

  • Initialization of ICU compartments after July 2024
  • Handle case when group size in LCT model is zero
  • Integrator was handled as adaptive if using small fixed step sizes
  • Use correct targets when setting compile options
  • Wrong index in ODE SEIR model
  • Ensure zero initialization for AD example
  • Add missing comment for pop in get_derivatives()
  • Bump minimum cmake versions in memilio-simulation and -generation

Minor changes:

  • Improvement of ABM software and unit tests
  • Bump download artifact version in CI
  • Update license headers

Merged pull requests

New Contributors

Full Changelog: v1.3.0...v1.4.0