-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Component Standardization Refactor (#72)
* Component Refactor: Pregnancy + Children (#68) * update vivarium * pin VPH * refactor birth recorder * refactor LBWSG Distribution * unrefactor NewChildren for now * refactor pregnancy.py * lint * remove diseasestate refactor * refactor NewChildren * lint * remove a setup super call * do LB instead of full pin * remove newchildren columns created * add new children columns to pregnancy creation * remove references to new_children.columns_created * undo comment out * Refactor Observers (#71) * refactor observers * lint * Refactor Anemia, Hemoglobin, Others (#70) * refactor hemoglobin * refactor anemia * refactor maternal BMI * refactor intervention * lint * Refactor Disorders (#69) * update vivarium * pin VPH * refactor birth recorder * refactor LBWSG Distribution * unrefactor NewChildren for now * refactor pregnancy.py * lint * remove diseasestate refactor * refactor NewChildren * lint * remove a setup super call * do LB instead of full pin * remove newchildren columns created * add new children columns to pregnancy creation * remove references to new_children.columns_created * update vivarium * refactor birth recorder * unrefactor NewChildren for now * refactor pregnancy.py * lint * remove diseasestate refactor * start mortality refactor * refactor the exclusionstates * refactor maternal disorders * fix bug * fix imports * refactor mortality * outline methods * lint * model reflects current status * include diseaseobservers for free * refactor morbidity * add morbidity * remove newchildren columns created * remove references to new_children.columns_created * fix bug * Revert "Merge branch 'feature/pnast/MIC-4416-pregnancy-refactor' into feature/pnast-MIC-4416-refactor-disorders" This reverts commit 68cba01, reversing changes made to 62ce0bf. * add is_non_zero * revert erroneous changes * revert model spec * comment out diseaseobserver * lint * Update CHANGELOG.rst
- Loading branch information
1 parent
cf9326c
commit d33a4ee
Showing
12 changed files
with
357 additions
and
714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
**1.0.1 - 10/02/23** | ||
|
||
- Refactor to use vivarium Components | ||
|
||
**1.0.0 - 09/18/23** | ||
|
||
- Release to 1.0.0 with Wave 1 production runs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.