File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.29.4] - 2025-12-09 14:39:12
9+
10+ ### Changed
11+
12+ - Reduced test runtime by using 32 epochs instead of 512 when TESTING environment variable is set
13+
814## [ 1.29.3] - 2025-12-09 10:06:31
915
1016### Fixed
@@ -509,6 +515,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
509515
510516
511517
518+ [ 1.29.4 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.3...1.29.4
512519[ 1.29.3 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.2...1.29.3
513520[ 1.29.2 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.1...1.29.2
514521[ 1.29.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.0...1.29.1
Original file line number Diff line number Diff line change 433433 - A bug hard-coded to 2023, which meant that custom FRS datasets defined after
434434 2024 fail on BRMA imputation.
435435 date : 2025-12-09 10:06:31
436+ - bump : patch
437+ changes :
438+ changed :
439+ - Reduced test runtime by using 32 epochs instead of 512 when TESTING environment
440+ variable is set
441+ date : 2025-12-09 14:39:12
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- changed :
4- - Reduced test runtime by using 32 epochs instead of 512 when TESTING environment variable is set
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.29.3 "
7+ version = " 1.29.4 "
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