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 new subsitute_subgraph() method to graph classes #823

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Feb 24, 2023

  1. Add new subsitute_subgraph() graph classes

    This commit adds a new method, substitute_subgraph(), to the PyGraph and
    PyDiGraph classes. It is used to replace a subgraph in the graph with an
    external graph.
    mtreinish committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    b415851 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64cc4cc View commit details
    Browse the repository at this point in the history
  3. Fix MSRV compatibility

    mtreinish committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    10fe40c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    3b1df9c View commit details
    Browse the repository at this point in the history
  2. Fix docs build

    mtreinish committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9ab2100 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    980557b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3449e2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

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

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    b396965 View commit details
    Browse the repository at this point in the history
  2. Fix docs typos

    mtreinish committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3f90b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeee114 View commit details
    Browse the repository at this point in the history