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

Return networkx graph #41

Merged
merged 15 commits into from
Mar 23, 2022
Merged

Return networkx graph #41

merged 15 commits into from
Mar 23, 2022

Commits on Sep 6, 2021

  1. Return networkx graph

    Potential solution to tomalrussell#39
    amanmajid committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    0099ba7 View commit details
    Browse the repository at this point in the history
  2. Update network.py

    Added blank line at the end
    amanmajid committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    a5ec6d9 View commit details
    Browse the repository at this point in the history
  3. Return connected components

    Potential solution for tomalrussell#40, but relies on my solution to tomalrussell#39
    amanmajid committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    1537469 View commit details
    Browse the repository at this point in the history
  4. Make networkx an optional dependency

    Co-authored-by: Tom Russell <[email protected]>
    amanmajid and tomalrussell authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    f156c60 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    0a90dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c506ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c783e95 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    1686d0b View commit details
    Browse the repository at this point in the history
  2. swapped USE_NX check order

    amanmajid committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8b07797 View commit details
    Browse the repository at this point in the history
  3. Enumerate counter

    amanmajid committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    68385b5 View commit details
    Browse the repository at this point in the history
  4. Return network

    amanmajid committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f71a16e View commit details
    Browse the repository at this point in the history
  5. Make MultiDiGraph optional

    amanmajid committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    e3530d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Completed revisions

    Added functionality to add node and edge attributes. Also added a test for to_networkx function.
    amanmajid committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    e55bc44 View commit details
    Browse the repository at this point in the history
  2. Add component_id to nodes

    amanmajid committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    1bba5c2 View commit details
    Browse the repository at this point in the history
  3. Update test_init.py

    amanmajid committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    98979d4 View commit details
    Browse the repository at this point in the history