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

Add PyDiGraph method to make edges symmetric #814

Merged
merged 14 commits into from
May 15, 2023

Commits on Feb 10, 2023

  1. Add PyDiGraph method to make edges symmetric

    This commit adds a new method make_symmetric() to PyDiGraph which will
    modify the graph and add a reverse edge to each edge in the graph if it
    is not already present.
    mtreinish committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6092ebf View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Simplyify logic

    mtreinish committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    56b075a View commit details
    Browse the repository at this point in the history
  2. Add initial tests

    mtreinish committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    35a7587 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Update docstring wording

    Co-authored-by: John Lapeyre <jlapeyre@users.noreply.github.com>
    mtreinish and jlapeyre committed May 10, 2023
    Configuration menu
    Copy the full SHA
    acae85f View commit details
    Browse the repository at this point in the history
  2. Add release notes

    mtreinish committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2a490bf View commit details
    Browse the repository at this point in the history
  3. Expand testing

    mtreinish committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4a8bab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ee68ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    722812c View commit details
    Browse the repository at this point in the history
  6. Remove stray debug prints

    mtreinish committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4fa27ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    904354f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Update src/digraph.rs

    Co-authored-by: John Lapeyre <jlapeyre@users.noreply.github.com>
    mtreinish and jlapeyre committed May 12, 2023
    Configuration menu
    Copy the full SHA
    a7ee021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dabdb45 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    mtreinish committed May 12, 2023
    Configuration menu
    Copy the full SHA
    fd924ba View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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