-
Notifications
You must be signed in to change notification settings - Fork 705
[v0.43.0 Release] Pin autoray version to 0.8.0 #8412
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
Conversation
Hello. You may have forgotten to update the changelog!
|
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.
Just a note, the pyproject.toml file changes are the only ones that are required. This will propagate outwards for the rest
Approved, but feel free to modify the rest if you think it is best
Sorry @mlxd , didn't see you approved. What do you think of this change: 95862a5? Seems weird to have all of this git history in the release notes. CC @isaacdevlugt for product review. |
I think the As per the requirements files ... I don't know. I figured might as well update them. 😅 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v0.43.0-rc0 #8412 +/- ##
==============================================
Coverage ? 99.42%
==============================================
Files ? 584
Lines ? 61234
Branches ? 0
==============================================
Hits ? 60883
Misses ? 351
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Need to make changes to requirements.txt files.
autoray
has proven to deliver breaking changes even in their bug fixes. To prevent future pennylane bug fix releases we have decided to pin the release's supported version ofautoray
to0.8.0
.It was confirmed that reverse dependencies of autoray like cotengra and quimb don't clash with this constraint.
[sc-100894]