Conversation
luhenry
added a commit
that referenced
this pull request
Sep 19, 2026
Contributor
|
luhenry
added a commit
that referenced
this pull request
Sep 19, 2026
… from PR #2110 json-tools-rs (#2107), fastecdsa (#2109), cvxopt (#2110), opencv-contrib-python-headless (#2111), nvtx (#2113) and bitsandbytes (#2094) were all merged by the maintainer while in-flight; .queue.yml still read in-review. Also found and stripped a leftover 'Generated by Claude Code' footer from #2110's description via the GitHub API - same issue already fixed on #2094/#2104/#2116.
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.
nvtx0.2.16Five Cython extension modules over NVTX's header-only annotation API (
nvtx3/,nvtxw3/) — no CUDA toolkit, driver or GPU is involved at build or run time, and the wheel links nothing but libc. Upstream publishes no riscv64 wheel.Mirrors upstream's
cibw.yml, including its own[tool.cibuildwheel]build and test configuration unchanged.Differs from upstream
v3.*tags are the C/C++ library, and no Python release is ever tagged. That commit'spython/andc/includetrees are byte-identical to the 0.2.16 PyPI sdist.Testing
License: OK
Built on cp312 and cp314t; 4467 passed with numpy, 3869 passed / 147 skipped without it, both with and without the NVTX injection library the suite compiles to verify the annotations actually reach a consumer.