-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Move PendingDeprecations to Deprecations in the circuit library #13604
base: main
Are you sure you want to change the base?
Conversation
We could just have a single reno for the deprecation of |
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.
Thanks for taking care of this, this LGTM but it seems to only miss the catches in the tests 🙂
4eee40c
to
a76ebc7
Compare
Most of the problems are coming from an internal call to a deprecated method:
There is also some issues with
Still working on the rest. |
Summary
The circuit library modernization from #13046 introduced some pending deprecations that this PR is moving to deprecations.
reno is still missing.