Skip to content
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

Restore accidently deleted scheduling passes #11184

Merged
merged 1 commit into from
Nov 3, 2023

Commits on Nov 2, 2023

  1. Restore accidently deleted scheduling passes

    In Qiskit#10754 3 legacy scheduling passes were accidently deleted. These
    passes were incorrectly identified as deprecated, however they were
    never marked as deprecating just pending future deprecation. They were
    intended to be be promoted from a pending deprecation to a full
    deprecation in Qiskit#8023 but we never took that step because there were
    objections at the time as they still served a purpose. Qiskit#10754 likely
    missed this as the only indication in the deprecation decorator was a
    kwarg that said `pending=True`, and this was the only indication that
    these passes weren't actually deprecated yet. This commit restores these
    passes on the 0.45.0 branch in the interest of unblocking the 0.45.0
    release ASAP. We can handle forward porting this PR to main as needed
    after the 0.45.0 release is tagged.
    mtreinish committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1e9271a View commit details
    Browse the repository at this point in the history