-
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
Remove visualization code deprecated in 0.22 (released on October 13, 2022) #10989
Remove visualization code deprecated in 0.22 (released on October 13, 2022) #10989
Conversation
Remove deprecated code: qiskit/visualization/circuit/_utils.py:200 qiskit/visualization/circuit/_utils.py:288
There is code released 9 months ago that needs to be removed. qiskit/visualization/counts_visualization.py:60 Include an example with an alternative for user to migrate to the new code, as this change might break users code.
Some quick comments before having a deeper look:
|
Hi @ThirDecade2020 , are you still working on this one? |
Pull Request Test Coverage Report for Build 7642428329Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
@1ucian0 @mtreinish I can't figure out why docs is failing in the CI, any ideas? |
The root of the docs failure is formatting issues in the |
Co-authored-by: Matthew Treinish <[email protected]>
Co-authored-by: Matthew Treinish <[email protected]>
Co-authored-by: Matthew Treinish <[email protected]>
Thank you for opening a new pull request. Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone. One or more of the the following people are requested to review this:
|
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.
Could you also add a reno? 🙂
3aac019
to
f0671ba
Compare
releasenotes/notes/remove-visualization-code-deprecated-in-0.22-7bc99235f5912424.yaml
Outdated
Show resolved
Hide resolved
…2-7bc99235f5912424.yaml Co-authored-by: Julien Gacon <[email protected]>
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.
This LGTM, there's some minor formatting things in the release notes that I'd clean up. But, given the proximity to RC1 lets save that for later, and we can fix that up in the release note roundup PR for the final release.
Summary
Fixes #10812
Details and comments
I am not exactly sure how to remove all deprecated tests if they only check the deprecation raise and then add tests to cover changes.
How do I label and create release note properly?
See 'data argument description' for "Migration Guide" instructions.