Skip to content

Commit ee06502

Browse files
committed
Update package version
1 parent d58eac6 commit ee06502

5 files changed

Lines changed: 36 additions & 17 deletions

File tree

CHANGELOG.md

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

changelog.yaml

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

changelog_entry.yaml

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

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.54.1"
11+
version = "1.55.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)