File tree Expand file tree Collapse file tree
policyengine_us_data/datasets/puf Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ - bump : patch
2+ changes :
3+ changed :
4+ - Documentation updated.
5+ - URLs for PUF data.
Original file line number Diff line number Diff line change @@ -497,13 +497,15 @@ class PUF_2021(PUF):
497497 name = "puf_2021"
498498 time_period = 2021
499499 file_path = STORAGE_FOLDER / "puf_2021.h5"
500+ url = "release://policyengine/irs-soi-puf/release/puf_2021.h5"
500501
501502
502503class PUF_2024 (PUF ):
503504 label = "PUF 2024 (2015-based)"
504505 name = "puf_2024"
505506 time_period = 2024
506507 file_path = STORAGE_FOLDER / "puf_2024.h5"
508+ url = "release://policyengine/irs-soi-puf/release/puf_2024.h5"
507509
508510
509511MEDICAL_EXPENSE_CATEGORY_BREAKDOWNS = {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies = [
2222dev = [
2323 " black" ,
2424 " pytest" ,
25- " policyengine_us @ git+https://github.com/policyengine/policyengine-us@us-rent-data " ,
25+ " policyengine_us==1.88.0 " ,
2626 " quantile-forest" ,
2727 " torch" ,
2828 " tables" ,
@@ -32,6 +32,7 @@ dev = [
3232 " yaml-changelog>=0.1.7" ,
3333 " build" ,
3434 " tomli" ,
35+ " itables" ,
3536]
3637
3738[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments