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 rustworkx backend #111

Merged
merged 27 commits into from
Mar 11, 2024
Merged

Add rustworkx backend #111

merged 27 commits into from
Mar 11, 2024

Commits on Feb 29, 2024

  1. Update graph.py to support set_backend function

    I also made a fuction to see the available backends and get the current backend
    Jnelen committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    34702f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Apply private _available_backends suggestions from code review

    This commit contains the suggested changes regarding making the available_backends variable private, and refactoring the get_available_backends method to available_backends
    
    Co-authored-by: Rocco Meli <[email protected]>
    Jnelen and RMeli authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    42c3015 View commit details
    Browse the repository at this point in the history
  2. Print warning when backend is already set + make sure we use _availab…

    …le_backends everywhere where possible
    Jnelen committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a79aa0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d906de View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. make _validate_backend function

    print warning when a certain backend isn't installed
    Jnelen committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3f50f8f View commit details
    Browse the repository at this point in the history
  2. Use precommit hooks

    add __all__ back
    refactor _alias_backendDict to _alias_to_backend
    Jnelen committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    bced3a3 View commit details
    Browse the repository at this point in the history
  3. Update ValueError message

    Co-authored-by: Rocco Meli <[email protected]>
    Jnelen and RMeli authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    806d5cb View commit details
    Browse the repository at this point in the history
  4. Don't return the backend when setting it

    Co-authored-by: Rocco Meli <[email protected]>
    Jnelen and RMeli authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7dfac0e View commit details
    Browse the repository at this point in the history
  5. Add dummy function to make mypy happy

    remove __all__ assignment
    Jnelen committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    35623cb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    e5eec8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f71f288 View commit details
    Browse the repository at this point in the history
  3. add cli backend selection

    RMeli committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f2718e5 View commit details
    Browse the repository at this point in the history
  4. cleanup

    RMeli committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2eb60c7 View commit details
    Browse the repository at this point in the history
  5. changelog

    RMeli committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5b65f7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2796ad9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bcafe8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d490c5 View commit details
    Browse the repository at this point in the history
  9. add rx to ci

    RMeli committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9d46921 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba043e6 View commit details
    Browse the repository at this point in the history
  11. add back graphtool

    RMeli committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    28d885c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    f516a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a4901d View commit details
    Browse the repository at this point in the history
  3. Update test_molecule.py

    RMeli authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    73ae948 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. update readme

    RMeli committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4125ad5 View commit details
    Browse the repository at this point in the history
  2. updated changelog

    RMeli committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    06b9c95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f90f9a View commit details
    Browse the repository at this point in the history