Claude/fix gpu wheels build yptx m#228
Merged
jameslehoux merged 3 commits intoworkingfrom Mar 29, 2026
Merged
Conversation
Set up a professional documentation site using Sphinx with: - Furo theme for modern, responsive design - Breathe integration bridging existing Doxygen C++ API docs - autodoc for Python API reference from docstrings - MyST parser for Markdown content pages - Getting started guide, concepts, solvers, GPU, HPC user guides - Tutorial index linking all 7 Colab notebooks - Contributing guide and changelog - Updated CI workflow to build Sphinx + Doxygen and deploy to GitHub Pages - Enabled Doxygen XML output for Breathe consumption https://claude.ai/code/session_01RKnn97qiD7sbCeABHH3eQk
Add fetch-depth: 0 to checkout steps in both CPU and GPU wheel workflows so setuptools_scm can find git tags and produce clean version strings (e.g. "4.0.1" instead of "4.0.1.dev0+gXXX"). https://claude.ai/code/session_01RKnn97qiD7sbCeABHH3eQk
- 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
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.