vivarium-public-health 3.2.1__py3-none-any.whl → 3.2.2__py3-none-any.whl
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/_version.py +1 -1
- vivarium_public_health/risks/implementations/low_birth_weight_and_short_gestation.py +2 -4
- {vivarium_public_health-3.2.1.dist-info → vivarium_public_health-3.2.2.dist-info}/METADATA +1 -1
- {vivarium_public_health-3.2.1.dist-info → vivarium_public_health-3.2.2.dist-info}/RECORD +7 -7
- {vivarium_public_health-3.2.1.dist-info → vivarium_public_health-3.2.2.dist-info}/LICENSE.txt +0 -0
- {vivarium_public_health-3.2.1.dist-info → vivarium_public_health-3.2.2.dist-info}/WHEEL +0 -0
- {vivarium_public_health-3.2.1.dist-info → vivarium_public_health-3.2.2.dist-info}/top_level.txt +0 -0
@@ -1 +1 @@
|
|
1
|
-
__version__ = "3.2.
|
1
|
+
__version__ = "3.2.2"
|
@@ -371,11 +371,9 @@ class LBWSGRiskEffect(RiskEffect):
|
|
371
371
|
|
372
372
|
def get_age_intervals(self, builder: Builder) -> dict[str, pd.Interval]:
|
373
373
|
age_bins = builder.data.load("population.age_bins").set_index("age_start")
|
374
|
-
|
375
|
-
exposure = exposure[exposure["age_end"] > 0]
|
376
|
-
|
374
|
+
relative_risks = builder.data.load(f"{self.risk}.relative_risk")
|
377
375
|
exposed_age_group_starts = (
|
378
|
-
|
376
|
+
relative_risks.groupby("age_start")["value"].any().reset_index()["age_start"]
|
379
377
|
)
|
380
378
|
|
381
379
|
return {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: vivarium_public_health
|
3
|
-
Version: 3.2.
|
3
|
+
Version: 3.2.2
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
vivarium_public_health/__about__.py,sha256=RgWycPypKZS80TpSX7o41cREnG8PfguNHDHLuLyl820,487
|
2
2
|
vivarium_public_health/__init__.py,sha256=GDeeP-7OlCBwPuv_xQoB1wNmvCaFsqfTB7qnnYApm0w,1343
|
3
|
-
vivarium_public_health/_version.py,sha256=
|
3
|
+
vivarium_public_health/_version.py,sha256=OJQIBNbQHrD-7P_K3hC3uL5U-npkRV8MuTvtRrG4OZw,22
|
4
4
|
vivarium_public_health/utilities.py,sha256=QNXQ6fhAr1HcV-GwKw7wQLz6QyuNxqNvMA-XujKjTgs,3035
|
5
5
|
vivarium_public_health/disease/__init__.py,sha256=VUJHDLlE6ngo2qHNQUtZ8OWH5H_T7_ao-xsYKDkRmHw,443
|
6
6
|
vivarium_public_health/disease/exceptions.py,sha256=vb30IIV82OiDf2cNZCs_E2rF6mdDDHbnZSND60no5CU,97
|
@@ -38,13 +38,13 @@ vivarium_public_health/risks/data_transformations.py,sha256=SgdPKc95BBqgMNUdlAQM
|
|
38
38
|
vivarium_public_health/risks/distributions.py,sha256=a63-ihg2itxqgowDZbUix8soErxs_y8TRwsdtTCIUU4,18121
|
39
39
|
vivarium_public_health/risks/effect.py,sha256=Cw-V1rMPaAPZsirbUElPzksvNuXLQc8TIIk0hgaFzvA,21259
|
40
40
|
vivarium_public_health/risks/implementations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
41
|
-
vivarium_public_health/risks/implementations/low_birth_weight_and_short_gestation.py,sha256=
|
41
|
+
vivarium_public_health/risks/implementations/low_birth_weight_and_short_gestation.py,sha256=2w4l5V6LQsHLGN43mFS0xzwZkbWKd-siib8dWS4lJdE,17744
|
42
42
|
vivarium_public_health/treatment/__init__.py,sha256=wONElu9aJbBYwpYIovYPYaN_GYfVhPXtTeFWSdQMgA0,222
|
43
43
|
vivarium_public_health/treatment/magic_wand.py,sha256=zGIhrNgB9q6JD7fHlvbDQb3H5e_N_QsROO4Y0kl_JQM,1955
|
44
44
|
vivarium_public_health/treatment/scale_up.py,sha256=hVz0ELXDqlpcExI31rKdepxqcW_hy2hZSa6qCzv6udU,7020
|
45
45
|
vivarium_public_health/treatment/therapeutic_inertia.py,sha256=8Z97s7GfcpfLu1U1ESJSqeEk4L__a3M0GbBV21MFg2s,2346
|
46
|
-
vivarium_public_health-3.2.
|
47
|
-
vivarium_public_health-3.2.
|
48
|
-
vivarium_public_health-3.2.
|
49
|
-
vivarium_public_health-3.2.
|
50
|
-
vivarium_public_health-3.2.
|
46
|
+
vivarium_public_health-3.2.2.dist-info/LICENSE.txt,sha256=mN4bNLUQNcN9njYRc_3jCZkfPySVpmM6MRps104FxA4,1548
|
47
|
+
vivarium_public_health-3.2.2.dist-info/METADATA,sha256=V493DDz3FMYl01yPFVDajXHKPC_ixo6c_6iQXHrw6X8,4215
|
48
|
+
vivarium_public_health-3.2.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
49
|
+
vivarium_public_health-3.2.2.dist-info/top_level.txt,sha256=VVInlpzCFD0UNNhjOq_j-a29odzjwUwYFTGfvqbi4dY,23
|
50
|
+
vivarium_public_health-3.2.2.dist-info/RECORD,,
|
{vivarium_public_health-3.2.1.dist-info → vivarium_public_health-3.2.2.dist-info}/LICENSE.txt
RENAMED
File without changes
|
File without changes
|
{vivarium_public_health-3.2.1.dist-info → vivarium_public_health-3.2.2.dist-info}/top_level.txt
RENAMED
File without changes
|