Skip to content

Releases: ihmeuw/vivarium_public_health

v3.0.9

13 Sep 00:01
c2a243f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.8...v3.0.9

v3.0.8

12 Sep 22:10
9912a0b
Compare
Choose a tag to compare

What's Changed

  • fix broken test due to population_view setter restrictions by @rmudambi in #483

Full Changelog: v3.0.7...v3.0.8

v3.0.7

10 Sep 20:36
e6a49e1
Compare
Choose a tag to compare

What's Changed

  • properly create the population_view in RateTransition by @rmudambi in #482

Full Changelog: v3.0.6...v3.0.7

v3.0.6

04 Sep 22:34
70d8dd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.5...v3.0.6

v3.0.5

29 Aug 17:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v3.0.4

28 Aug 21:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

v3.0.3

20 Aug 23:12
42b1037
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

19 Aug 22:41
baf554a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

19 Aug 18:24
fc028fd
Compare
Choose a tag to compare

What's Changed

  • Mic-5217/jenkins-upstream by @albrja in #466
  • fix bug in build script when the upstream vivarium branch should be main by @rmudambi in #468

Full Changelog: v3.0.0...v3.0.1

v3.0.0

13 Aug 21:58
Compare
Choose a tag to compare

What's Changed

Breaking changes:

  • Update components to use new Vivarium lookup table configuration
  • Update Observers to use new Vivarium results interface classes and methods
  • Change the "all_causes" disability weight pipeline from "disability_weight" to "all_causes.disability_weight"

Major changes:

  • Refactor risk components to standardize/simplify risk exposure distributions
  • Enable the setting of CSMR using a causes configuration parser
  • Implement a PublicHealthObserver to help enforce the existence of "measure", "entity_type", "sub_entity", and "entity" columns in the results
  • Refactor Risk component to create exposure column in state table
  • Add support for non-loglinear relative risks

Other changes:

  • Use external layered-config-tree package instead of Vivarium ConfigTree class
  • Install matching upstream branches in github builds
  • Stop writing seed and draw columns to the results
  • Automatically run Jenkins builds on push or pull request
  • Various other minor updates

Full Changelog: v2.3.3...v3.0.0