Skip to content

v2.1.0

Choose a tag to compare

@mknaranja mknaranja released this 01 Aug 12:50
· 39 commits to main since this release
0b61820

Added features / functionality:

  • Added a temporal hybrid ODE-ABM-based model
  • Added spatially resolved feedback simulation
  • Extended integrator classes and reimplemented SDE models
  • Adjusted memilio-generation for flow models and automatic differentiation
  • Added setup for performance monitoring with LIKWID
  • Introduction of a timing framework
  • Export TimeSeries objects into csv files
  • Added quarantine effectiveness parameter to ABM
  • C++ Code creation based on standardized formats for ODEs
  • Added GitHub bot to inform on new discussions

General changes:

  • Reworked ABM state transitions
  • Updated minimum and latest Ubuntu and Windows versions which are tested in CI
  • Fully reworked and extended documentation
  • Deactivated old GitHubPages
  • Enhanced testing logic in ABM
  • Improved trip addition in ABM
  • Changes in model initializations due to changes in provision of intensive care and SARS-CoV-2 vaccination data
  • Streamline code for reading in data in model specific IO files
  • Updated simple surrogate models
  • Renamed compartmentalmodel.h to compartmental_model.h

Corrections:

  • Corrected the different output on Mac
  • Fix population download handling
  • Property of MobilityParametersEdge was not accessible in python bindings

Minor changes:

  • Updated citations
  • Updated coding guidelines and pull request template
  • Cancel concurrent and redundant CI runs

Merged pull requests

New Contributors

Full Changelog: v2.0.0...v2.1.0