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

Check if nodes exist on add_edge methods #862

Merged
merged 18 commits into from
May 12, 2023

Commits on Apr 14, 2023

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

    IvanIsCoding committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8589407 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    IvanIsCoding committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7460bbb View commit details
    Browse the repository at this point in the history
  4. Add release note

    IvanIsCoding committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    762c5e2 View commit details
    Browse the repository at this point in the history
  5. Update release note

    IvanIsCoding committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    681b718 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

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

Commits on Apr 18, 2023

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

Commits on May 12, 2023

  1. Apply suggestions from code review

    Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
    IvanIsCoding and mtreinish committed May 12, 2023
    Configuration menu
    Copy the full SHA
    899bff2 View commit details
    Browse the repository at this point in the history
  2. Fix docs to work with Sphinx Theme 1.11 (Qiskit#867)

    * Fix docs to work with Sphinx Theme 1.11
    
    * Update docs/source/_templates/sidebar.html
    
    Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
    2 people authored and IvanIsCoding committed May 12, 2023
    Configuration menu
    Copy the full SHA
    43a6058 View commit details
    Browse the repository at this point in the history
  3. Turn off CI for forks (Qiskit#868)

    Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
    2 people authored and IvanIsCoding committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9fddde0 View commit details
    Browse the repository at this point in the history
  4. Fix pickle/deepcopy not preserve original edge indices (Qiskit#589)

    * fix issue Qiskit#585 that pickling graph & digraph do not preserve original edge index
    
    * fix clippy lints - collapsible_else_if
    
    * Simplify logic in __setstate__
    
    * Add release note
    
    * Fix lint
    
    ---------
    
    Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
    2 people authored and IvanIsCoding committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4c9d26e View commit details
    Browse the repository at this point in the history
  5. Bump serde from 1.0.160 to 1.0.162 (Qiskit#863)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.162.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.160...1.0.162)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
    2 people authored and IvanIsCoding committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e4d0b47 View commit details
    Browse the repository at this point in the history
  6. Add reverse inplace function for digraph (Qiskit#853)

    * added a reverse_inplace function in digraph,
    
    the function reverses the direction of the edges in the digraph
    implemented by switching the indices of the nodes in an edge.
    
    * added python tests for the reverse_inplace function.
    
    testing a simple case and a case for a large graph.
    
    * ran rust fmt and clippy, also added more detailed documentation
    
    * rename reverse_inplace to reverse
    
    * change excepts to unwraps (If this fails is because of PyO3. It panics and there is not much point in printing a message)
    
    * added tests for empty graph and graph with node removed in the middle
    
    * added interface signature for IDEs
    
    * ran cargo fmt
    
    * Fix doc syntax
    
    ---------
    
    Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
    2 people authored and IvanIsCoding committed May 12, 2023
    Configuration menu
    Copy the full SHA
    636b81e View commit details
    Browse the repository at this point in the history
  7. Bump serde from 1.0.162 to 1.0.163 (Qiskit#869)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.162 to 1.0.163.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.162...v1.0.163)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and IvanIsCoding committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0e77bf2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd5bcff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    471b998 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c352b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0cbeb35 View commit details
    Browse the repository at this point in the history