vivarium-public-health 3.2.1__tar.gz → 4.0.0__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.
Files changed (158) hide show
  1. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/CHANGELOG.rst +8 -0
  2. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/PKG-INFO +1 -1
  3. vivarium_public_health-4.0.0/src/vivarium_public_health/_version.py +1 -0
  4. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/risks/implementations/low_birth_weight_and_short_gestation.py +5 -4
  5. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health.egg-info/PKG-INFO +1 -1
  6. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health.egg-info/SOURCES.txt +0 -1
  7. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/risks/test_low_birth_weight_and_short_gestation.py +64 -9
  8. vivarium_public_health-3.2.1/.github/workflows/build.yml +0 -26
  9. vivarium_public_health-3.2.1/src/vivarium_public_health/_version.py +0 -1
  10. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.bandit +0 -0
  11. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.flake8 +0 -0
  12. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.gitattributes +0 -0
  13. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.github/CODEOWNERS +0 -0
  14. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.github/pull_request_template.md +0 -0
  15. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.github/workflows/deploy.yml +0 -0
  16. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.gitignore +0 -0
  17. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.pylintrc +0 -0
  18. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.readthedocs.yml +0 -0
  19. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/.zenodo.json +0 -0
  20. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/CODE_OF_CONDUCT.rst +0 -0
  21. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/CONTRIBUTING.rst +0 -0
  22. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/Jenkinsfile +0 -0
  23. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/LICENSE.txt +0 -0
  24. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/MANIFEST.in +0 -0
  25. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/Makefile +0 -0
  26. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/README.rst +0 -0
  27. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/Makefile +0 -0
  28. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/nitpick-exceptions +0 -0
  29. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/_static/style.css +0 -0
  30. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/_templates/layout.html +0 -0
  31. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/disease/index.rst +0 -0
  32. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/disease/model.rst +0 -0
  33. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/disease/models.rst +0 -0
  34. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/disease/special_disease.rst +0 -0
  35. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/disease/state.rst +0 -0
  36. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/disease/transition.rst +0 -0
  37. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/index.rst +0 -0
  38. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/mslt/delay.rst +0 -0
  39. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/mslt/disease.rst +0 -0
  40. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/mslt/index.rst +0 -0
  41. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/mslt/intervention.rst +0 -0
  42. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/mslt/magic_wand_components.rst +0 -0
  43. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/mslt/observer.rst +0 -0
  44. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/mslt/population.rst +0 -0
  45. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/plugins/index.rst +0 -0
  46. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/plugins/parser.rst +0 -0
  47. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/population/add_new_birth_cohorts.rst +0 -0
  48. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/population/base_population.rst +0 -0
  49. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/population/data_transformations.rst +0 -0
  50. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/population/index.rst +0 -0
  51. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/population/mortality.rst +0 -0
  52. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/results/disability.rst +0 -0
  53. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/results/disease.rst +0 -0
  54. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/results/index.rst +0 -0
  55. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/results/mortality.rst +0 -0
  56. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/results/observer.rst +0 -0
  57. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/results/risk.rst +0 -0
  58. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/results/simple_cause.rst +0 -0
  59. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/results/stratification.rst +0 -0
  60. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/risks/base_risk.rst +0 -0
  61. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/risks/data_transformations.rst +0 -0
  62. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/risks/distributions.rst +0 -0
  63. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/risks/effect.rst +0 -0
  64. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/risks/implementations/index.rst +0 -0
  65. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/risks/implementations/low_birth_weight_and_short_gestation.rst +0 -0
  66. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/risks/index.rst +0 -0
  67. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/treatment/index.rst +0 -0
  68. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/treatment/magic_wand.rst +0 -0
  69. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/treatment/scale_up.rst +0 -0
  70. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/treatment/therapeutic_inertia.rst +0 -0
  71. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/api_reference/utilities.rst +0 -0
  72. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/conf.py +0 -0
  73. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/index.rst +0 -0
  74. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/tutorials/index.rst +0 -0
  75. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/docs/source/tutorials/risk_exposure.rst +0 -0
  76. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/pyproject.toml +0 -0
  77. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/python_versions.json +0 -0
  78. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/setup.cfg +0 -0
  79. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/setup.py +0 -0
  80. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/__about__.py +0 -0
  81. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/__init__.py +0 -0
  82. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/disease/__init__.py +0 -0
  83. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/disease/exceptions.py +0 -0
  84. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/disease/model.py +0 -0
  85. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/disease/models.py +0 -0
  86. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/disease/special_disease.py +0 -0
  87. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/disease/state.py +0 -0
  88. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/disease/transition.py +0 -0
  89. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/mslt/__init__.py +0 -0
  90. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/mslt/delay.py +0 -0
  91. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/mslt/disease.py +0 -0
  92. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/mslt/intervention.py +0 -0
  93. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/mslt/magic_wand_components.py +0 -0
  94. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/mslt/observer.py +0 -0
  95. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/mslt/population.py +0 -0
  96. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/plugins/__init__.py +0 -0
  97. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/plugins/parser.py +0 -0
  98. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/population/__init__.py +0 -0
  99. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/population/add_new_birth_cohorts.py +0 -0
  100. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/population/base_population.py +0 -0
  101. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/population/data_transformations.py +0 -0
  102. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/population/mortality.py +0 -0
  103. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/results/__init__.py +0 -0
  104. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/results/columns.py +0 -0
  105. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/results/disability.py +0 -0
  106. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/results/disease.py +0 -0
  107. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/results/mortality.py +0 -0
  108. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/results/observer.py +0 -0
  109. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/results/risk.py +0 -0
  110. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/results/simple_cause.py +0 -0
  111. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/results/stratification.py +0 -0
  112. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/risks/__init__.py +0 -0
  113. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/risks/base_risk.py +0 -0
  114. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/risks/data_transformations.py +0 -0
  115. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/risks/distributions.py +0 -0
  116. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/risks/effect.py +0 -0
  117. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/risks/implementations/__init__.py +0 -0
  118. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/treatment/__init__.py +0 -0
  119. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/treatment/magic_wand.py +0 -0
  120. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/treatment/scale_up.py +0 -0
  121. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/treatment/therapeutic_inertia.py +0 -0
  122. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health/utilities.py +0 -0
  123. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health.egg-info/dependency_links.txt +0 -0
  124. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health.egg-info/not-zip-safe +0 -0
  125. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health.egg-info/requires.txt +0 -0
  126. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/src/vivarium_public_health.egg-info/top_level.txt +0 -0
  127. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/__init__.py +0 -0
  128. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/conftest.py +0 -0
  129. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/data/rr_interpolator.csv +0 -0
  130. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/disease/__init__.py +0 -0
  131. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/disease/test_disease.py +0 -0
  132. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/disease/test_special_disease.py +0 -0
  133. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/mock_artifact.py +0 -0
  134. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/plugins/__init__.py +0 -0
  135. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/plugins/test_parser.py +0 -0
  136. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/population/__init__.py +0 -0
  137. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/population/conftest.py +0 -0
  138. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/population/test_add_new_birth_cohort.py +0 -0
  139. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/population/test_base_population.py +0 -0
  140. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/population/test_data_transformations.py +0 -0
  141. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/population/test_mortality.py +0 -0
  142. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/results/__init__.py +0 -0
  143. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/results/test_categorical_risk_observer.py +0 -0
  144. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/results/test_disability.py +0 -0
  145. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/results/test_disability_observer.py +0 -0
  146. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/results/test_disease_observer.py +0 -0
  147. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/results/test_mortality_observer.py +0 -0
  148. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/results/test_stratification.py +0 -0
  149. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/risks/__init__.py +0 -0
  150. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/risks/conftest.py +0 -0
  151. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/risks/test_base_risk.py +0 -0
  152. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/risks/test_data_transformations.py +0 -0
  153. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/risks/test_distributions.py +0 -0
  154. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/risks/test_effect.py +0 -0
  155. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/test_utilities.py +0 -0
  156. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/treatment/__init__.py +0 -0
  157. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tests/treatment/test_scale_up.py +0 -0
  158. {vivarium_public_health-3.2.1 → vivarium_public_health-4.0.0}/tox.ini +0 -0
@@ -1,3 +1,11 @@
1
+ **4.0.0 - 03/17/25**
2
+
3
+ - Feature: Use birth exposure artifact key for LBWSG components
4
+
5
+ **3.2.2 - 2/21/25**
6
+
7
+ - Bugfix: Use relative risk data to get age intervals for LBWSGRiskEffect
8
+
1
9
  **3.2.1 - 1/30/25**
2
10
 
3
11
  - Get python versions from python_versions.json
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vivarium_public_health
3
- Version: 3.2.1
3
+ Version: 4.0.0
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
@@ -0,0 +1 @@
1
+ __version__ = "4.0.0"
@@ -202,6 +202,9 @@ class LBWSGRisk(Risk):
202
202
  @property
203
203
  def configuration_defaults(self) -> dict[str, Any]:
204
204
  configuration_defaults = super().configuration_defaults
205
+ configuration_defaults[self.name]["data_sources"][
206
+ "exposure"
207
+ ] = f"{self.risk}.birth_exposure"
205
208
  configuration_defaults[self.name]["distribution_type"] = "lbwsg"
206
209
  return configuration_defaults
207
210
 
@@ -371,11 +374,9 @@ class LBWSGRiskEffect(RiskEffect):
371
374
 
372
375
  def get_age_intervals(self, builder: Builder) -> dict[str, pd.Interval]:
373
376
  age_bins = builder.data.load("population.age_bins").set_index("age_start")
374
- exposure = builder.data.load(f"{self.risk}.exposure")
375
- exposure = exposure[exposure["age_end"] > 0]
376
-
377
+ relative_risks = builder.data.load(f"{self.risk}.relative_risk")
377
378
  exposed_age_group_starts = (
378
- exposure.groupby("age_start")["value"].any().reset_index()["age_start"]
379
+ relative_risks.groupby("age_start")["value"].any().reset_index()["age_start"]
379
380
  )
380
381
 
381
382
  return {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vivarium_public_health
3
- Version: 3.2.1
3
+ Version: 4.0.0
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
@@ -19,7 +19,6 @@ setup.py
19
19
  tox.ini
20
20
  .github/CODEOWNERS
21
21
  .github/pull_request_template.md
22
- .github/workflows/build.yml
23
22
  .github/workflows/deploy.yml
24
23
  docs/Makefile
25
24
  docs/nitpick-exceptions
@@ -41,9 +41,7 @@ def test_parsing_lbwsg_descriptions(description, expected_weight_values, expecte
41
41
  assert age_interval.right == expected_age_values[1]
42
42
 
43
43
 
44
- def test_lbwsg_risk_effect_rr_pipeline(
45
- base_config, base_plugins, mocker, mock_rr_interpolators
46
- ):
44
+ def test_lbwsg_risk_effect_rr_pipeline(base_config, base_plugins, mock_rr_interpolators):
47
45
 
48
46
  risk = LBWSGRisk()
49
47
  lbwsg_effect = LBWSGRiskEffect("cause.test_cause.cause_specific_mortality_rate")
@@ -56,11 +54,15 @@ def test_lbwsg_risk_effect_rr_pipeline(
56
54
  # Create exposure with matching demograph index as age_bins
57
55
  age_bins = make_age_bins()
58
56
  agees = age_bins.drop(columns="age_group_name")
59
- exposure_data = make_categorical_exposure_data(agees)
57
+ # Have to match age bins and rr data to make age intervals
58
+ rr_data = make_categorical_data(agees)
59
+ # Exposure data used for risk component
60
+ exposure = make_categorical_data(agees)
60
61
 
61
62
  # Add data dict to add to artifact
62
63
  data = {
63
- f"{risk.name}.exposure": exposure_data,
64
+ f"{risk.name}.birth_exposure": exposure,
65
+ f"{risk.name}.relative_risk": rr_data,
64
66
  f"{risk.name}.population_attributable_fraction": 0,
65
67
  f"{risk.name}.categories": categories,
66
68
  f"{risk.name}.relative_risk_interpolator": mock_rr_interpolators,
@@ -118,9 +120,62 @@ def test_lbwsg_risk_effect_rr_pipeline(
118
120
  assert (actual_rr == 1.0).all()
119
121
 
120
122
 
121
- def make_categorical_exposure_data(data: pd.DataFrame) -> pd.DataFrame:
123
+ def test_use_birth_exposure(base_config, base_plugins, mock_rr_interpolators):
124
+ risk = LBWSGRisk()
125
+ lbwsg_effect = LBWSGRiskEffect("cause.test_cause.cause_specific_mortality_rate")
126
+
127
+ # Add mock data to artifact
128
+ categories = {
129
+ "cat81": "Neonatal preterm and LBWSG (estimation years) - [28, 30) wks, [2500, 3000) g",
130
+ "cat82": "Neonatal preterm and LBWSG (estimation years) - [28, 30) wks, [3000, 3500) g",
131
+ }
132
+ # Create exposure with matching demograph index as age_bins
133
+ age_bins = make_age_bins()
134
+ ages = age_bins.drop(columns="age_group_name")
135
+ # Have to match age bins and rr data to make age intervals
136
+ rr_data = make_categorical_data(ages)
137
+ # Format birth exposure data
138
+ exposure = pd.DataFrame(
139
+ {
140
+ "sex": ["Male", "Female", "Male", "Female"],
141
+ "year_start": [2021, 2021, 2021, 2021],
142
+ "year_end": [2022, 2022, 2022, 2022],
143
+ "parameter": ["cat81", "cat81", "cat82", "cat82"],
144
+ "value": [0.75, 0.75, 0.25, 0.25],
145
+ }
146
+ )
147
+
148
+ # Add data dict to add to artifact
149
+ data = {
150
+ f"{risk.name}.birth_exposure": exposure,
151
+ f"{risk.name}.relative_risk": rr_data,
152
+ f"{risk.name}.population_attributable_fraction": 0,
153
+ f"{risk.name}.categories": categories,
154
+ f"{risk.name}.relative_risk_interpolator": mock_rr_interpolators,
155
+ }
156
+
157
+ # Only have neontal age groups
158
+ age_start = 0.0
159
+ age_end = 1.0
160
+ base_config.update(
161
+ {
162
+ "population": {
163
+ "initialization_age_start": age_start,
164
+ "initialization_age_max": age_end,
165
+ }
166
+ }
167
+ )
168
+ sim = _setup_risk_effect_simulation(base_config, base_plugins, risk, lbwsg_effect, data)
169
+ pop = sim.get_population()
170
+
171
+ # Assert LBWSG birth exposure columns were created
172
+ assert "birth_weight_exposure" in pop.columns
173
+ assert "gestational_age_exposure" in pop.columns
174
+
175
+
176
+ def make_categorical_data(data: pd.DataFrame) -> pd.DataFrame:
122
177
  # Takes age gropus and adds sex, years, categories, and values
123
- exposure_dfs = []
178
+ dfs = []
124
179
  for year in range(1990, 2017):
125
180
  tmp = data.copy()
126
181
  tmp["year_start"] = year
@@ -137,6 +192,6 @@ def make_categorical_exposure_data(data: pd.DataFrame) -> pd.DataFrame:
137
192
  female_tmp = categories_df.copy()
138
193
  female_tmp["sex"] = "Female"
139
194
  age_sex_df = pd.concat([male_tmp, female_tmp])
140
- exposure_dfs.append(age_sex_df)
195
+ dfs.append(age_sex_df)
141
196
 
142
- return pd.concat(exposure_dfs)
197
+ return pd.concat(dfs)
@@ -1,26 +0,0 @@
1
- # -----------------------------------------------------------------------------
2
- # - invoked on push, pull_request, manual trigger, or schedule
3
- # - test under at least 3 versions of python
4
- # -----------------------------------------------------------------------------
5
- name: build
6
- on:
7
- push:
8
- pull_request:
9
- workflow_dispatch:
10
- schedule:
11
- - cron: "0 8 * * *"
12
-
13
- jobs:
14
- build:
15
- strategy:
16
- matrix:
17
- python-version: ["3.10", "3.11"]
18
- uses:
19
- ihmeuw/vivarium_build_utils/.github/workflows/build.yml@main
20
- with:
21
- dependencies: "layered_config_tree,vivarium"
22
- skip_mypy: true
23
- python_version: ${{ matrix.python-version }}
24
- secrets:
25
- NOTIFY_EMAIL: ${{ secrets.NOTIFY_EMAIL }}
26
- NOTIFY_PASSWORD: ${{ secrets.NOTIFY_PASSWORD }}
@@ -1 +0,0 @@
1
- __version__ = "3.2.1"