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,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.54.1] - 2026-01-26 02:49:11
9+
10+ ### Fixed
11+
12+ - Derive partnership_se_income from PUF source columns using Yale Budget Lab's gross-up approach instead of looking for non-existent k1bx14 columns.
13+
814## [ 1.54.0] - 2026-01-25 17:43:38
915
1016### Added
@@ -827,6 +833,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
827833
828834
829835
836+ [ 1.54.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.54.0...1.54.1
830837[ 1.54.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.53.1...1.54.0
831838[ 1.53.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.53.0...1.53.1
832839[ 1.53.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.52.0...1.53.0
Original file line number Diff line number Diff line change 698698 - partnership_se_income variable from Schedule K-1 Box 14 (k1bx14p + k1bx14s),
699699 representing partnership income subject to self-employment tax.
700700 date : 2026-01-25 17:43:38
701+ - bump : patch
702+ changes :
703+ fixed :
704+ - Derive partnership_se_income from PUF source columns using Yale Budget Lab's
705+ gross-up approach instead of looking for non-existent k1bx14 columns.
706+ date : 2026-01-26 02:49:11
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - Derive partnership_se_income from PUF source columns using Yale Budget Lab's gross-up approach instead of looking for non-existent k1bx14 columns.
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.54.0 "
11+ version = " 1.54.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