vivarium-public-health 4.3.4__tar.gz → 4.3.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.gitignore +5 -1
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/CHANGELOG.rst +9 -1
- {vivarium_public_health-4.3.4/src/vivarium_public_health.egg-info → vivarium_public_health-4.3.6}/PKG-INFO +11 -28
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/setup.py +12 -23
- vivarium_public_health-4.3.6/src/vivarium_public_health/_version.py +1 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/population/base_population.py +41 -6
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6/src/vivarium_public_health.egg-info}/PKG-INFO +11 -28
- vivarium_public_health-4.3.6/src/vivarium_public_health.egg-info/requires.txt +26 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/population/test_base_population.py +121 -0
- vivarium_public_health-4.3.4/src/vivarium_public_health/_version.py +0 -1
- vivarium_public_health-4.3.4/src/vivarium_public_health.egg-info/requires.txt +0 -42
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.bandit +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.flake8 +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.gitattributes +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.github/CODEOWNERS +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.github/pull_request_template.md +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.github/workflows/deploy.yml +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.pylintrc +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.readthedocs.yml +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.zenodo.json +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/CODE_OF_CONDUCT.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/CONTRIBUTING.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/Jenkinsfile +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/LICENSE.txt +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/MANIFEST.in +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/Makefile +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/README.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/Makefile +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/nitpick-exceptions +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/_static/style.css +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/_templates/layout.html +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/disease/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/disease/model.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/disease/models.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/disease/special_disease.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/disease/state.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/disease/transition.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/mslt/delay.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/mslt/disease.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/mslt/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/mslt/intervention.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/mslt/magic_wand_components.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/mslt/observer.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/mslt/population.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/plugins/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/plugins/parser.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/population/add_new_birth_cohorts.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/population/base_population.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/population/data_transformations.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/population/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/population/mortality.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/results/disability.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/results/disease.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/results/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/results/mortality.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/results/observer.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/results/risk.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/results/simple_cause.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/results/stratification.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/risks/base_risk.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/risks/data_transformations.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/risks/distributions.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/risks/effect.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/risks/implementations/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/risks/implementations/low_birth_weight_and_short_gestation.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/risks/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/treatment/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/treatment/magic_wand.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/treatment/scale_up.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/treatment/therapeutic_inertia.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/utilities.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/conf.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/tutorials/index.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/tutorials/risk_exposure.rst +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/pyproject.toml +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/python_versions.json +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/setup.cfg +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/__about__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/disease/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/disease/exceptions.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/disease/model.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/disease/models.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/disease/special_disease.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/disease/state.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/disease/transition.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/mslt/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/mslt/delay.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/mslt/disease.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/mslt/intervention.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/mslt/magic_wand_components.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/mslt/observer.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/mslt/population.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/plugins/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/plugins/parser.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/population/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/population/add_new_birth_cohorts.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/population/data_transformations.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/population/mortality.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/results/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/results/columns.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/results/disability.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/results/disease.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/results/mortality.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/results/observer.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/results/risk.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/results/simple_cause.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/results/stratification.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/risks/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/risks/base_risk.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/risks/data_transformations.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/risks/distributions.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/risks/effect.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/risks/implementations/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/risks/implementations/low_birth_weight_and_short_gestation.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/treatment/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/treatment/magic_wand.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/treatment/scale_up.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/treatment/therapeutic_inertia.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/utilities.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health.egg-info/SOURCES.txt +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health.egg-info/dependency_links.txt +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health.egg-info/not-zip-safe +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health.egg-info/top_level.txt +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/conftest.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/data/rr_interpolator.csv +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/disease/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/disease/test_disease.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/disease/test_special_disease.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/mock_artifact.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/plugins/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/plugins/test_parser.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/population/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/population/conftest.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/population/test_add_new_birth_cohort.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/population/test_data_transformations.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/population/test_mortality.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/test_categorical_risk_observer.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/test_disability.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/test_disability_observer.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/test_disease_observer.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/test_mortality_observer.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/test_stratification.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/risks/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/risks/conftest.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/risks/test_base_risk.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/risks/test_data_transformations.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/risks/test_distributions.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/risks/test_effect.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/risks/test_low_birth_weight_and_short_gestation.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/test_utilities.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/treatment/__init__.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/treatment/test_scale_up.py +0 -0
- {vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tox.ini +0 -0
@@ -1,3 +1,11 @@
|
|
1
|
+
**4.3.6 - 08/28/25**
|
2
|
+
|
3
|
+
- Feature: ScaledPopulation can handle multiple year data inputs.
|
4
|
+
|
5
|
+
**4.3.5 - 08/01/25**
|
6
|
+
|
7
|
+
- Use vivarium_dependencies for common setup constraints
|
8
|
+
|
1
9
|
**4.3.4 - 07/31/25**
|
2
10
|
|
3
11
|
- Modify futurewarning fix from v4.2.6 to not require pandas>=2.2.0
|
@@ -22,7 +30,7 @@
|
|
22
30
|
- Add Intervention and InterventionEffect classes
|
23
31
|
- Refactor to pass Exposure component to RiskExposureDistribution classes
|
24
32
|
- Update exposure category names for DichotomousDistribution
|
25
|
-
|
33
|
+
|
26
34
|
**4.2.6 - 07/25/25**
|
27
35
|
|
28
36
|
- Feature: Support new environment creation via 'make build-env'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: vivarium_public_health
|
3
|
-
Version: 4.3.
|
3
|
+
Version: 4.3.6
|
4
4
|
Summary: Components for modelling diseases, risks, and interventions with ``vivarium``
|
5
5
|
Home-page: https://github.com/ihmeuw/vivarium_public_health
|
6
6
|
Author: The vivarium developers
|
@@ -26,45 +26,28 @@ Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
|
|
26
26
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
27
27
|
Classifier: Topic :: Software Development :: Libraries
|
28
28
|
License-File: LICENSE.txt
|
29
|
+
Requires-Dist: vivarium_dependencies[loguru,numpy_lt_2,pandas,pyarrow,scipy,tables]
|
29
30
|
Requires-Dist: vivarium_build_utils<3.0.0,>=2.0.1
|
30
31
|
Requires-Dist: vivarium>=3.4.3
|
31
|
-
Requires-Dist: layered_config_tree
|
32
|
-
Requires-Dist: loguru
|
33
|
-
Requires-Dist: numpy<2.0.0
|
34
|
-
Requires-Dist: pandas
|
35
|
-
Requires-Dist: scipy
|
36
|
-
Requires-Dist: tables
|
32
|
+
Requires-Dist: layered_config_tree
|
37
33
|
Requires-Dist: risk_distributions>=2.0.11
|
38
|
-
Requires-Dist: pyarrow
|
39
34
|
Provides-Extra: docs
|
40
|
-
Requires-Dist: sphinx
|
41
|
-
|
42
|
-
Requires-Dist:
|
43
|
-
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
|
44
|
-
Requires-Dist: IPython; extra == "docs"
|
45
|
-
Requires-Dist: matplotlib; extra == "docs"
|
35
|
+
Requires-Dist: vivarium_dependencies[ipython,matplotlib,sphinx,sphinx-click]; extra == "docs"
|
36
|
+
Provides-Extra: interactive
|
37
|
+
Requires-Dist: vivarium_dependencies[interactive]; extra == "interactive"
|
46
38
|
Provides-Extra: test
|
39
|
+
Requires-Dist: vivarium_dependencies[pytest]; extra == "test"
|
47
40
|
Requires-Dist: vivarium_testing_utils; extra == "test"
|
48
|
-
Requires-Dist: pytest; extra == "test"
|
49
|
-
Requires-Dist: pytest-cov; extra == "test"
|
50
|
-
Requires-Dist: pytest-mock; extra == "test"
|
51
41
|
Requires-Dist: hypothesis; extra == "test"
|
52
42
|
Requires-Dist: pyyaml; extra == "test"
|
53
43
|
Provides-Extra: dev
|
54
|
-
Requires-Dist: sphinx
|
55
|
-
Requires-Dist:
|
56
|
-
Requires-Dist:
|
57
|
-
Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
|
58
|
-
Requires-Dist: IPython; extra == "dev"
|
59
|
-
Requires-Dist: matplotlib; extra == "dev"
|
44
|
+
Requires-Dist: vivarium_dependencies[ipython,matplotlib,sphinx,sphinx-click]; extra == "dev"
|
45
|
+
Requires-Dist: vivarium_dependencies[interactive]; extra == "dev"
|
46
|
+
Requires-Dist: vivarium_dependencies[pytest]; extra == "dev"
|
60
47
|
Requires-Dist: vivarium_testing_utils; extra == "dev"
|
61
|
-
Requires-Dist: pytest; extra == "dev"
|
62
|
-
Requires-Dist: pytest-cov; extra == "dev"
|
63
|
-
Requires-Dist: pytest-mock; extra == "dev"
|
64
48
|
Requires-Dist: hypothesis; extra == "dev"
|
65
49
|
Requires-Dist: pyyaml; extra == "dev"
|
66
|
-
Requires-Dist:
|
67
|
-
Requires-Dist: isort==5.13.2; extra == "dev"
|
50
|
+
Requires-Dist: vivarium_dependencies[lint]; extra == "dev"
|
68
51
|
Dynamic: author
|
69
52
|
Dynamic: author-email
|
70
53
|
Dynamic: classifier
|
@@ -42,42 +42,27 @@ if __name__ == "__main__":
|
|
42
42
|
long_description = f.read()
|
43
43
|
|
44
44
|
install_requirements = [
|
45
|
+
"vivarium_dependencies[pandas,numpy_lt_2,scipy,tables,loguru,pyarrow]",
|
45
46
|
"vivarium_build_utils>=2.0.1,<3.0.0",
|
46
47
|
"vivarium>=3.4.3",
|
47
|
-
"layered_config_tree
|
48
|
-
"loguru",
|
49
|
-
"numpy<2.0.0",
|
50
|
-
"pandas",
|
51
|
-
"scipy",
|
52
|
-
"tables",
|
48
|
+
"layered_config_tree",
|
53
49
|
"risk_distributions>=2.0.11",
|
54
|
-
"pyarrow",
|
55
50
|
]
|
56
51
|
|
57
52
|
setup_requires = ["setuptools_scm"]
|
58
53
|
|
59
54
|
test_requirements = [
|
55
|
+
"vivarium_dependencies[pytest]",
|
60
56
|
"vivarium_testing_utils",
|
61
|
-
"pytest",
|
62
|
-
"pytest-cov",
|
63
|
-
"pytest-mock",
|
64
57
|
"hypothesis",
|
65
58
|
"pyyaml",
|
66
59
|
]
|
67
60
|
|
68
|
-
doc_requirements = [
|
69
|
-
"sphinx<7.0",
|
70
|
-
"sphinx-rtd-theme",
|
71
|
-
"sphinx-click",
|
72
|
-
"sphinx-autodoc-typehints",
|
73
|
-
"IPython",
|
74
|
-
"matplotlib",
|
75
|
-
]
|
61
|
+
doc_requirements = ["vivarium_dependencies[sphinx,sphinx-click,ipython,matplotlib]"]
|
76
62
|
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
]
|
63
|
+
interactive_requirements = ["vivarium_dependencies[interactive]"]
|
64
|
+
|
65
|
+
lint_requirements = ["vivarium_dependencies[lint]"]
|
81
66
|
|
82
67
|
setup(
|
83
68
|
name=about["__title__"],
|
@@ -115,8 +100,12 @@ if __name__ == "__main__":
|
|
115
100
|
tests_require=test_requirements,
|
116
101
|
extras_require={
|
117
102
|
"docs": doc_requirements,
|
103
|
+
"interactive": interactive_requirements,
|
118
104
|
"test": test_requirements,
|
119
|
-
"dev": doc_requirements
|
105
|
+
"dev": doc_requirements
|
106
|
+
+ interactive_requirements
|
107
|
+
+ test_requirements
|
108
|
+
+ lint_requirements,
|
120
109
|
},
|
121
110
|
zip_safe=False,
|
122
111
|
use_scm_version={
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "4.3.6"
|
@@ -235,15 +235,50 @@ class ScaledPopulation(BasePopulation):
|
|
235
235
|
raise ValueError(
|
236
236
|
f"Scaling factor must be a pandas DataFrame. Provided value: {scaling_factor}"
|
237
237
|
)
|
238
|
-
|
239
|
-
|
238
|
+
start_year = builder.configuration.time.start.year
|
239
|
+
population_structure, scaling_factor = self._format_data_inputs(
|
240
|
+
population_structure, scaling_factor, start_year
|
240
241
|
)
|
241
|
-
|
242
|
-
|
242
|
+
|
243
|
+
return (population_structure * scaling_factor).reset_index()
|
244
|
+
|
245
|
+
def _format_data_inputs(
|
246
|
+
self, pop_structure: pd.DataFrame, scalar_data: pd.DataFrame, year: int
|
247
|
+
) -> tuple[pd.DataFrame, pd.DataFrame]:
|
248
|
+
"""Data cleaning function to check whether scalar_data and population structure are compatible for scaling
|
249
|
+
the population structure of a simulation."""
|
250
|
+
|
251
|
+
scaling_factor = scalar_data.set_index(
|
252
|
+
[col for col in scalar_data.columns if col != "value"]
|
243
253
|
)
|
244
|
-
|
254
|
+
population_structure = pop_structure.set_index(
|
255
|
+
[col for col in pop_structure.columns if col != "value"]
|
256
|
+
)
|
257
|
+
if "year_start" not in scaling_factor.index.names:
|
258
|
+
return population_structure, scaling_factor
|
259
|
+
|
260
|
+
# Subset to start year of simulation or closest year
|
261
|
+
pop_reference_years = sorted(
|
262
|
+
set(population_structure.index.get_level_values("year_start"))
|
263
|
+
)
|
264
|
+
pop_year_index = np.digitize(year, pop_reference_years).item() - 1
|
265
|
+
scale_reference_years = sorted(
|
266
|
+
set(scaling_factor.index.get_level_values("year_start"))
|
267
|
+
)
|
268
|
+
scale_year_index = np.digitize(year, scale_reference_years).item() - 1
|
269
|
+
# Subset to start year of simulation or earliest year. E.g. if start year = 2021 and pop
|
270
|
+
# structure has 2021, we will subset to 2021. If pop structure minimum year is 2025, we
|
271
|
+
# will subset to 2025.
|
272
|
+
population_structure = population_structure.loc[
|
273
|
+
population_structure.index.get_level_values("year_start")
|
274
|
+
== pop_reference_years[pop_year_index]
|
275
|
+
]
|
276
|
+
scaling_factor = scaling_factor.loc[
|
277
|
+
scaling_factor.index.get_level_values("year_start")
|
278
|
+
== scale_reference_years[scale_year_index]
|
279
|
+
]
|
245
280
|
|
246
|
-
return
|
281
|
+
return population_structure, scaling_factor
|
247
282
|
|
248
283
|
|
249
284
|
class AgeOutSimulants(Component):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: vivarium_public_health
|
3
|
-
Version: 4.3.
|
3
|
+
Version: 4.3.6
|
4
4
|
Summary: Components for modelling diseases, risks, and interventions with ``vivarium``
|
5
5
|
Home-page: https://github.com/ihmeuw/vivarium_public_health
|
6
6
|
Author: The vivarium developers
|
@@ -26,45 +26,28 @@ Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
|
|
26
26
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
27
27
|
Classifier: Topic :: Software Development :: Libraries
|
28
28
|
License-File: LICENSE.txt
|
29
|
+
Requires-Dist: vivarium_dependencies[loguru,numpy_lt_2,pandas,pyarrow,scipy,tables]
|
29
30
|
Requires-Dist: vivarium_build_utils<3.0.0,>=2.0.1
|
30
31
|
Requires-Dist: vivarium>=3.4.3
|
31
|
-
Requires-Dist: layered_config_tree
|
32
|
-
Requires-Dist: loguru
|
33
|
-
Requires-Dist: numpy<2.0.0
|
34
|
-
Requires-Dist: pandas
|
35
|
-
Requires-Dist: scipy
|
36
|
-
Requires-Dist: tables
|
32
|
+
Requires-Dist: layered_config_tree
|
37
33
|
Requires-Dist: risk_distributions>=2.0.11
|
38
|
-
Requires-Dist: pyarrow
|
39
34
|
Provides-Extra: docs
|
40
|
-
Requires-Dist: sphinx
|
41
|
-
|
42
|
-
Requires-Dist:
|
43
|
-
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
|
44
|
-
Requires-Dist: IPython; extra == "docs"
|
45
|
-
Requires-Dist: matplotlib; extra == "docs"
|
35
|
+
Requires-Dist: vivarium_dependencies[ipython,matplotlib,sphinx,sphinx-click]; extra == "docs"
|
36
|
+
Provides-Extra: interactive
|
37
|
+
Requires-Dist: vivarium_dependencies[interactive]; extra == "interactive"
|
46
38
|
Provides-Extra: test
|
39
|
+
Requires-Dist: vivarium_dependencies[pytest]; extra == "test"
|
47
40
|
Requires-Dist: vivarium_testing_utils; extra == "test"
|
48
|
-
Requires-Dist: pytest; extra == "test"
|
49
|
-
Requires-Dist: pytest-cov; extra == "test"
|
50
|
-
Requires-Dist: pytest-mock; extra == "test"
|
51
41
|
Requires-Dist: hypothesis; extra == "test"
|
52
42
|
Requires-Dist: pyyaml; extra == "test"
|
53
43
|
Provides-Extra: dev
|
54
|
-
Requires-Dist: sphinx
|
55
|
-
Requires-Dist:
|
56
|
-
Requires-Dist:
|
57
|
-
Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
|
58
|
-
Requires-Dist: IPython; extra == "dev"
|
59
|
-
Requires-Dist: matplotlib; extra == "dev"
|
44
|
+
Requires-Dist: vivarium_dependencies[ipython,matplotlib,sphinx,sphinx-click]; extra == "dev"
|
45
|
+
Requires-Dist: vivarium_dependencies[interactive]; extra == "dev"
|
46
|
+
Requires-Dist: vivarium_dependencies[pytest]; extra == "dev"
|
60
47
|
Requires-Dist: vivarium_testing_utils; extra == "dev"
|
61
|
-
Requires-Dist: pytest; extra == "dev"
|
62
|
-
Requires-Dist: pytest-cov; extra == "dev"
|
63
|
-
Requires-Dist: pytest-mock; extra == "dev"
|
64
48
|
Requires-Dist: hypothesis; extra == "dev"
|
65
49
|
Requires-Dist: pyyaml; extra == "dev"
|
66
|
-
Requires-Dist:
|
67
|
-
Requires-Dist: isort==5.13.2; extra == "dev"
|
50
|
+
Requires-Dist: vivarium_dependencies[lint]; extra == "dev"
|
68
51
|
Dynamic: author
|
69
52
|
Dynamic: author-email
|
70
53
|
Dynamic: classifier
|
@@ -0,0 +1,26 @@
|
|
1
|
+
vivarium_dependencies[loguru,numpy_lt_2,pandas,pyarrow,scipy,tables]
|
2
|
+
vivarium_build_utils<3.0.0,>=2.0.1
|
3
|
+
vivarium>=3.4.3
|
4
|
+
layered_config_tree
|
5
|
+
risk_distributions>=2.0.11
|
6
|
+
|
7
|
+
[dev]
|
8
|
+
vivarium_dependencies[ipython,matplotlib,sphinx,sphinx-click]
|
9
|
+
vivarium_dependencies[interactive]
|
10
|
+
vivarium_dependencies[pytest]
|
11
|
+
vivarium_testing_utils
|
12
|
+
hypothesis
|
13
|
+
pyyaml
|
14
|
+
vivarium_dependencies[lint]
|
15
|
+
|
16
|
+
[docs]
|
17
|
+
vivarium_dependencies[ipython,matplotlib,sphinx,sphinx-click]
|
18
|
+
|
19
|
+
[interactive]
|
20
|
+
vivarium_dependencies[interactive]
|
21
|
+
|
22
|
+
[test]
|
23
|
+
vivarium_dependencies[pytest]
|
24
|
+
vivarium_testing_utils
|
25
|
+
hypothesis
|
26
|
+
pyyaml
|
@@ -1,8 +1,10 @@
|
|
1
1
|
import math
|
2
|
+
from itertools import product
|
2
3
|
|
3
4
|
import numpy as np
|
4
5
|
import pandas as pd
|
5
6
|
import pytest
|
7
|
+
from layered_config_tree import LayeredConfigTree
|
6
8
|
from vivarium import InteractiveContext
|
7
9
|
from vivarium.testing_utilities import get_randomness
|
8
10
|
from vivarium_testing_utils import FuzzyChecker
|
@@ -349,6 +351,125 @@ def test_scaled_population(
|
|
349
351
|
)
|
350
352
|
|
351
353
|
|
354
|
+
@pytest.mark.parametrize("test_case", ["pop_structure", "both"])
|
355
|
+
@pytest.mark.parametrize("year", [2021, 2025])
|
356
|
+
def test_scaled_population__format_data_inputs(
|
357
|
+
test_case: str,
|
358
|
+
year: int,
|
359
|
+
) -> None:
|
360
|
+
"""Test ScaledPopulation with multi-year data in population structure and/or scaling factor.
|
361
|
+
|
362
|
+
Cases:
|
363
|
+
1. pop_structure: Population structure has multiple years, scaling factor does not
|
364
|
+
2. both: Both population structure and scaling factor have multiple years
|
365
|
+
"""
|
366
|
+
|
367
|
+
# Create multi-year population structure (2021-2024)
|
368
|
+
age_idx = pd.MultiIndex.from_tuples(
|
369
|
+
[
|
370
|
+
(0.0, 25.0, "Young People"),
|
371
|
+
(25.0, 50.0, "Old People"),
|
372
|
+
(50.0, 75.0, "Ancient People"),
|
373
|
+
(75.0, 100.0, "People Who Beat the Odds"),
|
374
|
+
],
|
375
|
+
names=["age_start", "age_end", "age_group_name"],
|
376
|
+
)
|
377
|
+
age_df = pd.DataFrame(index=age_idx).reset_index()
|
378
|
+
age_bins = [(group.age_start, group.age_end) for group in age_df.itertuples()]
|
379
|
+
sexes = ("Male", "Female")
|
380
|
+
location = ["Kenya"]
|
381
|
+
years = [(2021, 2022), (2022, 2023), (2023, 2024)] # Multiple years
|
382
|
+
|
383
|
+
age_bins, sexes, years, location = zip(*product(age_bins, sexes, years, location))
|
384
|
+
mins, maxes = zip(*age_bins)
|
385
|
+
year_starts, year_ends = zip(*years)
|
386
|
+
|
387
|
+
pop_structure = pd.DataFrame(
|
388
|
+
{
|
389
|
+
"location": location,
|
390
|
+
"sex": sexes,
|
391
|
+
"age_start": mins,
|
392
|
+
"age_end": maxes,
|
393
|
+
"year_start": year_starts,
|
394
|
+
"year_end": year_ends,
|
395
|
+
# Base values for each demographic group
|
396
|
+
"value": [1.0, 1.0, 2.0, 2.0, 3.0, 3.0, 4.0, 4.0] * 3, # Repeated for 3 years
|
397
|
+
}
|
398
|
+
)
|
399
|
+
|
400
|
+
# Create scaling factor data based on test case
|
401
|
+
if test_case == "pop_structure":
|
402
|
+
# Scaling factor single year
|
403
|
+
scalar_data = pd.DataFrame(
|
404
|
+
{
|
405
|
+
"sex": ["Male", "Female"] * 4,
|
406
|
+
"age_start": [0.0, 0.0, 25.0, 25.0, 50.0, 50.0, 75.0, 75.0],
|
407
|
+
"age_end": [25.0, 25.0, 50.0, 50.0, 75.0, 75.0, 100.0, 100.0],
|
408
|
+
"year_start": [2021] * 8,
|
409
|
+
"year_end": [2022] * 8,
|
410
|
+
"value": [1.5, 1.2, 2.1, 1.8, 0.9, 1.1, 1.3, 1.4],
|
411
|
+
}
|
412
|
+
)
|
413
|
+
# Remove year_start and year end since scalar data only has one year
|
414
|
+
formatted_scalar_data = scalar_data.set_index(
|
415
|
+
["sex", "age_start", "age_end"], drop=True
|
416
|
+
)[["value"]]
|
417
|
+
elif test_case == "both":
|
418
|
+
# Both have multiple years - should be able to multiply together directly
|
419
|
+
scalar_data = pd.DataFrame(
|
420
|
+
{
|
421
|
+
"age_start": [0.0, 0.0, 25.0, 25.0, 50.0, 50.0, 75.0, 75.0] * 3,
|
422
|
+
"age_end": [25.0, 25.0, 50.0, 50.0, 75.0, 75.0, 100.0, 100.0] * 3,
|
423
|
+
"sex": ["Male", "Female"] * 12,
|
424
|
+
"year_start": [2021] * 8 + [2022] * 8 + [2023] * 8,
|
425
|
+
"year_end": [2022] * 8 + [2023] * 8 + [2024] * 8,
|
426
|
+
"value": [
|
427
|
+
1.0,
|
428
|
+
1.0,
|
429
|
+
1.0,
|
430
|
+
1.0,
|
431
|
+
1.0,
|
432
|
+
1.0,
|
433
|
+
1.0,
|
434
|
+
1.0,
|
435
|
+
1.5,
|
436
|
+
1.2,
|
437
|
+
2.1,
|
438
|
+
1.8,
|
439
|
+
0.9,
|
440
|
+
1.1,
|
441
|
+
1.3,
|
442
|
+
1.4,
|
443
|
+
1.8,
|
444
|
+
1.4,
|
445
|
+
2.3,
|
446
|
+
2.0,
|
447
|
+
1.2,
|
448
|
+
1.6,
|
449
|
+
1.7,
|
450
|
+
1.9,
|
451
|
+
],
|
452
|
+
}
|
453
|
+
)
|
454
|
+
|
455
|
+
# Subset to 2021 or subset to 2023 since that is latest year start to verify
|
456
|
+
# we are subsetting to correct year in _format_data_inputs
|
457
|
+
query_year = 2021 if year == 2021 else 2023
|
458
|
+
formatted_pop_structure = pop_structure.loc[pop_structure["year_start"] == query_year]
|
459
|
+
formatted_scalar_data = scalar_data.loc[scalar_data["year_start"] == query_year]
|
460
|
+
formatted_scalar_data = formatted_scalar_data.set_index(
|
461
|
+
["sex", "age_start", "age_end", "year_start", "year_end"], drop=True
|
462
|
+
)
|
463
|
+
formatted_pop_structure = formatted_pop_structure.set_index(
|
464
|
+
["location", "sex", "age_start", "age_end", "year_start", "year_end"]
|
465
|
+
)
|
466
|
+
scaled_pop = bp.ScaledPopulation("placeholder")
|
467
|
+
formatted = scaled_pop._format_data_inputs(pop_structure, scalar_data, year)
|
468
|
+
expected = (formatted[0] * formatted[1]).reset_index()
|
469
|
+
data = (formatted_pop_structure * formatted_scalar_data).reset_index()
|
470
|
+
pd.testing.assert_frame_equal(data, expected)
|
471
|
+
|
472
|
+
|
352
473
|
def _check_population(simulants, initial_age, step_size, include_sex):
|
353
474
|
assert len(simulants) == len(simulants.age.unique())
|
354
475
|
assert simulants.age.min() > initial_age
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "4.3.4"
|
@@ -1,42 +0,0 @@
|
|
1
|
-
vivarium_build_utils<3.0.0,>=2.0.1
|
2
|
-
vivarium>=3.4.3
|
3
|
-
layered_config_tree>=3.2.0
|
4
|
-
loguru
|
5
|
-
numpy<2.0.0
|
6
|
-
pandas
|
7
|
-
scipy
|
8
|
-
tables
|
9
|
-
risk_distributions>=2.0.11
|
10
|
-
pyarrow
|
11
|
-
|
12
|
-
[dev]
|
13
|
-
sphinx<7.0
|
14
|
-
sphinx-rtd-theme
|
15
|
-
sphinx-click
|
16
|
-
sphinx-autodoc-typehints
|
17
|
-
IPython
|
18
|
-
matplotlib
|
19
|
-
vivarium_testing_utils
|
20
|
-
pytest
|
21
|
-
pytest-cov
|
22
|
-
pytest-mock
|
23
|
-
hypothesis
|
24
|
-
pyyaml
|
25
|
-
black==22.3.0
|
26
|
-
isort==5.13.2
|
27
|
-
|
28
|
-
[docs]
|
29
|
-
sphinx<7.0
|
30
|
-
sphinx-rtd-theme
|
31
|
-
sphinx-click
|
32
|
-
sphinx-autodoc-typehints
|
33
|
-
IPython
|
34
|
-
matplotlib
|
35
|
-
|
36
|
-
[test]
|
37
|
-
vivarium_testing_utils
|
38
|
-
pytest
|
39
|
-
pytest-cov
|
40
|
-
pytest-mock
|
41
|
-
hypothesis
|
42
|
-
pyyaml
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/.github/pull_request_template.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/_templates/layout.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/api_reference/index.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/docs/source/tutorials/index.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/src/vivarium_public_health/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/data/rr_interpolator.csv
RENAMED
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/disease/test_special_disease.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/population/test_mortality.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/test_disability.py
RENAMED
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/test_disease_observer.py
RENAMED
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/results/test_stratification.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/risks/test_distributions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vivarium_public_health-4.3.4 → vivarium_public_health-4.3.6}/tests/treatment/test_scale_up.py
RENAMED
File without changes
|
File without changes
|