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

Replace pygraphviz with graphviz #80

Merged
merged 15 commits into from
Sep 13, 2023
Merged

Commits on Aug 24, 2023

  1. delete used lines

    chensgit169 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c43b520 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Sep 6, 2023

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    35874ae View commit details
    Browse the repository at this point in the history
  2. add draw_dag.py

    chensgit169 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    74c4bb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    902bd08 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. move function of draw_dag() from dagcircuit into visualization

    Decouple from IPython, pygraphviz
    chensgit169 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1a30464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efd9ca8 View commit details
    Browse the repository at this point in the history
  3. add TODO in draw_dag()

    chensgit169 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    91319d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e067d56 View commit details
    Browse the repository at this point in the history
  5. correct graphviz version requirement

    Though the newest version is 0.20.1, 0.14.1 works fine already.
    chensgit169 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8207b7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5162f0 View commit details
    Browse the repository at this point in the history
  7. update docstring

    chensgit169 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9da64fc View commit details
    Browse the repository at this point in the history
  8. delete verbose in send()

    chensgit169 authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f2f85f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc71e32 View commit details
    Browse the repository at this point in the history