Skip to content

Commit 958fd1d

Browse files
committed
Update package version
1 parent 3b1180f commit 958fd1d

5 files changed

Lines changed: 23 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.56.0] - 2026-01-26 22:41:56
9+
10+
### Added
11+
12+
- Census block-level geographic assignment for households in CD-stacked datasets
13+
- Comprehensive geography variables in output (block_geoid, tract_geoid, cbsa_code, sldu, sldl, place_fips, vtd, puma, zcta)
14+
- Block crosswalk file mapping 8.1M blocks to all Census geographies
15+
- Block-to-CD distribution file for population-weighted assignment
16+
- ZCTA (ZIP Code Tabulation Area) lookup from census block
17+
818
## [1.55.0] - 2026-01-26 16:45:05
919

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

850860

851861

862+
[1.56.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.55.0...1.56.0
852863
[1.55.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.54.1...1.55.0
853864
[1.54.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.54.0...1.54.1
854865
[1.54.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.53.1...1.54.0

changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,3 +721,13 @@
721721
- Redundant test_sparse_matrix_builder.py (tests consolidated in test_matrix_national_variation.py)
722722
- Redundant build_calibration_matrix.py (functionality in fit_calibration_weights.py)
723723
date: 2026-01-26 16:45:05
724+
- bump: minor
725+
changes:
726+
added:
727+
- Census block-level geographic assignment for households in CD-stacked datasets
728+
- Comprehensive geography variables in output (block_geoid, tract_geoid, cbsa_code,
729+
sldu, sldl, place_fips, vtd, puma, zcta)
730+
- Block crosswalk file mapping 8.1M blocks to all Census geographies
731+
- Block-to-CD distribution file for population-weighted assignment
732+
- ZCTA (ZIP Code Tabulation Area) lookup from census block
733+
date: 2026-01-26 22:41:56

changelog_entry.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Census block-level geographic assignment for households in CD-stacked datasets
5-
- Comprehensive geography variables in output (block_geoid, tract_geoid, cbsa_code, sldu, sldl, place_fips, vtd, puma, zcta)
6-
- Block crosswalk file mapping 8.1M blocks to all Census geographies
7-
- Block-to-CD distribution file for population-weighted assignment
8-
- ZCTA (ZIP Code Tabulation Area) lookup from census block

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.55.0"
11+
version = "1.56.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)