Skip to content

Commit a2f3bb3

Browse files
committed
Update package version
1 parent 5aadef5 commit a2f3bb3

6 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.89.1] - 2026-04-30
2+
3+
### Fixed
4+
5+
- Read `is_household_head` directly from the ACS and CPS H5 datasets in `add_rent` and require `policyengine-core>=3.25.4` for PolicyEngine/policyengine-core#482, where user-supplied ETERNITY inputs were dropped after `_invalidate_all_caches`. Removes the empty-train-frame `ValueError` from `sample(10_000)` that was failing the Modal CPS build.
6+
- Improve Modal data-build diagnostics so database-step failures preserve their stdout and stderr in the build log.
7+
- Skip the flaky ACF HTML landing page in `etl_tanf` and fetch the FY-stamped workbooks directly via a per-year `TANF_WORKBOOK_URLS` constant; keep the tenacity retry / extended timeout around the workbook GET so transient `acf.gov` slowness does not fail `make database` on Modal builds.
8+
9+
110
## [1.89.0] - 2026-04-30
211

312
### Added

changelog.d/cps-rent-eternity-workaround.fixed.md

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

changelog.d/modal-pipeline-build-failures.fixed.md

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

changelog.d/tanf-acf-retry.fixed.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "policyengine_us_data"
11-
version = "1.89.0"
11+
version = "1.89.1"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

uv.lock

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)