Skip to content

Commit d06e225

Browse files
committed
Update publication candidate
1 parent bf6def1 commit d06e225

6 files changed

Lines changed: 19 additions & 12 deletions

File tree

changelog.d/1092.changed renamed to .github/publication_candidates/usdata-gha26232501461-a1/changelog.d/1092.changed

File renamed without changes.

changelog.d/1093.fixed.md renamed to .github/publication_candidates/usdata-gha26232501461-a1/changelog.d/1093.fixed.md

File renamed without changes.

changelog.d/1096.changed renamed to .github/publication_candidates/usdata-gha26232501461-a1/changelog.d/1096.changed

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-gha26232501461-a1",
6+
"would_release_as_at_build_time": "1.115.6"
7+
}

.github/publication_scope.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"base_release_version": "1.115.5",
3-
"candidate_scope": "1.115.5-minor",
4-
"release_bump": "minor",
5-
"run_id": "usdata-gha26192882159-a1",
6-
"would_release_as_at_build_time": "1.116.0"
3+
"candidate_scope": "1.115.5-patch",
4+
"release_bump": "patch",
5+
"run_id": "usdata-gha26232501461-a1",
6+
"would_release_as_at_build_time": "1.115.6"
77
}

docs/generated/pipeline_api.json

Lines changed: 8 additions & 8 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": 334,
37+
"line": 485,
3838
"metadata": {
3939
"api_refs": [
4040
"policyengine_us_data.calibration.source_impute._impute_acs"
@@ -61,7 +61,7 @@
6161
"docstring": "\"Add auto loan balance, interest and net_worth variable.",
6262
"id": "add_auto_loan",
6363
"kind": "function",
64-
"line": 2819,
64+
"line": 2859,
6565
"metadata": {
6666
"api_refs": [
6767
"policyengine_us_data.datasets.cps.cps.add_auto_loan_interest_and_net_worth"
@@ -142,7 +142,7 @@
142142
"docstring": "Impute ORG-derived wage and union inputs onto CPS persons.",
143143
"id": "add_org_inputs",
144144
"kind": "function",
145-
"line": 2703,
145+
"line": 2743,
146146
"metadata": {
147147
"api_refs": [
148148
"policyengine_us_data.datasets.cps.cps.add_org_labor_market_inputs"
@@ -572,7 +572,7 @@
572572
"docstring": "Build sparse calibration matrix.\n\nTwo-phase build: (1) simulate each clone and save\nCOO entries to disk, (2) assemble CSR from caches.\n\nArgs:\n geography: GeographyAssignment with state_fips,\n cd_geoid, block_geoid arrays and n_records,\n n_clones attributes.\n sim: Microsimulation for parameters and entity\n relationships.\n target_filter: Dict for target_overview filtering.\n hierarchical_domains: Domain names for\n hierarchical uprating + CD reconciliation.\n cache_dir: Directory for per-clone COO caches.\n If None, COO data held in memory.\n sim_modifier: Optional callback(sim, clone_idx)\n called per clone after state_fips is set but\n before cache clearing. Use for takeup\n re-randomization.\n rerandomize_takeup: If True, use geo-salted\n entity-level takeup draws instead of base h5\n takeup values for takeup-affected targets.\n county_level: If True (default), iterate counties\n within each state during precomputation. If\n False, compute once per state and alias to all\n counties (faster for county-invariant vars).\n\nReturns:\n (targets_df, X_sparse, target_names)",
573573
"id": "build_matrix",
574574
"kind": "function",
575-
"line": 2549,
575+
"line": 2567,
576576
"metadata": {
577577
"api_refs": [
578578
"policyengine_us_data.calibration.unified_matrix_builder.UnifiedMatrixBuilder.build_matrix"
@@ -604,7 +604,7 @@
604604
"docstring": "Build a sparse matrix by materializing mixed-geography chunks.\n\nThin facade: target querying, uprating, constraint extraction,\nand manifest handling live here; chunking, per-chunk execution,\nand streaming final assembly live in\n:class:`ChunkedMatrixAssembler`.",
605605
"id": "build_matrix_chunked",
606606
"kind": "function",
607-
"line": 3314,
607+
"line": 3332,
608608
"metadata": {
609609
"api_refs": [
610610
"policyengine_us_data.calibration.unified_matrix_builder.UnifiedMatrixBuilder.build_matrix_chunked"
@@ -3461,7 +3461,7 @@
34613461
"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.",
34623462
"id": "scf_qrf",
34633463
"kind": "function",
3464-
"line": 819,
3464+
"line": 922,
34653465
"metadata": {
34663466
"api_refs": [
34673467
"policyengine_us_data.calibration.source_impute._impute_scf"
@@ -3515,7 +3515,7 @@
35153515
"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.",
35163516
"id": "sipp_qrf",
35173517
"kind": "function",
3518-
"line": 435,
3518+
"line": 586,
35193519
"metadata": {
35203520
"api_refs": [
35213521
"policyengine_us_data.calibration.source_impute._impute_sipp"
@@ -3542,7 +3542,7 @@
35423542
"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.",
35433543
"id": "source_impute",
35443544
"kind": "function",
3545-
"line": 187,
3545+
"line": 180,
35463546
"metadata": {
35473547
"api_refs": [
35483548
"policyengine_us_data.calibration.source_impute.impute_source_variables"

0 commit comments

Comments
 (0)