v1.1.0
Added features / functionality:
- Graph simulation with metapopulation model for Munich
- Computation of reproduction number for ODE SECIR model
- Machine learnt surrogate model for ODE SECIR model with multiple age groups and contact change points
- Linear Chain Trick SECIR model
- New initialization for IDE model
- Unit Tests with OpenMP
Corrections:
- Correct selection of specialized simulation and advance functions in python bindings
- Corrections for new MSVC
Other:
- Expanded tests for python bindings simulations
- Small changes and fixes (logo, pull request template, ...)
Merged pull requests
- remove experimental benchmark pipeline by @dabele in #878
- 867 pr template by @xsaschako in #876
- 721 Munich graph sim by @jubicker in #791
- 677 final version secir reproduction number by @johapau in #858
- 402 Surrogate model implementation with multiple age groups and dampings by @HenrZu in #562
- 885 Compatibility of specialized simulation and advance functions in Secir and Secirvvs model with flows by @HenrZu in #889
- Update pull_request_template.md by @mknaranja in #903
- 367 responsibility of testing schemes regarding quarantine by @xsaschako in #890
- replaced print functions by print_table by @lenaploetzke in #900
- 888 Make Apply_variant function more generic and fix issue with default value by @HenrZu in #904
- 720 config file for data downloads by @patricklnz in #902
- 921 Improve PopulationData Download by @patricklnz in #922
- Fix memilio logo in doxygen documentation by @reneSchm in #926
- 271 expand tests of the python bindings by @MaxBetzDLR in #605
- 918 add function to change the tolerance in ide model by @lenaploetzke in #919
- fix parameter rendering by doxygen by @reneSchm in #927
- 934 Add MEmilio favicon to github pages by @mknaranja in #935
- 892 implement simple lct model by @lenaploetzke in #915
- 898 change test for valid transition distibution from ide model by @lenaploetzke in #913
- 769 new initialization for ide model by @lenaploetzke in #770
- Run unit tests with OpenMP in CI by @dabele in #870
- 950 build cpp msvc debug latest fails at the main branch by @lenaploetzke in #951
- 928 add a flow chart for the lct model by @lenaploetzke in #943
- 936 implement the class infectionstate of the lct model more efficiently by @lenaploetzke in #941
Full Changelog: v1.0.0...v1.1.0