Skip to content

Releases: UofUEpiBio/epiworld

v0.6.1

29 Jan 15:00
2295a2a
Compare
Choose a tag to compare

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

06 Jun 23:05
Compare
Choose a tag to compare

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

04 Jun 21:57
Compare
Choose a tag to compare

What's Changed

  • Added missing methods.
  • Corrected minor bug in the mixing model.

Full Changelog: v0.2-0...v0.2-1

Mixing models

27 Apr 23:25
cf9c8eb
Compare
Choose a tag to compare

Adds the ModelSEIRMixing and ModelSIRMixing models.

First numbered release

25 Apr 19:43
Compare
Choose a tag to compare
v0.1-0

First numbered version