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

Update petgraph requirement from 0.6.5 to 0.7.0 #898

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Updates the requirements on petgraph to permit the latest version.

Changelog

Sourced from petgraph's changelog.

Version 0.7.0 (2024-12-31)

  • Re-released version 0.6.6 with the correct version number, as it included a major update to an exposed crate ([#664](https://github.com/petgraph/petgraph/issues/664)_).

Version 0.6.6 (2024-12-31 - yanked)

  • Add graph6 format encoder and decoder ([#658](https://github.com/petgraph/petgraph/issues/658)_)
  • Dynamic Topological Sort algorithm support ([#675](https://github.com/petgraph/petgraph/issues/675)_)
  • Add UndirectedAdaptor ([#695](https://github.com/petgraph/petgraph/issues/695)_)
  • Add LowerHex and UpperHex implementations for Dot ([#687](https://github.com/petgraph/petgraph/issues/687)_)
  • Make serde support more complete ([#550](https://github.com/petgraph/petgraph/issues/550)_)
  • Process multiple edges in the Floyd-Warshall implementation ([#685](https://github.com/petgraph/petgraph/issues/685)_)
  • Update fixedbitset to 0.5.7 ([#664](https://github.com/petgraph/petgraph/issues/664)_)
  • Fix immediately_dominated_by function called on root of graph returns root itself ([#670](https://github.com/petgraph/petgraph/issues/670)_)
  • Fix adjacency matrix for Csr and List ([#648](https://github.com/petgraph/petgraph/issues/648)_)
  • Fix clippy warnings ([#701](https://github.com/petgraph/petgraph/issues/701)_)
  • Add performance note to the all_simple_paths function documentation ([#693](https://github.com/petgraph/petgraph/issues/693)_)

.. _[#658](https://github.com/petgraph/petgraph/issues/658): petgraph/petgraph#658 .. _[#675](https://github.com/petgraph/petgraph/issues/675): petgraph/petgraph#675 .. _[#695](https://github.com/petgraph/petgraph/issues/695): petgraph/petgraph#695 .. _[#687](https://github.com/petgraph/petgraph/issues/687): petgraph/petgraph#687 .. _[#550](https://github.com/petgraph/petgraph/issues/550): petgraph/petgraph#550 .. _[#685](https://github.com/petgraph/petgraph/issues/685): petgraph/petgraph#685 .. _[#664](https://github.com/petgraph/petgraph/issues/664): petgraph/petgraph#664 .. _[#670](https://github.com/petgraph/petgraph/issues/670): petgraph/petgraph#670 .. _[#648](https://github.com/petgraph/petgraph/issues/648): petgraph/petgraph#648 .. _[#701](https://github.com/petgraph/petgraph/issues/701): petgraph/petgraph#701 .. _[#693](https://github.com/petgraph/petgraph/issues/693): petgraph/petgraph#693

Version 0.6.5 (2024-05-06)

  • Add rayon support for GraphMap ([#573](https://github.com/petgraph/petgraph/issues/573), [#615](https://github.com/petgraph/petgraph/issues/615))
  • Add Topo::with_initials method ([#585](https://github.com/petgraph/petgraph/issues/585)_)
  • Add logo to the project ([#598](https://github.com/petgraph/petgraph/issues/598)_)
  • Add Ford-Fulkerson algorithm ([#640](https://github.com/petgraph/petgraph/issues/640)_)
  • Update itertools to 0.12.1 ([#628](https://github.com/petgraph/petgraph/issues/628)_)
  • Update GraphMap to allow custom hash functions ([#622](https://github.com/petgraph/petgraph/issues/622)_)
  • Fix documentation ([#630](https://github.com/petgraph/petgraph/issues/630)_)
  • Fix clippy warnings ([#627](https://github.com/petgraph/petgraph/issues/627)_)
  • (internal) Fix remove old copyclone macro ([#601](https://github.com/petgraph/petgraph/issues/601)_)
  • (internal) Move minimum spanning tree into own module ([#624](https://github.com/petgraph/petgraph/issues/624)_)

.. _[#573](https://github.com/petgraph/petgraph/issues/573): petgraph/petgraph#573 .. _[#615](https://github.com/petgraph/petgraph/issues/615): petgraph/petgraph#615 .. _[#585](https://github.com/petgraph/petgraph/issues/585): petgraph/petgraph#585 .. _[#598](https://github.com/petgraph/petgraph/issues/598): petgraph/petgraph#598

... (truncated)

Commits
  • d057429 Release 0.7.0 (#713)
  • 13ebd7d Release 0.6.6 (#706)
  • 159341e Implement DSatur graph coloring algorithm
  • 7fa3aac fix: adjacency matrix for csr and adjacency list (#648)
  • 9fda6bb Update gitignore with possible editor extensions to ensure they do not occur ...
  • 9b5837e Allow clippy::needless_range_loop in benches
  • ad9f83c Process warnings in 'test' target
  • 4f0ddc7 Satisfy Clippy in docs lints
  • 9c5c450 Satisfy Clippy in everything except docs
  • e6401e7 Elide the lifetimes
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version.
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.7.0)

---
updated-dependencies:
- dependency-name: petgraph
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2025 03:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Dependabot PRs that update Rust code skip changelog labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Dependabot PRs that update Rust code skip changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants