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

Adding Transitive Reduction Function #923

Merged
merged 41 commits into from
Aug 9, 2023

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    b88741d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7de5ad View commit details
    Browse the repository at this point in the history
  3. Running fmt and clippy

    danielleodigie committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ca01739 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06119be View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Fixed issue where errors were not being propagated up to Python. Crea…

    …ted tests for filter_edges and filter_nodes for both PyGraph and PyDiGraph. Created release notes for the functions.
    danielleodigie committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1a0f219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5301ef View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Fixing release notes

    danielleodigie committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    8ed4220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f8b655 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    363dcb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e13637 View commit details
    Browse the repository at this point in the history
  5. Fixed release notes

    danielleodigie committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    496e1e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    ece5717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    193e55a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    fa60e89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    284b4d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3ba571 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    a9df47d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0be3566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef783a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07fdde9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    131759d View commit details
    Browse the repository at this point in the history
  2. Ran cargo fmt

    danielleodigie committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d8763f7 View commit details
    Browse the repository at this point in the history
  3. Ran cargo clippy

    danielleodigie committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f2cfc58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae0515e View commit details
    Browse the repository at this point in the history
  5. Removed mpl_draw from r

    elease notes
    danielleodigie committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    30c4687 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    80c1c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e35eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de61f7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c06559a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    506baaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f89f547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a78924 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Fixed issue with graph that have nodes removed. Function now returns …

    …index_map for cases where there were nodes removed. Added tests.
    danielleodigie committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b961f4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac4498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a4ea26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    250876f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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

Commits on Aug 8, 2023

  1. Adding requested changes:

    - Fixing Docs
    - Fixing Maps to only have capacity of node_count
    - Fixing tests
    danielleodigie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    64dc66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc72e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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