File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-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.32.0] - 2025-06-23 14:48:18
9+
10+ ### Added
11+
12+ - SSN card type imputation algorithm.
13+ - Family correlation adjustment to align parent-child SSN status.
14+
815## [ 1.31.0] - 2025-06-19 21:34:31
916
1017### Added
@@ -428,6 +435,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
428435
429436
430437
438+ [ 1.32.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.31.0...1.32.0
431439[ 1.31.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.30.2...1.31.0
432440[ 1.30.2 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.30.1...1.30.2
433441[ 1.30.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.30.0...1.30.1
Original file line number Diff line number Diff line change 356356 - W2 Wages from Qualified business is now being simulated with random variables
357357 - qualified business income sources have been redefined based on IRS PUF inputs
358358 date : 2025-06-19 21:34:31
359+ - bump : minor
360+ changes :
361+ added :
362+ - SSN card type imputation algorithm.
363+ - Family correlation adjustment to align parent-child SSN status.
364+ date : 2025-06-23 14:48:18
Original file line number Diff line number Diff line change 1- - bump : minor
2- changes :
3- added :
4- - SSN card type imputation algorithm.
5- - Family correlation adjustment to align parent-child SSN status.
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.31 .0"
11+ version = " 1.32 .0"
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