File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed
Expand file tree Collapse file tree 4 files changed +17
-6
lines changed 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.44.1] - 2025-08-08 10:19:16
9+
10+ ### Changed
11+
12+ - renamed "ucgid" to "ucgid_str" in age targets loading script and operation to "in"
13+ - removed [ 0.5] key access from imputation results as per microimpute's new output format
14+
815## [ 1.44.0] - 2025-08-06 19:01:03
916
1017### Added
@@ -682,6 +689,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
682689
683690
684691
692+ [ 1.44.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.44.0...1.44.1
685693[ 1.44.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.43.1...1.44.0
686694[ 1.43.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.43.0...1.43.1
687695[ 1.43.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.6...1.43.0
Original file line number Diff line number Diff line change 567567 added :
568568 - Unpin -us.
569569 date : 2025-08-06 19:01:03
570+ - bump : patch
571+ changes :
572+ changed :
573+ - renamed "ucgid" to "ucgid_str" in age targets loading script and operation to
574+ " in"
575+ - removed [0.5] key access from imputation results as per microimpute's new output
576+ format
577+ date : 2025-08-08 10:19:16
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- changed :
4- - renamed "ucgid" to "ucgid_str" in age targets loading script and operation to "in"
5- - removed [0.5] key access from imputation results as per microimpute's new output format
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " policyengine_us_data"
11- version = " 1.44.0 "
11+ version = " 1.44.1 "
1212description = " A package to create representative microdata for the US."
1313readme = " README.md"
1414authors = [
You can’t perform that action at this time.
0 commit comments