File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " policyengine-uk"
3- version = " 2.49.3 "
3+ version = " 2.49.4 "
44description = " PolicyEngine tax and benefit system for the UK."
55readme = " README.md"
66authors = [
You can’t perform that action at this time.
0 commit comments