Skip to content

Tags: ihmeuw/vivarium_public_health

Tags

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Albrja/mic-5878/Use RR data to get age intervals for LBWSGRiskEffect (#…

…511)

Albrja/mic-5878/Use RR data to get age intervals for LBWSGRiskEffect

Use relative risk data to get age intervals.
- *Category*: Bugfix
- *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-5878

Changes and notes
-uses RR data to get age intervals so there is not a data dependency on exposure and relative risk data.

### Testing
<!--
Details on how code was verified, any unit tests local for the
repo, regression testing, etc. At a minimum, this should include an
integration test for a framework change. Consider: plots, images,
(small) csv file.
-->

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #508 from ihmeuw/pnast/feature/mic-5813-jenkins-ve…

…rsion-json

Add Python Versions json

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Albrja/bugfix/mic-5768/lbwsg-riskeffect-rr-pipeline (#504)

Albrja/bugfix/mic-5768/lbwsg-riskeffect-rr-pipeline

Fixes bug in creation of relative risk pipeline for LBWSGRiskEffect component
- *Category*: Bugfix
- *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-5768

Changes and notes
-updates way relative risk pipeline is created in LBWSGRiskEffect

### Testing
<!--
Details on how code was verified, any unit tests local for the
repo, regression testing, etc. At a minimum, this should include an
integration test for a framework change. Consider: plots, images,
(small) csv file.
-->

v3.1.5

Toggle v3.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #505 from ihmeuw/bugfix/pnast/mic-5756-interactive

InteractiveContext Bugfix

v3.1.4

Toggle v3.1.4's commit message
introduce data source argmuents (#499)

v3.1.3

Toggle v3.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Albrja/mic 5277/relative-risk-pipeline-for-riskeffect (#496)

Albrja/mic 5277/relative-risk-pipeline-for-riskeffect

Grant users access to relative risk pipeline for RiskEffect class
- *Category*: Feature
- *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-5277

Changes and notes
-small refactor so users have access to the relative risk pipeline for RiskEffect class

### Testing
<!--
Details on how code was verified, any unit tests local for the
repo, regression testing, etc. At a minimum, this should include an
integration test for a framework change. Consider: plots, images,
(small) csv file.
-->

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
drop python 3.9 changes (#493)

Category: CI
JIRA issue: https://jira.ihme.washington.edu/browse/MIC-5537

Changes and notes
Modernize type hinting.

Testing
Ran pytest.

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rename DiseaseModel initial_state to residual_state (#492)

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
drop python 3.9 (#490)

* remove python 3.9

* CHANGELOG

v3.0.11

Toggle v3.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Albrja/mic-5485/scaled-population (#489)

Albrja/mic-5485/scaled-population

Add ScalePopulation component to population package.
- *Category*: Feature
- *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-5485

Changes and notes
-Adds component to scale base population

Testing
Successfully ran simulation.