Add v10.0.0 package, solver, GUI, diagnostics, tests and CI - #6
Merged
test1card merged 2 commits intoFeb 27, 2026
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
test1card
deleted the
codex/add-external-depressurization-profiles-feature
branch
February 27, 2026 22:35
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.
Motivation
Description
src/venting/implementing core modules:solver,flow,graph,diagnostics,validity,thermo,profiles,presets,run,io,plotting,compare,montecarlo,state_layout,geometry,constants, and data containers incasesandpresets.cli.py) and optional desktop GUI undersrc/venting/gui/with streaming solver support and config serialization for interactive use.flow.pyand solver integration insolver.py(supportsisothermal,intermediate, andvariablethermo modes, lumped wall model, and dynamic external pump).diagnostics.py/validity.pyto compute peak ΔP, regimes, tau_exit and a suite of flags (acoustic, Knudsen, short-tube metrics, thermo fit-range).tests/.pyproject.toml, CLI entry via__main__,README.md,CHANGELOG.md,CONTRIBUTING.md, docs underdocs/,.gitignore,requirementsfiles andpre-commitconfiguration..github/workflows/ci.yml) to run on push and PR with matrix Python 3.10–3.12 and steps topip install -e '.[dev]',pip check,ruff,black --checkandpytest --cov.Testing
pytest -q --cov=venting --cov-report=term-missingas configured in CI across Python 3.10–3.12 and all tests passed.ruff check .andblack --check .succeeded.pip install -e "[dev]"andpython -m pip checkto ensure dependency health which completed successfully.Codex Task