Releases: UofUEpiBio/epiworld
Releases · UofUEpiBio/epiworld
v0.6.1
What's Changed
- Moving engine to be shared pointer instead of dumb pointer by @gvegayon in #26
- Minor patch to graph (forgot to fix from last merge) by @gvegayon in #27
- Add seed to lfmcmc run function by @apulsipher in #30
- Fix lfmcmc print to expect size_t argument by @apulsipher in #31
- Adding check on epiworldR by @gvegayon in #33
- Multiple patches to lfmcmc by @gvegayon in #34
- Fix naming conventions in LFMCMC for consistency and clarity by @apulsipher in #37
- Add progress bar and verbose flag to lfmcmc by @apulsipher in #43
- Rename member variables and add new ones by @apulsipher in #45
- Hex Stickers by @IsaccBarker in #48
- Fix clang compiler problems from epiworldR by @apulsipher in #50
New Contributors
- @IsaccBarker made their first contribution in #48
Full Changelog: v0.3.0...v0.6.0
v0.3.0
Simplifies API for adding tools, viruses, and entities.
Now, there is a single member for each type within model. The information regarding distribution of the tool/virus/entity is now contain within the object. This is a big change as it will trigger refactoring in epiworldR and epiworldpy.
Full Changelog: v0.2-1...v0.3.0
v0.2-1
What's Changed
- Added missing methods.
- Corrected minor bug in the mixing model.
Full Changelog: v0.2-0...v0.2-1
Mixing models
Adds the ModelSEIRMixing
and ModelSIRMixing
models.
First numbered release
v0.1-0 First numbered version