Sourced from petgraph's changelog.
Version 0.7.1 (2025-01-08)
- Do not unnecessarily restrict
indexmap
version ([#714](https://github.com/petgraph/petgraph/issues/714)
_)- Export
UndirectedAdaptor
([#717](https://github.com/petgraph/petgraph/issues/717)
_).. _
[#714](https://github.com/petgraph/petgraph/issues/714)
: petgraph/petgraph#714 .. _[#717](https://github.com/petgraph/petgraph/issues/717)
: petgraph/petgraph#717Version 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
andUpperHex
implementations forDot
([#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
andList
([#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#693Version 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)
_)
... (truncated)
2765d2a
Release 0.7.1 (#722)d341db9
ci: downgrade hashbrown rather than limiting indexmap (#714)73c64b6
Make UndirectedAdaptor & inner G pub (#717)d057429
Release 0.7.0
(#713)13ebd7d
Release 0.6.6
(#706)159341e
Implement DSatur graph coloring algorithm7fa3aac
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 benchesad9f83c
Process warnings in 'test' target