Implement automated versioning, release drafting, and CI benchmarks#229
Merged
jameslehoux merged 6 commits intomasterfrom Mar 29, 2026
Merged
Implement automated versioning, release drafting, and CI benchmarks#229jameslehoux merged 6 commits intomasterfrom
jameslehoux merged 6 commits intomasterfrom
Conversation
- Add Release Drafter config with PR label → changelog category mapping and semantic version resolution (major/minor/patch from labels) - Add Release Drafter workflow triggered on push to master and PR events - Auto-label PRs by file path (physics, io, docs, devops, gpu, python) - Sync CMake project VERSION with Git tags instead of hardcoded 0.1.0 - Add fetch-depth: 0 to release.yml checkout for tag visibility - Update release.yml to preserve Release Drafter notes when attaching SIF https://claude.ai/code/session_01RKnn97qiD7sbCeABHH3eQk
Add initial draft of OpenImpala paper detailing its framework and advancements.
Added multiple references to the bibliography file including articles on OpenImpala, statistical effective diffusivity estimation, AMReX framework, and Python Battery Mathematical Modelling.
Updated the software architecture section to reflect recent changes and improvements in the OpenImpala framework, including its transition to a Python library and enhancements in computational capabilities.
- Enhance profiling notebook with AMReX TinyProfiler breakdown (solver setup vs linear solve vs flux computation) and NVIDIA Nsight Systems GPU kernel profiling for Colab T4 runtimes - Add CI benchmark workflow that runs on PRs touching solver code, tests against analytical solutions (uniform block tau=(N-1)/N), and posts timing results as PR comments for regression tracking https://claude.ai/code/session_01RKnn97qiD7sbCeABHH3eQk
The GPU wheel uploads fail because setuptools_scm generates local version identifiers (e.g. 4.0.2.dev0+ga780d0e87) which PyPI rejects. Root cause: no v4.x tag exists in the repo (latest is v3.1.0). Add [tool.setuptools_scm] with local_scheme="no-local-version" to produce PyPI-compatible versions even on non-tagged commits, and set fallback_version for builds outside a git repo. https://claude.ai/code/session_01RKnn97qiD7sbCeABHH3eQk
Code Coverage ReportGenerated by CI — coverage data from gcovr |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
No description provided.