-
Notifications
You must be signed in to change notification settings - Fork 456
Pull requests: petgraph/petgraph
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
chore: reduce published package size with cargo diet
#1002
opened Jul 29, 2026 by
dreyfus92
Loading…
fix: correct undirected edge count in Generator::all without self-loops
#1000
opened Jul 8, 2026 by
teddytennant
Loading…
fix: removed unnecessary trait on is_bipartite_undirected function
#997
opened Jun 16, 2026 by
viniciusdutra314
Loading…
fix: avoid duplicating self-loops in UndirectedAdaptor
#990
opened Apr 22, 2026 by
BerqiaMouad
Loading…
feat: Add rayon parallel iterators for node and edge weights
#988
opened Apr 13, 2026 by
mtreinish
Contributor
Loading…
perf: Kruskal's iterator creation 2x faster via O(E) bottom-up heapify
#986
opened Apr 4, 2026 by
viniciusdutra314
Loading…
feat: Implemented the Knuth-Szwarcfiter algorithm to find all topological sorts
#982
opened Mar 20, 2026 by
kulach
Loading…
fix: correct edge_count for undirected graphs created using csr::from_sorted_edges
#951
opened Jan 29, 2026 by
viniciusdutra314
Loading…
refactor: Remove unnecessary trait bounds for
articulation_points
#949
opened Jan 23, 2026 by
tlaakkonen
Loading…
feat: Expose mutable Edge Weight iterators for MatrixGraph
#946
opened Jan 21, 2026 by
RaoulLuque
Member
Loading…
feat(core): Implement new traits on 'old' Graphs
#944
opened Jan 18, 2026 by
RaoulLuque
Member
Loading…
feat: Add Display Implementation for NodeIndex<Ix> and EdgeIndex<Ix> whenever Ix: Display.
#941
opened Jan 8, 2026 by
RaoulLuque
Member
Loading…
feat(algo): Lexicographical topological sort
#940
opened Jan 2, 2026 by
lenianiva
Loading…
3 tasks done
Previous Next
ProTip!
Filter pull requests by the default branch with base:master.