Skip to content

Commit bd75086

Browse files
committed
Update package version
1 parent c65b096 commit bd75086

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.37.1] - 2026-02-17 16:05:41
9+
10+
### Fixed
11+
12+
- Fix salary sacrifice headcount regression caused by uprating mismatch. The calibrator classified records above/below the 2k cap at uprated 2025 prices, but the saved dataset stores values at 2023 prices where the classification differs. Now evaluates SS amounts at base-year prices before applying the threshold, so calibration matches what end-users see. Stage 2 imputation now moves the full employee pension amount to SS (instead of capping at 2k) so both above-cap and below-cap records are created for the calibrator.
13+
- Remove xfail markers from salary sacrifice headcount tests.
14+
815
## [1.37.0] - 2026-02-16 10:16:06
916

1017
### Added
@@ -598,6 +605,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
598605

599606

600607

608+
[1.37.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.37.0...1.37.1
601609
[1.37.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.2...1.37.0
602610
[1.36.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.1...1.36.2
603611
[1.36.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.0...1.36.1

changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,3 +525,15 @@
525525
converts pension contributors to below-cap SS users, and three new headcount
526526
calibration targets in loss.py.
527527
date: 2026-02-16 10:16:06
528+
- bump: patch
529+
changes:
530+
fixed:
531+
- Fix salary sacrifice headcount regression caused by uprating mismatch. The calibrator
532+
classified records above/below the 2k cap at uprated 2025 prices, but the saved
533+
dataset stores values at 2023 prices where the classification differs. Now evaluates
534+
SS amounts at base-year prices before applying the threshold, so calibration
535+
matches what end-users see. Stage 2 imputation now moves the full employee pension
536+
amount to SS (instead of capping at 2k) so both above-cap and below-cap records
537+
are created for the calibrator.
538+
- Remove xfail markers from salary sacrifice headcount tests.
539+
date: 2026-02-17 16:05:41

changelog_entry.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Fix salary sacrifice headcount regression caused by uprating mismatch. The
5-
calibrator classified records above/below the 2k cap at uprated 2025 prices,
6-
but the saved dataset stores values at 2023 prices where the classification
7-
differs. Now evaluates SS amounts at base-year prices before applying the
8-
threshold, so calibration matches what end-users see. Stage 2 imputation now
9-
moves the full employee pension amount to SS (instead of capping at 2k) so
10-
both above-cap and below-cap records are created for the calibrator.
11-
- Remove xfail markers from salary sacrifice headcount tests.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "policyengine_uk_data"
7-
version = "1.37.0"
7+
version = "1.37.1"
88
description = "A package to create representative microdata for the UK."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)