Skip to content

Tags: SciCompMod/memilio

Tags

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1505 Do not include SBML by default (#1506)

v2.2.0

Toggle v2.2.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
468 ABM parameter study (#1395)

- Refactor ParameterStudy, so it can use any parameter type and more generic simulations.
- Add example for an ABM study.
- Update python bindings, behavior is mostly unchanged.

Co-authored-by: Sascha Korf <[email protected]>
Co-authored-by: annawendler <[email protected]>
Co-authored-by: MaxBetz <[email protected]>

v2.1.0

Toggle v2.1.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1306 Added extensive documentation (#1314)

Added extensive documentation of the MEmilio framework.

Co-authored-by: Martin Kühn <[email protected]>
Co-authored-by: Kilian Volmer <[email protected]>
Co-authored-by: Sascha Korf <[email protected]>
Co-authored-by: reneSchm <[email protected]>
Co-authored-by: jubicker <[email protected]>
Co-authored-by: Carlotta Gerstein <[email protected]>
Co-authored-by: Anna Wendler <[email protected]>
Co-authored-by: Daniel Richter <[email protected]>
Co-authored-by: MaxBetz <[email protected]>
Co-authored-by: David Kerkmann <[email protected]>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
410 Make IDE model compatible with graph (#1203)

Add graph simulation that doesn't require mobility so that IDE model can be used within graph

Co-authored-by: reneSchm <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1021 Error when compiling on Mac with new boost (#1146)

- Change compiler flag disabling warnings from boost depending on Clang version.
- Treat compiler ID "AppleClang" as "Clang" and warn about it.
- Change two occurrences of vector\<bool\> to array to sidestep a libc++ extension for const bool references in vector.

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1073 Remove credentials from Population Data Download (#1074)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
305 add ccache to linux build (#994)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
936 implement the class infectionstate of the lct model more efficien…

…tly (#941)

- LctInfectionState is now a class template and has only static members (variables and functions). More computation is now done at compile time.
- LctInfectionState can be used by various LCT models (not just SECIR models).

Co-authored-by: reneSchm <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
enhancement of renaming abm (#874)