Mark support for graphix 3.14 and pin graphix master#24
Merged
thierry-martinez merged 8 commits intoMar 31, 2026
Conversation
Support for Python 3.9 is dropped. Graphix angles are now in units of π (TeamGraphix/graphix#399).
thierry-martinez
added a commit
to thierry-martinez/graphix
that referenced
this pull request
Mar 26, 2026
This commit prepares release v0.3.5. These changes remove warnings produced by the test suite: - Some warnings revealed actual bugs in `ComposeNoiseModel`, which did not pass `rng` correctly. - One warning was due to a change in NumPy 2 that disallows cross products of 2D vectors. A specialized function `_cross2d` has been implemented instead (see numpy/numpy#26620 ). - Some expected warnings are now filtered. - Warnings about using the density matrix backend without a noise model were not reported at the correct location because `stacklevel` was missing. This is now fixed for a better developer experience: the warning is reported at the culprit call site rather than in internal functions. The reverse dependency `graphix-stim-backend` is now tested against the main branch, as is done for `veriphix`. This is still not the case for other reverse dependencies, as the following pull requests are awaiting approval: [ ] `graphix-symbolic`: TeamGraphix/graphix-symbolic#8 [ ] `graphix-ibmq`: TeamGraphix/graphix-ibmq#24
2 tasks
matulni
approved these changes
Mar 27, 2026
| matrix: | ||
| os: ['ubuntu-latest', 'windows-2022', 'macos-latest'] | ||
| python: ['3.9', '3.10', '3.11', '3.12'] | ||
| python: ['3.10', '3.11', '3.12', '3.13'] |
| "Programming Language :: Python :: 3.10", | ||
| "Programming Language :: Python :: 3.11", | ||
| "Programming Language :: Python :: 3.12", | ||
| "Programming Language :: Python :: 3.13", |
Suggested by Mateo.
matulni
approved these changes
Mar 30, 2026
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.
This PR is built on #23.