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

Remove deprecated networkx dag converter functions #9035

Merged
merged 8 commits into from
Nov 3, 2022

Commits on Oct 29, 2022

  1. Remove deprecated networkx dag converter functions

    This commit removes the deprecated DAGCircuit and DAGDependency
    networkx converter functions. These functions were deprecated
    in Qiskit#7927 as part of the 0.21.0 release. Since the minimum
    deprecation window has elapsed we can now remove these functions and
    the last usage of optional networkx usage in qiskit terra.
    mtreinish committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    07be2ad View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Remove unused imports

    jakelishman committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    15518e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d028f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    374b066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0587af5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d10fe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f06133 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    92e50e8 View commit details
    Browse the repository at this point in the history