Skip to content

Conversation

mtreinish
Copy link
Member

This commit bumps the petgraph version used in rustworkx to the latest release 0.8.1. This is technically an api change for rustworkx-core as some of the generics (mostly around MatrixGraph) changed, but also because now when building rustworkx-core only petgraph 0.8.1 objects are accepted and older releases are no longer compatible with rustworkx-core. This is not generally an issue if you use the rustworkx-core petgraph re-export at rustworkx_core::petgraph, but as 0.8.1 does contain some api changes users will need to account for those when upgrading to rustworkx-core 0.17.0.

This commit bumps the petgraph version used in rustworkx to the latest
release 0.8.1. This is technically an api change for rustworkx-core as
some of the generics (mostly around MatrixGraph) changed, but also
because now when building rustworkx-core only petgraph 0.8.1 objects are
accepted and older releases are no longer compatible with
rustworkx-core. This is not generally an issue if you use the
rustworkx-core petgraph re-export at ``rustworkx_core::petgraph``, but
as 0.8.1 does contain some api changes users will need to account for
those when upgrading to rustworkx-core 0.17.0.
@IvanIsCoding IvanIsCoding enabled auto-merge April 8, 2025 22:14
@coveralls
Copy link

Pull Request Test Coverage Report for Build 14344533599

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.337%

Totals Coverage Status
Change from base Build 14322211388: 0.0%
Covered Lines: 18505
Relevant Lines: 19410

💛 - Coveralls

@IvanIsCoding IvanIsCoding added this pull request to the merge queue Apr 8, 2025
Merged via the queue into Qiskit:main with commit 9fda230 Apr 8, 2025
31 checks passed
@mtreinish mtreinish deleted the bump-petgraph-8 branch April 9, 2025 00:03
SILIZ4 pushed a commit to SILIZ4/rustworkx that referenced this pull request Jul 4, 2025
This commit bumps the petgraph version used in rustworkx to the latest
release 0.8.1. This is technically an api change for rustworkx-core as
some of the generics (mostly around MatrixGraph) changed, but also
because now when building rustworkx-core only petgraph 0.8.1 objects are
accepted and older releases are no longer compatible with
rustworkx-core. This is not generally an issue if you use the
rustworkx-core petgraph re-export at ``rustworkx_core::petgraph``, but
as 0.8.1 does contain some api changes users will need to account for
those when upgrading to rustworkx-core 0.17.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants