Skip to content

Commit 81c66fe

Browse files
committed
Update package version
1 parent a4322e5 commit 81c66fe

File tree

4 files changed

+25
-11
lines changed

4 files changed

+25
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.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

changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,3 +660,14 @@
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

changelog_entry.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
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

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

0 commit comments

Comments
 (0)