Skip to content

Commit 2815699

Browse files
committed
Update package version
1 parent 3fae1bb commit 2815699

8 files changed

Lines changed: 30 additions & 18 deletions

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [1.73.0] - 2026-03-12
2+
3+
### Added
4+
5+
- Add end-to-end test for calibration database build pipeline.
6+
- Unified calibration pipeline with GPU-accelerated L1/L0 solver, target config YAML, and CLI package validator.
7+
Per-state and per-county precomputation replacing per-clone Microsimulation (51 sims instead of 436).
8+
Parallel state, county, and clone loop processing via ProcessPoolExecutor.
9+
Block-level takeup re-randomization with deterministic seeded draws.
10+
Hierarchical uprating with ACA PTC state-level CSV factors and CD reconciliation.
11+
Modal remote runner with Volume support, CUDA OOM fixes, and checkpointing.
12+
H5 builder that filters calibrated clone weights by CD subset, uses pre-assigned random census blocks from `geography.npz` to derive full sub-state geography, and produces self-contained local area datasets.
13+
Staging validation script (validate_staging.py) with sim.calculate() comparison and sanity checks.
14+
15+
### Changed
16+
17+
- Geography assignment now prevents clone-to-CD collisions.
18+
County-dependent vars (aca_ptc) selectively precomputed per county; other vars use state-only path.
19+
Target config switched to finest-grain include mode (~18K targets).
20+
- Migrated from changelog_entry.yaml to towncrier fragments to eliminate merge conflicts.
21+
22+
### Fixed
23+
24+
- Cross-state cache pollution in matrix builder precomputation.
25+
Takeup draw ordering mismatch between matrix builder and stacked builder.
26+
At-large district geoid mismatch (7 districts had 0 estimates).
27+
28+
129
## [1.72.3] - 2026-03-09
230

331
### Changed

changelog.d/add-database-build-test.added.md

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

changelog.d/calibration-pipeline-improvements.added.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

changelog.d/calibration-pipeline-improvements.changed.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/calibration-pipeline-improvements.fixed.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/migrate-to-towncrier.changed.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.72.3"
11+
version = "1.73.0"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

uv.lock

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

0 commit comments

Comments
 (0)