1. 7e7868a Use 'dyn' on trait objects in quickcheck code. by Bruce Mitchener · 4 years, 8 months ago
  2. 65b6ba6 Use 'dyn' on trait objects. by Bruce Mitchener · 4 years, 8 months ago
  3. f8cb9cf Add GraphContentOnly config for dot by Simon Doppler · 4 years, 8 months ago
  4. cdf8d80 Bump minimum Rust version tested to 1.37. by Bruce Mitchener · 4 years, 8 months ago
  5. 57b3124 Merge pull request #259 from noctune/csr-add-node-bug by bluss · 4 years, 8 months ago
  6. 16a9918 Add a test for the new function by Gedl · 5 years ago
  7. a1747af Implement an edges_connecting(a, b) iterator for Graph #53 by Gedl · 5 years ago
  8. 2b6082b Fix typo in documentation by Gedl · 5 years ago
  9. 459da85 Remove Travis support for 1.15, bump minimum to 1.25. by Bruce Mitchener · 4 years, 9 months ago
  10. bb9d087 Fix typos. by Bruce Mitchener · 4 years, 9 months ago
  11. 65e25c5 tests: Fix dot test by not including whitespace. by Bruce Mitchener · 4 years, 9 months ago
  12. dcd4956 chore: Update itertools to 0.8 by Igor Gnatenko · 5 years ago
  13. dab2dbf Fix bug where adding node to csr graph stole existing edges by Mike Pedersen · 4 years, 9 months ago
  14. e583069 Add test for adding nodes to a csr graph with existing edges by Mike Pedersen · 4 years, 9 months ago
  15. 06efa46 Added `equiv()` function for more easily readable equivalence testing by Nicholas Miklaucic · 5 years ago
  16. 25baf7c Merge pull request #233 from abreis/impl-from-edgeindex by bluss · 5 years ago
  17. a77005b Merge pull request #232 from abreis/stablegraph-contains-edge by bluss · 5 years ago
  18. 08fecc9 Add missing impl to EdgeIndex by Andre Braga Reis · 5 years ago
  19. 2754b86 Implement contains_edge() for StableGraph by Andre Braga Reis · 5 years ago
  20. a248e8f Merge pull request #213 from jrraymond/optimize-is_isomorphic by Justin Raymond · 5 years ago
  21. 476331e Merge pull request #209 from khuey/prune by bluss · 5 years ago
  22. 4f66dda Merge pull request #113 from bluss/walker-mut by bluss · 5 years ago
  23. f385429 Merge pull request #212 from ksadorf/master by bluss · 5 years ago
  24. 8eeebca Merge pull request #215 from sbstp/dot-escape by bluss · 5 years ago
  25. 91cba8b MAINT: Also test Rust 1.25 in travis by bluss · 5 years ago
  26. 05adbf3 FIX: quickcheck support without including rand by bluss · 5 years ago
  27. 268c8c5 Merge pull request #227 from zimond/update-dependencies by bluss · 5 years ago
  28. 3ce4266 MAINT: Remove Rust 1.12 from .travis file by bluss · 5 years ago
  29. ce3313d FIX: Simplify code in EdgeFilteredNeighborsDirected by bluss · 5 years ago
  30. 777443a Merge pull request #219 from kettlebell/master by bluss · 5 years ago
  31. 1147022 Fix IntoNeighborsDirected for EdgeFiltered under undirected graphs by Timothy Ling · 5 years ago
  32. 185b53d upgrade bincode, indexmap, quickcheck and rand by zimond · 5 years ago
  33. 2a9daea Merge pull request #226 from iBelieve/master by bluss · 5 years ago
  34. 8e9348c Add StableGraph::externals() to mirror Graph by Michael Spencer · 5 years ago
  35. e0466ad Address review comments. by Kyle Huey · 6 years ago
  36. bb4f336 Implement ControlFlow for Result<C, E> C: ControlFlow instead of just Result<(), E>. by Kyle Huey · 6 years ago
  37. c458b8a Add support for pruning nodes from a DFS. by Kyle Huey · 6 years ago
  38. 2889bcb 0.4.13 by bluss · 6 years ago 0.4.13 petgraph@v0.4.13
  39. 98d07cf Merge pull request #224 from bluss/fix-find-map by bluss · 6 years ago
  40. 8dd7d21 FIX: conflict with now-stable method Iterator::find_map by bluss · 6 years ago
  41. 5277936 Update filter.rs for old rustc versions by kettlebell · 6 years ago
  42. bf1c4d7 Implement IntoNeighborsDirected for EdgeFiltered(#202) by Timothy Ling · 6 years ago
  43. 93e7c12 remove explicit return by Justin Raymond · 6 years ago
  44. 7efabca Fix some clippy warnings (#216) by Jonas Bushart · 6 years ago
  45. 1397636 escape backslashes inside of graphviz labels by Simon Bernier St-Pierre · 6 years ago
  46. a1fc676 add trait bound for older rust versions by Justin Raymond · 6 years ago
  47. 89eedc6 remove recursive try_match impl by Justin Raymond · 6 years ago
  48. 4c91204 iterative version by Justin Raymond · 6 years ago
  49. d585cab Add doc for dijkstra by Noé Gaumont · 6 years ago
  50. 2d59885 Add doc for condensation by Noé Gaumont · 6 years ago
  51. 38c51d1 Add NegativeCycle example with Undirected graph by Noé Gaumont · 6 years ago
  52. 0a502fb Add comments to astar and bllman_ford by Noe Gaumont · 6 years ago
  53. 1603eac graph isomorphism tests by Justin Raymond · 6 years ago
  54. a02ff05 Add documentation for CSR Class (#211) by Gaumont Noé · 6 years ago
  55. a0478c0 FEAT: Add Hash impl for Time by bluss · 6 years ago petgraph@v0.4.12
  56. 1af6a86 Merge pull request #206 from bluss/minor-maint-fixes by bluss · 6 years ago
  57. b081370 MAINT: Fix syntax of .travis.yml by bluss · 6 years ago
  58. 70f7309 DOC: Small improvements to docs for Frozen by bluss · 6 years ago
  59. de664ca MAINT: Skip serialization tests on Rust 1.15 travis too by bluss · 6 years ago
  60. 718ca3e MAINT: Fix testing on Rust 1.12 using cuviper's trick again by bluss · 6 years ago
  61. 8e3542a DOC: Small fix in StableGraph::retain_edges by bluss · 6 years ago
  62. 90df37c Merge pull request #200 from fitzgen/contributing by bluss · 6 years ago
  63. 748efc5 Add an issue template by Nick Fitzgerald · 6 years ago
  64. ab99550 Encourage algo implementers to join the team by Nick Fitzgerald · 6 years ago
  65. 94c6816 Add a CONTRIBUTING file by Nick Fitzgerald · 6 years ago
  66. 7e5580a 0.4.11 by bluss · 6 years ago 0.4.11 petgraph@v0.4.11
  67. 9497903 Merge pull request #197 from bluss/future-compat-warning by bluss · 6 years ago
  68. d86623a FIX: Fix future compat warning with raw pointer casts by bluss · 6 years ago
  69. ea95d87 Merge pull request #188 from waywardmonkeys/remove-unnecessary-double-parentheses by bluss · 6 years ago
  70. deb83e3 clippy: Remove unnecessary double parentheses. by Bruce Mitchener · 6 years ago
  71. d575abc Merge pull request #187 from waywardmonkeys/fix-markdown-warning by bluss · 6 years ago
  72. 7ba505c Fix markdown warning with current Rust. by Bruce Mitchener · 6 years ago
  73. f790519 Merge pull request #181 from shepmaster/typo by bluss · 7 years ago
  74. a92f5ab Typo by Jake Goulding · 7 years ago
  75. 507190a MAINT: Update bincode in serialization tests to 0.9 by bluss · 7 years ago
  76. 8913001 BUG: Fix that NodeReferences wasn't visible under petgraph::graph by bluss · 7 years ago
  77. 7700764 0.4.10 by bluss · 7 years ago 0.4.10 petgraph@v0.4.10
  78. 9370b91 Merge pull request #177 from bluss/into-edges-directed by bluss · 7 years ago
  79. 9a28c9c FEAT: Add IntoEdgesDirected trait by bluss · 7 years ago
  80. 12e1d75 MAINT: Clean up the trait template and delegation macros by bluss · 7 years ago
  81. bdc7546 FEAT: Update itertools dev-dep to 0.7.0 by bluss · 7 years ago
  82. e11a9fd FEAT: Use OrderMap 0.3 (#172) by bluss · 7 years ago
  83. 47afbf1 0.4.9 by bluss · 7 years ago 0.4.9 petgraph@v0.4.9
  84. e465d3d MAINT: Add microbenches for stable graph's retain_nodes/edges by bluss · 7 years ago
  85. 46ee2bc MAINT: Add test for StableGraph::retain_edges by bluss · 7 years ago
  86. 35bb77a FEAT: Implement shrink for StableGraph by bluss · 7 years ago
  87. 92a9d4e FEAT: Speed up Graph, StableGraph::map by bluss · 7 years ago
  88. 29efa15 MAINT: Use cloned() in tests by bluss · 7 years ago
  89. 8fa8469 Modify bellman_ford to work with undirected graphs, and add quickcheck test (#152) by carrutstick · 7 years ago
  90. 9776452 0.4.8 by bluss · 7 years ago 0.4.8 petgraph@v0.4.8
  91. 43a6e55 Merge pull request #171 from bluss/filter-map-try-3 by bluss · 7 years ago
  92. 89ef1cc FEAT: Add StableGraph::clear_edges by bluss · 7 years ago
  93. cdedb69 FEAT: Add StableGraph::retain_edges by bluss · 7 years ago
  94. 981e918 Merge pull request #170 from bluss/filter-map-try-3 by bluss · 7 years ago
  95. 89a1836 MAINT: Add qc test for StableGraph::filter_map by bluss · 7 years ago
  96. be81014 DOC: Add code comments for StableGraph free lists by bluss · 7 years ago
  97. f0d19f7 DOC: Add doc for StableGraph::filter_map by bluss · 7 years ago
  98. a78900c FEAT: Add StableGraph::filter_map by bluss · 7 years ago
  99. ca87fdb DOC: Fixup From<StableGraph> doc by bluss · 7 years ago
  100. da442a9 DOC: Merge changelog entries from 0.2 branch by bluss · 7 years ago