File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.55.0] - 2026-01-26 16:45:05
9+
10+ ### Added
11+
12+ - Support for health_insurance_premiums_without_medicare_part_b in local area calibration
13+
14+ ### Changed
15+
16+ - Removed dense reweighting path from enhanced CPS; only sparse (L0) weights are produced
17+ - Eliminated TEST_LITE and LOCAL_AREA_CALIBRATION flags; all datasets generated unconditionally
18+ - Merged data-local-area Makefile target into data target
19+
20+ ### Fixed
21+
22+ - Versioning workflow now runs uv lock after version bump to keep uv.lock in sync
23+
824## [ 1.54.1] - 2026-01-26 02:49:11
925
1026### Fixed
@@ -833,6 +849,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
833849
834850
835851
852+ [ 1.55.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.54.1...1.55.0
836853[ 1.54.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.54.0...1.54.1
837854[ 1.54.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.53.1...1.54.0
838855[ 1.53.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.53.0...1.53.1
Original file line number Diff line number Diff line change 704704 - Derive partnership_se_income from PUF source columns using Yale Budget Lab's
705705 gross-up approach instead of looking for non-existent k1bx14 columns.
706706 date : 2026-01-26 02:49:11
707+ - bump : minor
708+ changes :
709+ added :
710+ - Support for health_insurance_premiums_without_medicare_part_b in local area
711+ calibration
712+ changed :
713+ - Removed dense reweighting path from enhanced CPS; only sparse (L0) weights are
714+ produced
715+ - Eliminated TEST_LITE and LOCAL_AREA_CALIBRATION flags; all datasets generated
716+ unconditionally
717+ - Merged data-local-area Makefile target into data target
718+ fixed :
719+ - Versioning workflow now runs uv lock after version bump to keep uv.lock in sync
720+ removed :
721+ - Redundant test_sparse_matrix_builder.py (tests consolidated in test_matrix_national_variation.py)
722+ - Redundant build_calibration_matrix.py (functionality in fit_calibration_weights.py)
723+ date : 2026-01-26 16:45:05
Original file line number Diff line number Diff line change 1- - bump : minor
2- changes :
3- added :
4- - Support for health_insurance_premiums_without_medicare_part_b in local area calibration
5- changed :
6- - Removed dense reweighting path from enhanced CPS; only sparse (L0) weights are produced
7- - Eliminated TEST_LITE and LOCAL_AREA_CALIBRATION flags; all datasets generated unconditionally
8- - Merged data-local-area Makefile target into data target
9- removed :
10- - Redundant test_sparse_matrix_builder.py (tests consolidated in test_matrix_national_variation.py)
11- - Redundant build_calibration_matrix.py (functionality in fit_calibration_weights.py)
12- fixed :
13- - Versioning workflow now runs uv lock after version bump to keep uv.lock in sync
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " policyengine_us_data"
11- version = " 1.54.1 "
11+ version = " 1.55.0 "
1212description = " A package to create representative microdata for the US."
1313readme = " README.md"
1414authors = [
You can’t perform that action at this time.
0 commit comments