File tree Expand file tree Collapse file tree 4 files changed +25
-11
lines changed
Expand file tree Collapse file tree 4 files changed +25
-11
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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.51.0] - 2026-01-01 17:39:26
9+
10+ ### Added
11+
12+ - Sparse matrix builder for local area calibration with database-driven constraints
13+ - Local area calibration data pipeline (make data-local-area)
14+ - ExtendedCPS_2023 and PUF_2023 dataset classes
15+ - Stratified CPS sampling to preserve high-income households
16+ - Matrix verification tests for local area calibration
17+ - Population-weighted P(county|CD) distributions from Census block data
18+ - County assignment module for stacked dataset builder
19+
820## [ 1.50.0] - 2025-12-23 15:15:35
921
1022### Added
@@ -785,6 +797,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
785797
786798
787799
800+ [ 1.51.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.50.0...1.51.0
788801[ 1.50.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.49.0...1.50.0
789802[ 1.49.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.48.0...1.49.0
790803[ 1.48.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.47.1...1.48.0
Original file line number Diff line number Diff line change 660660 - Added --use-tob flag for TOB (Taxation of Benefits) revenue calibration targeting
661661 OASDI and HI trust fund revenue
662662 date : 2025-12-23 15:15:35
663+ - bump : minor
664+ changes :
665+ added :
666+ - Sparse matrix builder for local area calibration with database-driven constraints
667+ - Local area calibration data pipeline (make data-local-area)
668+ - ExtendedCPS_2023 and PUF_2023 dataset classes
669+ - Stratified CPS sampling to preserve high-income households
670+ - Matrix verification tests for local area calibration
671+ - Population-weighted P(county|CD) distributions from Census block data
672+ - County assignment module for stacked dataset builder
673+ date : 2026-01-01 17:39:26
Original file line number Diff line number Diff line change 1- - bump : minor
2- changes :
3- added :
4- - Sparse matrix builder for local area calibration with database-driven constraints
5- - Local area calibration data pipeline (make data-local-area)
6- - ExtendedCPS_2023 and PUF_2023 dataset classes
7- - Stratified CPS sampling to preserve high-income households
8- - Matrix verification tests for local area calibration
9- - Population-weighted P(county|CD) distributions from Census block data
10- - County assignment module for stacked dataset builder
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.50 .0"
11+ version = " 1.51 .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