File tree Expand file tree Collapse file tree 4 files changed +21
-9
lines changed
Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.48.0] - 2025-12-08 19:52:21
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+
818## [ 1.47.1] - 2025-12-03 23:00:20
919
1020### Added
@@ -757,6 +767,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
757767
758768
759769
770+ [ 1.48.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.47.1...1.48.0
760771[ 1.47.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.47.0...1.47.1
761772[ 1.47.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.46.1...1.47.0
762773[ 1.46.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.46.0...1.46.1
Original file line number Diff line number Diff line change 634634 blank pages)
635635 - Removed timeout and error suppression from documentation build
636636 date : 2025-12-03 23:00:20
637+ - bump : minor
638+ changes :
639+ added :
640+ - Sparse matrix builder for local area calibration with database-driven constraints
641+ - Local area calibration data pipeline (make data-local-area)
642+ - ExtendedCPS_2023 and PUF_2023 dataset classes
643+ - Stratified CPS sampling to preserve high-income households
644+ - Matrix verification tests for local area calibration
645+ date : 2025-12-08 19:52:21
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
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.47.1 "
11+ version = " 1.48.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