Fix GPU wheel versioning and polish JOSS paper for submission#231
Merged
jameslehoux merged 3 commits intomasterfrom Mar 30, 2026
Merged
Fix GPU wheel versioning and polish JOSS paper for submission#231jameslehoux merged 3 commits intomasterfrom
jameslehoux merged 3 commits intomasterfrom
Conversation
added 3 commits
March 30, 2026 08:24
The CIBW_BEFORE_BUILD sed command that renames the package to openimpala-cuda dirties the git working tree. setuptools_scm's guess-next-dev scheme then produces X.Y.Z+1.dev0 instead of the tagged version. Fix by setting SETUPTOOLS_SCM_PRETEND_VERSION from the release tag in both CPU and GPU wheel workflows. https://claude.ai/code/session_01RKnn97qiD7sbCeABHH3eQk
- Fix LaTeX math rendering: wrap $3\times$ and $3\times 3$ properly - Correct HYPRE CUDA description: "device execution policy" not "device memory interface" to match actual implementation - Remove overstated PuMA Python API claim (PuMA now has bindings) - Tone down Python facade claim to "core solver capabilities" - Enumerate new features explicitly in the v4 summary paragraph - Expand test section with benchmark names (Reuss/Voigt bounds) - Consistent em-dash spacing throughout - Minor prose tightening https://claude.ai/code/session_01RKnn97qiD7sbCeABHH3eQk
Code Coverage ReportGenerated by CI — coverage data from gcovr |
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.