Skip to content

Commit 4c86a3d

Browse files
MaxGhenisjuaristi22
authored andcommitted
Update package version
1 parent f7d2cee commit 4c86a3d

5 files changed

Lines changed: 30 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,3 +803,15 @@
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

changelog_entry.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
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%

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "policyengine_us_data"
11-
version = "1.61.2"
11+
version = "1.62.0"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)