Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jun 9, 2025

🤖 New release

  • petgraph: 0.8.2 -> 0.8.3 (✓ API compatible changes)
Changelog

0.8.3 - 2025-09-28

Bug Fixes

  • Infinite subgraph_isomorphisms_iter for empty isomorphisms (#780)
  • Algos don't work on UndirectedAdaptor (#870) (#871)
  • use a queue for SPFA (#893)
  • StableGraph::reverse breaks free lists (#890)

Documentation

  • Fix examples link in README and unify typesetting of one word (#823)
  • Add link to multigraph definition to isomorphism algos (#824)
  • Fix auxiliary space (and time) complexity of bron-kerbosch (#825)
  • Fix Typo in Operator Module Documentation (#831)
  • Sync the crate feature flags in the README and docs (#832)
  • Remove all [Generic] tags from algo docstrings (#835)
  • Fix typos in comments (#836)
  • Revamp CONTRIBUTING.md (#833)
  • Update GraphMap link in README (#857)
  • Add doc comment for Dot::with_attr_getters (#850)
  • Specify iteration order for neighbors and edges and their variants (#790)
  • Collection of Doc fixes (#856)

New Features

  • Add into_nodes_edges_iters to StableGraph (#841)
  • Add methods to reserve & shrink StableGraph capacity (#846)
  • Add Dinic's Maximum Flow Algorithm (#739)
  • make Csr::from_sorted_edges generic over edge type and properly increase edge_count in Csr::from_sorted_edges (#861)
  • Add map_owned and filter_map_owned for Graph and StableGraph (#863)
  • Add dijkstra::with_dynamic_goal (#855)
  • Fix self-loop bug in all_simple_paths and enable multiple targets (#865)
  • mark petgraph::dot::Dot::graph_fmt as public (#866)
  • Add bidirectional Dijkstra algorithm (#782)

Performance

  • Make A* tie break on lower h-values (#882)

Refactor

  • add examples for scc algorithms and reorganize into dedicated module (#830)
  • Remove unnecessary trait bounds from impls/methods (#828)
  • replace uses of 'crate::util::zip' with 'core::iter::zip' (#849)
  • Fix clippy (and other) lints (#851)
  • Cleanup repo (#854)
  • replace crate::util::enumerate with Iterator::enumerate (#881)

Testing

  • Add dependency list for 'quickcheck' feature (#822)
  • Fix feature cfg capitalization in doctest (#852)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch 4 times, most recently from d83fe1d to 2722a39 Compare June 16, 2025 12:22
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch 9 times, most recently from 7526239 to 48c652c Compare June 23, 2025 19:22
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch 4 times, most recently from 30d2697 to 13584c1 Compare July 5, 2025 16:35
@RaoulLuque RaoulLuque added C-tracking-issue An issue/PR that collects information about a broad development initiative S-run-thorough-ci-tests Status: This PR contains changes which require the thorough CI test jobs (miri) labels Jul 6, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch 2 times, most recently from 556c747 to fff7a19 Compare July 13, 2025 13:03
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch 7 times, most recently from 51b3ccf to 765ed70 Compare July 31, 2025 13:00
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch from 765ed70 to b90612f Compare August 26, 2025 15:31
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch from b90612f to 90bc903 Compare September 3, 2025 06:45
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch 6 times, most recently from 4d12c6d to bc71a74 Compare September 13, 2025 12:49
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch 4 times, most recently from 0f2dfe0 to 5758810 Compare September 23, 2025 12:41
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch 4 times, most recently from cca4c9b to 7c30b08 Compare September 28, 2025 19:20
@github-actions github-actions bot force-pushed the release-plz-2025-06-09T15-36-04Z branch from 7c30b08 to b5ff42f Compare September 28, 2025 19:46
@RaoulLuque
Copy link
Member

I would say we can merge the PR and release 0.8.3., what do you think @starovoid ?

@RaoulLuque RaoulLuque added this to the 0.8.3 milestone Sep 30, 2025
@starovoid
Copy link
Collaborator

I would say we can merge the PR and release 0.8.3., what do you think @starovoid ?

We are ready!🥳

@RaoulLuque RaoulLuque marked this pull request as ready for review September 30, 2025 13:02
@RaoulLuque RaoulLuque added this pull request to the merge queue Sep 30, 2025
Merged via the queue into master with commit 1629035 Sep 30, 2025
11 checks passed
@RaoulLuque RaoulLuque deleted the release-plz-2025-06-09T15-36-04Z branch September 30, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-tracking-issue An issue/PR that collects information about a broad development initiative S-run-thorough-ci-tests Status: This PR contains changes which require the thorough CI test jobs (miri)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants