Skip to content

Commit 8502c37

Browse files
committed
Update package version
1 parent 1e8d6e1 commit 8502c37

File tree

5 files changed

+61
-32
lines changed

5 files changed

+61
-32
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.57.0] - 2026-01-31 03:18:20
9+
10+
### Added
11+
12+
- Added CPS_2024_Full class for full-sample 2024 CPS generation
13+
- Added raw_cache utility for Census data caching
14+
- Added atomic parallel local area H5 publishing with Modal Volume staging
15+
- Added manifest validation with SHA256 checksums
16+
- Added HuggingFace retry logic with exponential backoff to fix timeout errors
17+
- Added staging folder approach for atomic HuggingFace deployments
18+
- Added national targets ETL for CBO projections and tax expenditure data
19+
- Added database hierarchy validation script
20+
- Added stratum_group_id migration utilities
21+
- Added db_metadata utilities for source and variable group management
22+
- Added DATABASE_GUIDE.md with comprehensive calibration database documentation
23+
24+
### Changed
25+
26+
- Migrated data pipeline from CPS 2023 to CPS 2024 (March 2025 ASEC)
27+
- Updated ExtendedCPS_2024 to use new CPS_2024_Full (full sample)
28+
- Updated local area calibration to use 2024 extended CPS data
29+
- Updated database ETL scripts for strata, IRS SOI, Medicaid, and SNAP
30+
- Expanded IRS SOI ETL with detailed income brackets and filing status breakdowns
31+
32+
### Fixed
33+
34+
- Fixed cross-state recalculation in sparse matrix builder by adding time_period to calculate() calls
35+
836
## [1.56.0] - 2026-01-26 22:41:56
937

1038
### Added
@@ -859,6 +887,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
859887

860888

861889

890+
[1.57.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.56.0...1.57.0
862891
[1.56.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.55.0...1.56.0
863892
[1.55.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.54.1...1.55.0
864893
[1.54.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.54.0...1.54.1

changelog.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,3 +731,33 @@
731731
- Block-to-CD distribution file for population-weighted assignment
732732
- ZCTA (ZIP Code Tabulation Area) lookup from census block
733733
date: 2026-01-26 22:41:56
734+
- bump: minor
735+
changes:
736+
added:
737+
- Added CPS_2024_Full class for full-sample 2024 CPS generation
738+
- Added raw_cache utility for Census data caching
739+
- Added atomic parallel local area H5 publishing with Modal Volume staging
740+
- Added manifest validation with SHA256 checksums
741+
- Added HuggingFace retry logic with exponential backoff to fix timeout errors
742+
- Added staging folder approach for atomic HuggingFace deployments
743+
- Added national targets ETL for CBO projections and tax expenditure data
744+
- Added database hierarchy validation script
745+
- Added stratum_group_id migration utilities
746+
- Added db_metadata utilities for source and variable group management
747+
- Added DATABASE_GUIDE.md with comprehensive calibration database documentation
748+
changed:
749+
- Migrated data pipeline from CPS 2023 to CPS 2024 (March 2025 ASEC)
750+
- Updated ExtendedCPS_2024 to use new CPS_2024_Full (full sample)
751+
- Updated local area calibration to use 2024 extended CPS data
752+
- Updated database ETL scripts for strata, IRS SOI, Medicaid, and SNAP
753+
- Expanded IRS SOI ETL with detailed income brackets and filing status breakdowns
754+
fixed:
755+
- Fixed cross-state recalculation in sparse matrix builder by adding time_period
756+
to calculate() calls
757+
removed:
758+
- Removed CPS_2021_Full, CPS_2022_Full, CPS_2023_Full classes
759+
- Removed PooledCPS and Pooled_3_Year_CPS_2023
760+
- Removed ExtendedCPS_2023
761+
- Removed dead train_previous_year_income_model function
762+
- Removed unused dataset exports from __init__.py
763+
date: 2026-01-31 03:18:20

changelog_entry.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +0,0 @@
1-
- bump: minor
2-
changes:
3-
changed:
4-
- Migrated data pipeline from CPS 2023 to CPS 2024 (March 2025 ASEC)
5-
- Updated ExtendedCPS_2024 to use new CPS_2024_Full (full sample)
6-
- Updated local area calibration to use 2024 extended CPS data
7-
- Updated database ETL scripts for strata, IRS SOI, Medicaid, and SNAP
8-
- Expanded IRS SOI ETL with detailed income brackets and filing status breakdowns
9-
removed:
10-
- Removed CPS_2021_Full, CPS_2022_Full, CPS_2023_Full classes
11-
- Removed PooledCPS and Pooled_3_Year_CPS_2023
12-
- Removed ExtendedCPS_2023
13-
- Removed dead train_previous_year_income_model function
14-
- Removed unused dataset exports from __init__.py
15-
added:
16-
- Added CPS_2024_Full class for full-sample 2024 CPS generation
17-
- Added raw_cache utility for Census data caching
18-
- Added atomic parallel local area H5 publishing with Modal Volume staging
19-
- Added manifest validation with SHA256 checksums
20-
- Added HuggingFace retry logic with exponential backoff to fix timeout errors
21-
- Added staging folder approach for atomic HuggingFace deployments
22-
- Added national targets ETL for CBO projections and tax expenditure data
23-
- Added database hierarchy validation script
24-
- Added stratum_group_id migration utilities
25-
- Added db_metadata utilities for source and variable group management
26-
- Added DATABASE_GUIDE.md with comprehensive calibration database documentation
27-
fixed:
28-
- Fixed cross-state recalculation in sparse matrix builder by adding time_period to calculate() calls

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.56.0"
11+
version = "1.57.0"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

uv.lock

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

0 commit comments

Comments
 (0)