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,13 @@ 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+ ## [ 1.19.6] - 2025-10-21 10:18:38
9+
10+ ### Changed
11+
12+ - Refactored income imputation to selectively impute only dividend income on the main dataset.
13+ - Removed winter fuel allowance from loss calculations.
14+
815## [ 1.19.5] - 2025-10-20 16:37:14
916
1017### Fixed
@@ -382,6 +389,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
382389
383390
384391
392+ [ 1.19.6 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.19.5...1.19.6
385393[ 1.19.5 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.19.4...1.19.5
386394[ 1.19.4 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.19.3...1.19.4
387395[ 1.19.3 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.19.2...1.19.3
Original file line number Diff line number Diff line change 319319 fixed :
320320 - Bump patch version to try and get HF upload passing.
321321 date : 2025-10-20 16:37:14
322+ - bump : patch
323+ changes :
324+ changed :
325+ - Refactored income imputation to selectively impute only dividend income on the
326+ main dataset.
327+ - Removed winter fuel allowance from loss calculations.
328+ date : 2025-10-21 10:18:38
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- changed :
4- - Refactored income imputation to selectively impute only dividend income on the main dataset.
5- - Removed winter fuel allowance from loss calculations.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " policyengine_uk_data"
7- version = " 1.19.5 "
7+ version = " 1.19.6 "
88description = " A package to create representative microdata for the UK."
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments