Skip to content

Commit cf7302e

Browse files
committed
Update publication candidate
1 parent a03f79c commit cf7302e

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

changelog.d/housing-assistance-admin-targets.added.md renamed to .github/publication_candidates/usdata-gha26039823119-a1/changelog.d/housing-assistance-admin-targets.added.md

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.2",
3+
"candidate_scope": "1.115.2-minor",
4+
"release_bump": "minor",
5+
"run_id": "usdata-gha26039823119-a1",
6+
"would_release_as_at_build_time": "1.116.0"
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.2",
3-
"candidate_scope": "1.115.2-patch",
4-
"release_bump": "patch",
5-
"run_id": "usdata-gha26034481249-a1",
6-
"would_release_as_at_build_time": "1.115.3"
3+
"candidate_scope": "1.115.2-minor",
4+
"release_bump": "minor",
5+
"run_id": "usdata-gha26039823119-a1",
6+
"would_release_as_at_build_time": "1.116.0"
77
}

docs/generated/pipeline_api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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": 2543,
575+
"line": 2549,
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": 3293,
607+
"line": 3314,
608608
"metadata": {
609609
"api_refs": [
610610
"policyengine_us_data.calibration.unified_matrix_builder.UnifiedMatrixBuilder.build_matrix_chunked"
@@ -779,7 +779,7 @@
779779
"docstring": "Standalone clone-value assembly (no ``self``).\n\nIdentical logic to\n``UnifiedMatrixBuilder._assemble_clone_values`` but usable\nfrom a worker process.",
780780
"id": "clone_assembly",
781781
"kind": "function",
782-
"line": 614,
782+
"line": 615,
783783
"metadata": {
784784
"api_refs": [
785785
"policyengine_us_data.calibration.unified_matrix_builder._assemble_clone_values_standalone"
@@ -3099,7 +3099,7 @@
30993099
"docstring": "Compute household/person/entity values for one state.\n\nTop-level function (not a method) so it is picklable for\n``ProcessPoolExecutor``.\n\nArgs:\n dataset_path: Path to the base CPS h5 file.\n time_period: Tax year for simulation.\n state: State FIPS code.\n n_hh: Number of household records.\n target_vars: Target variable names (list for determinism).\n constraint_vars: Constraint variable names (list).\n rerandomize_takeup: Force takeup=True if True.\n affected_targets: Takeup-affected target info dict.\n\nReturns:\n (state_fips, {\"hh\": {...}, \"person\": {...}, \"entity\": {...}})",
31003100
"id": "state_precomp",
31013101
"kind": "function",
3102-
"line": 233,
3102+
"line": 234,
31033103
"metadata": {
31043104
"api_refs": [
31053105
"policyengine_us_data.calibration.unified_matrix_builder._compute_single_state"
@@ -3153,7 +3153,7 @@
31533153
"docstring": "Build sparse calibration matrix for cloned CPS records.\n\nProcesses clone-by-clone: each clone's records get their\nassigned geography, are simulated, and the results fill\nthe corresponding columns.\n\nArgs:\n db_uri: SQLAlchemy database URI.\n time_period: Tax year for calibration (e.g. 2024).\n dataset_path: Path to the base extended CPS h5 file.",
31543154
"id": "unified_matrix_builder",
31553155
"kind": "class",
3156-
"line": 1444,
3156+
"line": 1450,
31573157
"metadata": {
31583158
"api_refs": [
31593159
"policyengine_us_data.calibration.unified_matrix_builder.UnifiedMatrixBuilder"

0 commit comments

Comments
 (0)