Release normal build 3.0.0b12 - #141
Merged
Merged
Conversation
Resolve scanned simulation fulllist artifacts before serializing init and sim-scan YAML so runtime validation no longer depends on the caller's working directory. Constraint: Generated station-list locations must survive config execution outside the YAML directory. Rejected: Teach every fulllist consumer about YAML-relative paths | the generated path is shared across existing root-relative consumers and fails before those consumers can recover it. Confidence: high Scope-risk: narrow Directive: Preserve absolute fulllist output for both openbench init and openbench sim scan. Tested: 29 sim-scan/init tests; Ruff; git diff --check. Not-tested: Full cross-platform suite before this commit.
Publish the normal mainline with absolute scanned station-list paths and update all release version surfaces consistently. Constraint: PyPI 3.0.0b12 must exclude the uncertainty-only feature branch. Rejected: Publish feature/uncertainty-aware-evaluation | the clarified release scope requires the normal build. Confidence: high Scope-risk: narrow Directive: Keep uncertainty artifacts off PyPI until explicitly approved for the normal mainline. Tested: Full pytest (1625 passed, 5 skipped); Ruff check and format check; compileall; isolated build; Twine 7 check; wheel import smoke; archive audit confirming uncertainty modules are absent. Not-tested: Conda package build.
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
fulllistpaths as absolute paths in bothopenbench initandopenbench sim scan3.0.0b12Why
The previous relative artifact path could fail when the generated YAML was executed from a different current directory.
Release scope
This is the normal build for PyPI. The uncertainty-aware implementation remains isolated on
feature/uncertainty-aware-evaluationand is not included in these artifacts.Validation
pytest -q— 1625 passed, 5 skippedruff check src/ tests/ruff format --check src/ tests/python -m compileall -q src tests