Add US long-run bundle manifest#366
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the CRFB US long-run managed dataset bundle to
policyengine.pyso downstream runs can resolve published 2026-2100 H5s through the normal managed dataset manifest instead of localpolicyengine-us/policyengine-us-datapaths.Key changes:
policyengine-us==1.691.12and thecrfb-longrun-20260517policyengine-us-datarelease manifest.policyengine_core==3.26.1withpolicyengine-us==1.691.12, matching the model package used to build the released long-run H5s.Validation
uv run --with ruff ruff check src/policyengine/tax_benefit_models/us/datasets.py src/policyengine/provenance/manifest.py tests/test_us_long_term_datasets.py tests/test_release_manifests.py tests/test_models.pyuv run pytest tests/test_us_long_term_datasets.py tests/test_release_manifests.py tests/test_models.py -q(78 passed, 1 warning)Notes
The long-run H5s are published at Hugging Face tag
crfb-longrun-20260517; downstream CRFB sentinel runs have resolved and scored 2100 through this manifest path using the local worktree.