Restore CI contracts and release 3.0.0b9#136
Merged
Merged
Conversation
Constraint: Preserve OPENBENCH_HOME station-list behavior introduced by PR #134. Rejected: Reverting station-list output to reference/catalog roots | would discard read-only reference-root support. Confidence: high Scope-risk: moderate Directive: Keep bundled station entries paired with fulllist or station_matching. Tested: ruff check src/ tests/; ruff format --check src/ tests/; pytest tests/ -q --tb=short (1572 passed, 10 skipped) Not-tested: GitHub Actions matrix after push
Constraint: PyPI release versions are immutable and 3.0.0b8 is already published. Rejected: Publishing from an unversioned working tree | would make source and package metadata diverge. Confidence: high Scope-risk: moderate Directive: Publish and tag only the merged main commit carrying version 3.0.0b9. Tested: version consistency tests; package build; twine check; build artifact tests; ruff check and format check. Not-tested: GitHub Actions matrix and PyPI upload.
zhongwangwei
marked this pull request as ready for review
July 16, 2026 14:44
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.
What changed
metrics.pyso the Ruff format gate passesisel(lake=0)station_matchingmetadata and remove eight incomplete generated station registry entriesAlbedocompatibility key and the ReaLSAT monthly resolutionOPENBENCH_HOME/station_listsbehavior and update its stale path testsRoot cause
The merged registry update mixed generated catalog data and breaking key/path changes with existing runtime contracts. The CLI validator also treated every
=as an assignment, so a valid keyword argument was parsed as invalid syntax.Validation
ruff check src/ tests/ruff format --check src/ tests/240 passed, 4 skipped1572 passed, 10 skippedRelease
3.0.0b9twine checkand artifact validation