Prepare release 0.4 - #579
Open
thierry-martinez wants to merge 3 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #579 +/- ##
=======================================
Coverage 89.26% 89.26%
=======================================
Files 49 49
Lines 7791 7791
=======================================
Hits 6955 6955
Misses 836 836 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Work around issue TeamGraphix#583: numpy>=2.5 causes the build to fail: - https://github.com/TeamGraphix/graphix/actions/runs/31588265715/job/94087035559?pr=579 - https://github.com/TeamGraphix/graphix/actions/runs/31666880725/job/94343296433?pr=581 - https://github.com/TeamGraphix/graphix/actions/runs/31667056049/job/94343799834?pr=582
matulni
approved these changes
Aug 13, 2026
matulni
left a comment
Contributor
There was a problem hiding this comment.
Thanks for preparing the release! I made a couple of comments, but LGTM.
I confirm that all the code examples in the draft yield the expected output with this PR.
We did a lot of things!
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## Unreleased | ||
| ## [0.4] - 2026-08-03 |
Contributor
There was a problem hiding this comment.
Suggested change
| ## [0.4] - 2026-08-03 | |
| ## [0.4] - 2026-08-13 |
| Graphix does not guarantee backwards compatibility between 0.x version releases. Here we list API changes which may break existing code using Graphix. | ||
|
|
||
| ## Unreleased | ||
| ## [0.4] - 2026-08-03 |
Contributor
There was a problem hiding this comment.
Suggested change
| ## [0.4] - 2026-08-03 | |
| ## [0.4] - 2026-08-13 |
| @@ -60,8 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|
|||
| - #454, #481: Ensure `Pattern.minimize_space` only reduces max-space and does not increase it. | |||
|
|
|||
Contributor
There was a problem hiding this comment.
Suggested change
| - #482, #483: Ensure that `to_space_optimal_pattern` reorders output nodes | |
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 updates
CHANGELOG.mdandCOMPATIBILITY.mdfor preparing release 0.4.