Skip to content

Commit ee48479

Browse files
Update package version
1 parent 1da94a4 commit ee48479

File tree

4 files changed

+25
-8
lines changed

4 files changed

+25
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.30.0] - 2025-12-19 11:21:28
9+
10+
### Added
11+
12+
- Tests for property_purchased rate and SDLT total validation against official HMRC figures.
13+
- Tests for low-income decile sanity checks to prevent negative net incomes and impossible tax rates.
14+
15+
### Fixed
16+
17+
- Set property_purchased stochastically at 3.85% based on HMRC housing transaction data, fixing unrealistic SDLT charges that caused 224% tax rates in the first income decile.
18+
819
## [1.29.4] - 2025-12-09 14:39:12
920

1021
### Changed
@@ -515,6 +526,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
515526

516527

517528

529+
[1.30.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.4...1.30.0
518530
[1.29.4]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.3...1.29.4
519531
[1.29.3]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.2...1.29.3
520532
[1.29.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.1...1.29.2

changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,15 @@
439439
- Reduced test runtime by using 32 epochs instead of 512 when TESTING environment
440440
variable is set
441441
date: 2025-12-09 14:39:12
442+
- bump: minor
443+
changes:
444+
added:
445+
- Tests for property_purchased rate and SDLT total validation against official
446+
HMRC figures.
447+
- Tests for low-income decile sanity checks to prevent negative net incomes and
448+
impossible tax rates.
449+
fixed:
450+
- Set property_purchased stochastically at 3.85% based on HMRC housing transaction
451+
data, fixing unrealistic SDLT charges that caused 224% tax rates in the first
452+
income decile.
453+
date: 2025-12-19 11:21:28

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-
fixed:
4-
- Set property_purchased stochastically at 3.85% based on HMRC housing transaction data, fixing unrealistic SDLT charges that caused 224% tax rates in the first income decile.
5-
added:
6-
- Tests for property_purchased rate and SDLT total validation against official HMRC figures.
7-
- Tests for low-income decile sanity checks to prevent negative net incomes and impossible tax rates.

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

0 commit comments

Comments
 (0)