Skip to content

Commit f422d93

Browse files
committed
Update publication candidate
1 parent 18de498 commit f422d93

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

changelog.d/sipp-positive-weights.fixed renamed to .github/publication_candidates/usdata-gha26263797204-a1/changelog.d/sipp-positive-weights.fixed

File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"base_release_version": "1.115.5",
3+
"candidate_scope": "1.115.5-patch",
4+
"release_bump": "patch",
5+
"run_id": "usdata-gha26263797204-a1",
6+
"would_release_as_at_build_time": "1.115.6"
7+
}

.github/publication_scope.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"base_release_version": "1.115.5",
33
"candidate_scope": "1.115.5-patch",
44
"release_bump": "patch",
5-
"run_id": "usdata-gha26255836587-a1",
5+
"run_id": "usdata-gha26263797204-a1",
66
"would_release_as_at_build_time": "1.115.6"
77
}

docs/generated/pipeline_api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"docstring": "Impute rent and real_estate_taxes from ACS with state.\n\nArgs:\n data: CPS data dict.\n state_fips: State FIPS per household.\n time_period: Tax year.\n dataset_path: Path to CPS h5 for Microsimulation.\n\nReturns:\n Updated data dict.",
3535
"id": "acs_qrf",
3636
"kind": "function",
37-
"line": 507,
37+
"line": 508,
3838
"metadata": {
3939
"api_refs": [
4040
"policyengine_us_data.calibration.source_impute._impute_acs"
@@ -3534,7 +3534,7 @@
35343534
"docstring": "Impute net_worth and auto_loan from SCF.\n\nArgs:\n data: CPS data dict.\n state_fips: State FIPS per household.\n time_period: Tax year.\n dataset_path: Path to CPS h5 for Microsimulation.\n\nReturns:\n Updated data dict.",
35353535
"id": "scf_qrf",
35363536
"kind": "function",
3537-
"line": 1073,
3537+
"line": 1092,
35383538
"metadata": {
35393539
"api_refs": [
35403540
"policyengine_us_data.calibration.source_impute._impute_scf"
@@ -3588,7 +3588,7 @@
35883588
"docstring": "Impute tip_income, liquid assets, and vehicle signals from SIPP.\n\nArgs:\n data: CPS data dict.\n state_fips: State FIPS per household.\n time_period: Tax year.\n dataset_path: Path to CPS h5 for Microsimulation.\n\nReturns:\n Updated data dict.",
35893589
"id": "sipp_qrf",
35903590
"kind": "function",
3591-
"line": 632,
3591+
"line": 633,
35923592
"metadata": {
35933593
"api_refs": [
35943594
"policyengine_us_data.calibration.source_impute._impute_sipp"
@@ -3615,7 +3615,7 @@
36153615
"docstring": "Re-impute ACS/SIPP/ORG/SCF variables from donor surveys.\n\nOverwrites existing imputed values in data. ACS uses\nstate_fips as a QRF predictor; ORG uses state plus labor-market\npredictors; SIPP and SCF use only demographic and financial\npredictors (no state data).\n\nArgs:\n data: CPS dataset dict {variable: {time_period: array}}.\n state_fips: State FIPS per household.\n time_period: Tax year.\n dataset_path: Path to CPS h5 for Microsimulation.\n skip_acs: Skip ACS imputation.\n skip_sipp: Skip SIPP imputation.\n skip_org: Skip ORG imputation.\n skip_scf: Skip SCF imputation.\n\nReturns:\n Updated data dict with re-imputed variables.",
36163616
"id": "source_impute",
36173617
"kind": "function",
3618-
"line": 202,
3618+
"line": 203,
36193619
"metadata": {
36203620
"api_refs": [
36213621
"policyengine_us_data.calibration.source_impute.impute_source_variables"

0 commit comments

Comments
 (0)