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,21 @@ 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.62.0] - 2026-02-07 00:24:23
9+
10+ ### Added
11+
12+ - Name-based seeding (seeded_rng) for order-independent reproducibility
13+ - State-specific Medicaid takeup rates (53%-99% range, 51 jurisdictions)
14+ - SSI resource test pass rate parameter (0.4)
15+ - WIC takeup and nutritional risk draw variables (float)
16+ - meets_ssi_resource_test boolean generation
17+
18+ ### Changed
19+
20+ - Replaced shared RNG (seed=100) with per-variable name-based seeding
21+ - Medicaid takeup now uses state-specific rates instead of uniform 93%
22+
823## [ 1.61.2] - 2026-02-01 20:58:21
924
1025### Fixed
@@ -932,6 +947,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
932947
933948
934949
950+ [ 1.62.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.61.2...1.62.0
935951[ 1.61.2 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.61.1...1.61.2
936952[ 1.61.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.61.0...1.61.1
937953[ 1.61.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.60.0...1.61.0
Original file line number Diff line number Diff line change 803803 fixed :
804804 - Fix etl_state_income_tax.py API mismatches with db_metadata utility functions
805805 date : 2026-02-01 20:58:21
806+ - bump : minor
807+ changes :
808+ added :
809+ - Name-based seeding (seeded_rng) for order-independent reproducibility
810+ - State-specific Medicaid takeup rates (53%-99% range, 51 jurisdictions)
811+ - SSI resource test pass rate parameter (0.4)
812+ - WIC takeup and nutritional risk draw variables (float)
813+ - meets_ssi_resource_test boolean generation
814+ changed :
815+ - Replaced shared RNG (seed=100) with per-variable name-based seeding
816+ - Medicaid takeup now uses state-specific rates instead of uniform 93%
817+ date : 2026-02-07 00:24:23
Original file line number Diff line number Diff line change 1- - bump : minor
2- changes :
3- added :
4- - Name-based seeding (seeded_rng) for order-independent reproducibility
5- - State-specific Medicaid takeup rates (53%-99% range, 51 jurisdictions)
6- - SSI resource test pass rate parameter (0.4)
7- - WIC takeup and nutritional risk draw variables (float)
8- - meets_ssi_resource_test boolean generation
9- changed :
10- - Replaced shared RNG (seed=100) with per-variable name-based seeding
11- - Medicaid takeup now uses state-specific rates instead of uniform 93%
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.61.2 "
11+ version = " 1.62.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