File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-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.43.1] - 2025-08-05 10:23:02
9+
10+ ### Fixed
11+
12+ - Moved QRF implementation to microimpute package to avoid code duplication
13+
814## [ 1.43.0] - 2025-08-04 18:52:21
915
1016### Added
@@ -670,6 +676,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
670676
671677
672678
679+ [ 1.43.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.43.0...1.43.1
673680[ 1.43.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.6...1.43.0
674681[ 1.42.6 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.5...1.42.6
675682[ 1.42.5 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.4...1.42.5
Original file line number Diff line number Diff line change 557557 added :
558558 - Pin -us to a version pre-OBBBA baseline changes were implemented.
559559 date : 2025-08-04 18:52:21
560+ - bump : patch
561+ changes :
562+ fixed :
563+ - Moved QRF implementation to microimpute package to avoid code duplication
564+ date : 2025-08-05 10:23:02
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - Moved QRF implementation to microimpute package to avoid code duplication
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.43.0 "
11+ version = " 1.43.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