Skip to content

Commit 9348d0b

Browse files
Revert Intervention (#537)
* Revert "bugfixes and backwards compatibility (#534)" This reverts commit 0a7a52b. * Revert "Reintroduce deprecated risk property to RiskEffect (#536)" This reverts commit cac0f85. * Revert "release v4.3.1 (#535)" This reverts commit 97bd74a. * Revert "Albrja/mic 6186/intervention component (#527)" This reverts commit 06ec6d3. * update the changelog * Update CHANGELOG.rst Co-authored-by: Steve Bachmeier <23350991+stevebachmeier@users.noreply.github.com> --------- Co-authored-by: Steve Bachmeier <23350991+stevebachmeier@users.noreply.github.com>
1 parent cac0f85 commit 9348d0b

32 files changed

+1312
-2019
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,4 @@ src/vivarium_public_health/_version.py
114114
tests/proportion_test_diagnostics.csv
115115

116116
# macOS
117-
*.DS_Store
118-
119-
# Visual Studio Code project settings
120-
.vscode/
117+
*.DS_Store

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
**4.3.2 - 07/30/25**
1+
**4.3.3 - 07/30/25**
2+
3+
- Revert changes from v4.3.0-4.3.2
4+
5+
**4.3.2 - 07/30/25** (withdrawn)
26

37
- Support RiskEffect backwards compatibility with v4.2.x
48

5-
**4.3.1 - 07/30/25**
9+
**4.3.1 - 07/30/25** (withdrawn)
610

711
- Bugfix: reference correct entity name in LBWSG get_current_exposure method
812
- Support backwards compatibility with v4.2.x

docs/source/api_reference/exposure/data_transformations.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/api_reference/exposure/distributions.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/api_reference/exposure/effect.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/api_reference/exposure/exposure.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/api_reference/exposure/index.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. automodule:: vivarium_public_health.risks.distributions

docs/source/api_reference/treatment/intervention.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/vivarium_public_health/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,7 @@
4646
Risk,
4747
RiskEffect,
4848
)
49-
from vivarium_public_health.treatment import (
50-
AbsoluteShift,
51-
Intervention,
52-
InterventionEffect,
53-
LinearScaleUp,
54-
TherapeuticInertia,
55-
)
49+
from vivarium_public_health.treatment import AbsoluteShift, LinearScaleUp, TherapeuticInertia
5650

5751
__all__ = [
5852
__author__,

0 commit comments

Comments
 (0)