Skip to content

Public Release

Compare
Choose a tag to compare
@KCGallagher KCGallagher released this 30 Sep 10:25
· 1246 commits to main since this release
5d55a75

Public Release

Model State

Both python and C++ backends have full functionality (excluding interventions), with household, spatial and place infection mechanisms as well as internal host progression. Example workflows are provided for varying degrees of simulation complexity, up to and including a national simulation on the state of Gibraltar in both backends, used for benchmarking against CovidSim.

Both backends have fully logging and seed determinism capabilities, and the cEpiabm backend may be called through python bindings, operating on populations constructed in python. Full documentation is available online for both backends (linked in the README), as well as comprehensive parameter documentation being available on our Wiki.

What's Changed

  • C++ and Python updated spatial sweep and kernel

  • C++ and Python reconfigured place sweep

  • C++ and Python complete Gibraltar simulation

  • C++ and Python new cases reporting

  • C++ python bindings
    .

  • Python updated spatial kernel

  • Python updated household storage and allocation

  • Python logging and profiling functionality

  • Python functional and integration testing

  • Python age dependence on infection and host progression
    .

  • Updated workflow examples for varying degrees of complexity

  • Complete documentation for both backends

  • Updated guidance for open-source software contributions

New Contributors

Full Changelog: v0.0.2...v1.0.0