Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed Jul 30, 2021
1 parent 7539dc4 commit e958b37
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
26 changes: 20 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.1.6] - 2021-07-30

### Changed

- renamed a parameter in `StochasticEpiModel.simulate` to `stop_simulation_on_vanishing_total_event_rate`, because it describes the mechanism better (adjusted `TemporalNetwork`) accordingly

### Fixed

- Disallowing resizing a visualization app on Linux OSes to avoid a recursion error
- metadata such as `epipack.__version__` is now correctly given out

### Added

- a `SymbolicSEIRModel`
- a routine to generate random geometric graphs
- the possiblity to add a callback function in `StochasticEpiModel.simulate` such that event tracking is possible

## [v0.1.5] - 2020-06-08
## [v0.1.5] - 2021-06-08

### Added

Expand All @@ -23,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- specified for MatrixEpiModel that the leading eigenvalue of the next generation matrix should be measured by largest magnitude (because R is the matrix's spectral radius)
- in StochasticEpiModel, convert rate values to float by default

## [v0.1.4] - 2020-05-18
## [v0.1.4] - 2021-05-18

### Added

Expand All @@ -35,20 +48,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- methods to `EpiModel` that save events that have been set. This will be used to generate model flowcharts with graphviz at some point
- the possibility to pass a function to ``StochasticEpiModel.simulate`` that checks for a custom stop condition

## [v0.1.3] - 2020-04-07
## [v0.1.3] - 2021-04-07

### Fixed

- dependency issues with pyglet, apparently the "shapes" module did not appear until lately. Defined a range of versions for pyglet
- bug in example code in README.md

## [v0.1.2] - 2020-04-01
## [v0.1.2] - 2021-04-01

### Fixed

- A bug where the `reset_events`-flag was ignored when setting processes

## [v0.1.1] - 2020-03-03
## [v0.1.1] - 2021-03-03

### Added

Expand Down Expand Up @@ -116,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- initialized

[Unreleased]: https://github.com/benmaier/epipack/compare/v0.1.5...HEAD
[Unreleased]: https://github.com/benmaier/epipack/compare/v0.1.6...HEAD
[v0.1.6]: https://github.com/benmaier/epipack/compare/v0.1.5...v0.1.6]
[v0.1.5]: https://github.com/benmaier/epipack/compare/v0.1.4...v0.1.5]
[v0.1.4]: https://github.com/benmaier/epipack/compare/v0.1.3...v0.1.4]
[v0.1.3]: https://github.com/benmaier/epipack/compare/v0.1.2...v0.1.3]
Expand Down
5 changes: 0 additions & 5 deletions OUTLOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ that approximates rates as either
integral for a new time leap. Re-evaluate rates at the new time
and choose event from those.

## Simulations on temporal networks

Straight-forward to set up based on
[tacoma](https://github.com/benmaier/tacoma)-types.

## Spatial systems

Based on our implementation in the `metapop`-prototype (github.com/benmaier/metapop), it should be fairly simple to set up more efficient reaction-diffusion systems for `MatrixEpiModel`.
Expand Down

0 comments on commit e958b37

Please sign in to comment.