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

Re-org functionality into exposed utils #203

Merged
merged 4 commits into from
Jan 11, 2022
Merged

Re-org functionality into exposed utils #203

merged 4 commits into from
Jan 11, 2022

Commits on Jan 11, 2022

  1. fix bug where equality was checking using is (which checks memory loc…

    …) which prevents class overloading and re-mapping. Switched to a simple module + class name mapping as those should still be unique
    ncilfone committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    bf7fba9 View commit details
    Browse the repository at this point in the history
  2. moved some functionality not specific to the Graph class to the utils…

    … so they can be exposed
    ncilfone committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5c90d37 View commit details
    Browse the repository at this point in the history
  3. linted

    ncilfone committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    4dc0297 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48b5c95 View commit details
    Browse the repository at this point in the history