Skip to content

Commit 7d2da06

Browse files
committed
Update package version
1 parent be3e06c commit 7d2da06

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
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.35.1] - 2026-01-17 16:56:01
9+
10+
### Changed
11+
12+
- Improved calibration weight initialization to use country-aware divisors. Households now start with weights divided by the number of areas in their country rather than total areas, improving convergence for devolved nation targets.
13+
814
## [1.35.0] - 2026-01-17 05:09:55
915

1016
### Added
@@ -568,6 +574,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
568574

569575

570576

577+
[1.35.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.35.0...1.35.1
571578
[1.35.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.34.0...1.35.0
572579
[1.34.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.33.0...1.34.0
573580
[1.33.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.32.0...1.33.0

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,3 +493,10 @@
493493
added:
494494
- Add Scottish Child Payment as a calibration target using Scottish Budget figures
495495
date: 2026-01-17 05:09:55
496+
- bump: patch
497+
changes:
498+
changed:
499+
- Improved calibration weight initialization to use country-aware divisors. Households
500+
now start with weights divided by the number of areas in their country rather
501+
than total areas, improving convergence for devolved nation targets.
502+
date: 2026-01-17 16:56:01

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- Improved calibration weight initialization to use country-aware divisors. Households now start with weights divided by the number of areas in their country rather than total areas, improving convergence for devolved nation targets.

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

0 commit comments

Comments
 (0)