Skip to content

Commit 1fe7f3e

Browse files
Update documentation and add URLs for data (#73)
1 parent eb111f5 commit 1fe7f3e

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

changelog_entry.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- Documentation updated.
5+
- URLs for PUF data.

policyengine_us_data/datasets/puf/puf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

502503
class 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

509511
MEDICAL_EXPENSE_CATEGORY_BREAKDOWNS = {

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
dev = [
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]

0 commit comments

Comments
 (0)