-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(py): release tket2-py 0.4.0 #594
chore(py): release tket2-py 0.4.0 #594
Conversation
995b5bb
to
2f2466d
Compare
Note that the changelog detection seems to be glitched due to the manual 0.3.0 release. We'll need to drop the repeated lines before merging this PR. Edit: Done ✅ |
9b67381
to
105045a
Compare
105045a
to
19664c1
Compare
02a13a4
to
1c8ce36
Compare
5dd1beb
to
6d7c217
Compare
6d7c217
to
1370d65
Compare
tket2-py/CHANGELOG.md
Outdated
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Made all errors `non_exhaustive`, and renamed some fields for clarity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There a number of rust specific issues here, would be nice to clean them up
🤖 Created releases: |
🤖 I have created a release beep boop
0.4.0 (2024-10-01)
⚠ BREAKING CHANGES
non_exhaustive
, and renamed some fields for clarity.cast
Features
BadgerOptimiser.load_precompiled
,BadgerOptimiser.compile_eccs
andpasses.badger_pass
now take an optionalcost_fn
parameter to specify the cost function to minimise. Supported values are'cx'
(default behaviour) and'rz'
. (83ebfcb)Bug Fixes
cast
(#592) (5ca29af)Documentation
Miscellaneous Chores
This PR was generated with Release Please. See documentation.