Skip to content

Commit 427ed1d

Browse files
committed
Update package version
1 parent b3c88ec commit 427ed1d

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.111.1] - 2026-05-11
2+
3+
### Fixed
4+
5+
- Use the national calibration preset L0 penalty in the Modal pipeline.
6+
7+
18
## [1.111.0] - 2026-05-11
29

310
### Added

changelog.d/945.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/generated/pipeline_api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@
18881888
"docstring": "Promote a completed pipeline run to production.\n\n1. Verify run status is \"completed\"\n2. Promote every staged artifact in one Hugging Face commit\n3. Upload/copy every artifact to GCS\n4. Finalize release_manifest.json, tag the release, and update\n version_manifest.json\n5. Update run status to \"promoted\"\n\nArgs:\n run_id: The run ID to promote.\n version: Override version (default: from run\n metadata).\n\nReturns:\n Summary message.",
18891889
"id": "promote_pipeline_run",
18901890
"kind": "function",
1891-
"line": 1725,
1891+
"line": 1727,
18921892
"metadata": {
18931893
"api_refs": [
18941894
"modal_app.pipeline.promote_run"
@@ -2167,7 +2167,7 @@
21672167
"docstring": "Run the full pipeline end-to-end.\n\nArgs:\n branch: Git branch to build from.\n gpu: GPU type for regional calibration.\n epochs: Training epochs for regional calibration.\n national_gpu: GPU type for national calibration.\n national_epochs: Training epochs for national.\n num_workers: Number of parallel H5 workers.\n n_clones: Number of clones for H5 building.\n skip_national: Skip national calibration/H5.\n resume_run_id: Resume a previously failed run.\n clear_checkpoints: Wipe ALL checkpoints before building\n (default False). Normally not needed \u2014 checkpoints are\n scoped by commit SHA, so stale ones from other commits\n are cleaned automatically. Use True only to force a\n full rebuild of the current commit.\n sha_override: Exact source SHA deployed by GitHub Actions. When\n provided, this is recorded instead of reading the current\n branch tip.\n run_id: Cross-system run ID created by GitHub.\n run_context: Serialized run context from the launcher workflow.\n modal_app_name: Deployed Modal app name for this run.\n modal_environment: Modal environment used for this run.\n chunked_matrix: Build the calibration matrix in clone-household\n chunks instead of the non-chunked path. Opt-in; default off.\n chunk_size: Clone-household columns per chunk when\n ``chunked_matrix`` is True.\n parallel_matrix: Fan chunked matrix building across Modal\n workers via ``build_matrix_chunk_worker``. Only meaningful\n when ``chunked_matrix`` is True; ignored otherwise.\n num_matrix_workers: Number of Modal workers when\n ``parallel_matrix`` is True.\n\nReturns:\n The run ID for use with promote.",
21682168
"id": "run_modal_pipeline",
21692169
"kind": "function",
2170-
"line": 787,
2170+
"line": 789,
21712171
"metadata": {
21722172
"api_refs": [
21732173
"modal_app.pipeline.run_pipeline"
@@ -2507,7 +2507,7 @@
25072507
"docstring": "Verify deployed-image imports and subprocess seams.",
25082508
"id": "verify_runtime_seams",
25092509
"kind": "function",
2510-
"line": 448,
2510+
"line": 450,
25112511
"metadata": {
25122512
"api_refs": [
25132513
"modal_app.pipeline.verify_runtime_seams"

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.111.0"
11+
version = "1.111.1"
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)