Skip to content

Commit 7c567f2

Browse files
committed
Update publication candidate
1 parent 5a87bc4 commit 7c567f2

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

changelog.d/1069.added renamed to .github/publication_candidates/usdata-gha26253942745-a1/changelog.d/1069.added

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-minor",
4+
"release_bump": "minor",
5+
"run_id": "usdata-gha26253942745-a1",
6+
"would_release_as_at_build_time": "1.116.0"
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-minor",
44
"release_bump": "minor",
5-
"run_id": "usdata-gha26249511671-a1",
5+
"run_id": "usdata-gha26253942745-a1",
66
"would_release_as_at_build_time": "1.116.0"
77
}

docs/engineering/pipeline-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ Compatibility wrapper over the extracted pure partitioning seam.
845845
### `modal_app.data_build.run_cps_then_puf_phase`
846846

847847
```python
848-
def run_cps_then_puf_phase(branch: str, volume: modal.Volume, *, env: dict, log_file: IO = None, checkpoint_stats: CheckpointStats | None = None) -> None
848+
def run_cps_then_puf_phase(branch: str, volume: modal.Volume, *, env: dict, log_file: IO = None, checkpoint_stats: CheckpointStats | None = None, coordinator: Stage1Coordinator | None = None) -> None
849849
```
850850

851851
Build CPS before PUF because PUF pension imputation loads CPS_2024.

docs/generated/pipeline_api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
"docstring": "Build all datasets with preemption-resilient checkpointing.\n\nArgs:\n upload: Whether to upload completed datasets.\n branch: Git branch to build from.\n sequential: Use sequential (non-parallel) execution.\n clear_checkpoints: Clear existing checkpoints before starting.\n skip_tests: Skip running the test suite (useful for calibration runs).\n skip_enhanced_cps: Skip enhanced_cps.py and small_enhanced_cps.py\n (useful for calibration runs that only need source_imputed H5).\n skip_stage_5: Skip source-imputed CPS and small enhanced CPS after\n enhanced_cps_2024.h5 is built.\n stage_only: Upload to HF staging only, without promoting a release.\n version: policyengine-us-data package version used for staging and\n dataset-build contracts.",
475475
"id": "build_datasets",
476476
"kind": "function",
477-
"line": 547,
477+
"line": 642,
478478
"metadata": {
479479
"api_refs": [
480480
"modal_app.data_build.build_datasets"
@@ -1004,7 +1004,7 @@
10041004
"docstring": "Build CPS before PUF because PUF pension imputation loads CPS_2024.",
10051005
"id": "cps_puf_build_phase",
10061006
"kind": "function",
1007-
"line": 406,
1007+
"line": 499,
10081008
"metadata": {
10091009
"api_refs": [
10101010
"modal_app.data_build.run_cps_then_puf_phase"
@@ -1024,7 +1024,7 @@
10241024
]
10251025
},
10261026
"object_path": "modal_app.data_build.run_cps_then_puf_phase",
1027-
"signature": "def run_cps_then_puf_phase(branch: str, volume: modal.Volume, *, env: dict, log_file: IO = None, checkpoint_stats: CheckpointStats | None = None) -> None",
1027+
"signature": "def run_cps_then_puf_phase(branch: str, volume: modal.Volume, *, env: dict, log_file: IO = None, checkpoint_stats: CheckpointStats | None = None, coordinator: Stage1Coordinator | None = None) -> None",
10281028
"source_file": "modal_app/data_build.py"
10291029
},
10301030
"create_stratified": {

0 commit comments

Comments
 (0)