Skip to content

Commit 4aa0077

Browse files
committed
Update package version
1 parent 0964d91 commit 4aa0077

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.0] - 2026-02-16 10:16:06
9+
10+
### Added
11+
12+
- Calibrate salary sacrifice population to HMRC/ASHE headcount targets (7.7mn total, 3.3mn above 2k cap, 4.3mn below 2k cap). Two-stage imputation in salary_sacrifice.py converts pension contributors to below-cap SS users, and three new headcount calibration targets in loss.py.
13+
814
## [1.36.2] - 2026-01-21 19:06:42
915

1016
### Fixed
@@ -592,6 +598,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
592598

593599

594600

601+
[1.37.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.2...1.37.0
595602
[1.36.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.1...1.36.2
596603
[1.36.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.0...1.36.1
597604
[1.36.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.35.1...1.36.0

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,3 +517,11 @@
517517
- Use region.values for Scotland comparisons in loss function to ensure consistent
518518
behavior with StringArray types
519519
date: 2026-01-21 19:06:42
520+
- bump: minor
521+
changes:
522+
added:
523+
- Calibrate salary sacrifice population to HMRC/ASHE headcount targets (7.7mn
524+
total, 3.3mn above 2k cap, 4.3mn below 2k cap). Two-stage imputation in salary_sacrifice.py
525+
converts pension contributors to below-cap SS users, and three new headcount
526+
calibration targets in loss.py.
527+
date: 2026-02-16 10:16:06

changelog_entry.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Calibrate salary sacrifice population to HMRC/ASHE headcount targets (7.7mn
5-
total, 3.3mn above 2k cap, 4.3mn below 2k cap). Two-stage imputation in
6-
salary_sacrifice.py converts pension contributors to below-cap SS users, and
7-
three new headcount calibration targets in loss.py.

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.36.2"
7+
version = "1.37.0"
88
description = "A package to create representative microdata for the UK."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)