Skip to content

Commit 5953a08

Browse files
committed
Update package version
1 parent b9953ab commit 5953a08

5 files changed

Lines changed: 21 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.63.0] - 2026-02-07 19:46:46
9+
10+
### Added
11+
12+
- Add liquid asset imputation from SIPP (bank accounts, stocks, bonds) for SSI and means-tested program modeling
13+
- Add SSI takeup rate parameter and takes_up_ssi_if_eligible draw
14+
815
## [1.62.0] - 2026-02-07 00:24:23
916

1017
### Added
@@ -947,6 +954,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
947954

948955

949956

957+
[1.63.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.62.0...1.63.0
950958
[1.62.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.61.2...1.62.0
951959
[1.61.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.61.1...1.61.2
952960
[1.61.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.61.0...1.61.1

changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,3 +815,14 @@
815815
- Replaced shared RNG (seed=100) with per-variable name-based seeding
816816
- Medicaid takeup now uses state-specific rates instead of uniform 93%
817817
date: 2026-02-07 00:24:23
818+
- bump: minor
819+
changes:
820+
added:
821+
- Add liquid asset imputation from SIPP (bank accounts, stocks, bonds) for SSI
822+
and means-tested program modeling
823+
- Add SSI takeup rate parameter and takes_up_ssi_if_eligible draw
824+
removed:
825+
- Remove random SSI resource test placeholder (now calculated from imputed assets
826+
in policyengine-us)
827+
- Remove ssi_pass_rate parameter (replaced by ssi takeup rate)
828+
date: 2026-02-07 19:46:46

changelog_entry.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Add liquid asset imputation from SIPP (bank accounts, stocks, bonds) for SSI and means-tested program modeling
5-
- Add SSI takeup rate parameter and takes_up_ssi_if_eligible draw
6-
removed:
7-
- Remove random SSI resource test placeholder (now calculated from imputed assets in policyengine-us)
8-
- Remove ssi_pass_rate parameter (replaced by ssi takeup rate)

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.62.0"
11+
version = "1.63.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)