Skip to content

Commit a12e913

Browse files
Update package version
1 parent c7feb7e commit a12e913

4 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [2.49.4] - 2025-09-01 13:02:52
9+
10+
### Fixed
11+
12+
- Fix behavioral response calculations returning zero FTE impacts due to simulation state corruption
13+
- Fix NaN values in wage relative change calculations during labor supply responses
14+
- Fix income effect calculations by properly handling household_net_income timing
15+
816
## [2.49.3] - 2025-09-01 09:09:46
917

1018
### Fixed
@@ -2198,6 +2206,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21982206

21992207

22002208

2209+
[2.49.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.49.3...2.49.4
22012210
[2.49.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.49.2...2.49.3
22022211
[2.49.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.49.1...2.49.2
22032212
[2.49.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.49.0...2.49.1

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,3 +1861,11 @@
18611861
fixed:
18621862
- Bug causing some households to claim both CTC and UC.
18631863
date: 2025-09-01 09:09:46
1864+
- bump: patch
1865+
changes:
1866+
fixed:
1867+
- Fix behavioral response calculations returning zero FTE impacts due to simulation
1868+
state corruption
1869+
- Fix NaN values in wage relative change calculations during labor supply responses
1870+
- Fix income effect calculations by properly handling household_net_income timing
1871+
date: 2025-09-01 13:02:52

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Fix behavioral response calculations returning zero FTE impacts due to simulation state corruption
5-
- Fix NaN values in wage relative change calculations during labor supply responses
6-
- Fix income effect calculations by properly handling household_net_income timing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-uk"
3-
version = "2.49.3"
3+
version = "2.49.4"
44
description = "PolicyEngine tax and benefit system for the UK."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)