1. 397b9fc Version 0.5.1 by Anton Kochkov · 4 years ago main master 0.5.1 petgraph@v0.5.1
  2. 445c7ac Add 0.5.1 release changes by Anton Kochkov · 4 years ago
  3. d625ea6 Fix some clippy warnings (#348) by Nicholas Sim · 4 years ago
  4. 75e902e Fix Travis CI build (#350) by Anton Kochkov · 4 years ago
  5. debac23 Travis CI deprecated `sudo` keyword - remove by Anton Kochkov · 4 years ago
  6. 33049ec Fix typo in describing ensure_len function by Franz · 4 years ago
  7. 446d9b1 [visit] access original edge reference from a reversed edge by Rain · 4 years ago
  8. 1230a67 Run cargo fmt by Rain · 4 years ago
  9. 0fa0c2b Add configurable functions for adding attributes to dotfile features by Timothy Hobbs · 4 years, 4 months ago
  10. c1e9589 Impl node_weights_mut and edge_weights_mut methods for StableGraph by Wenping Guo · 4 years, 3 months ago
  11. db13810 Add benchmark for dijkstra algo by Benoit Walter · 4 years, 3 months ago
  12. 8efdcab Dijkstra: only add next node into the heap when needed by Benoit Walter · 4 years, 3 months ago
  13. 0c95112 docs: note that depth_first_search also works for Result. by matt rice · 4 years, 6 months ago
  14. b3d7aed Fix formatting for visit/filter.rs by Anton Kochkov · 4 years, 2 months ago
  15. 75af24c run cargo fmt by Mathieu Besançon · 4 years, 4 months ago
  16. c4e2bde [visit] add FilterNode impls for &FixedBitSet and &HashSet by Rain · 4 years, 6 months ago
  17. a43b248 add documentation for remove_node by r3drock · 4 years, 4 months ago
  18. 712b548 Fixing spelling. by David Sanders · 4 years, 3 months ago
  19. 93eb324 Remove comment by Kevin Per · 4 years, 8 months ago
  20. 2ee8b37 Implement `is_bipartite_graph` by Kevin Per · 4 years, 10 months ago
  21. b7599a4 Fix typo in StableGraph::edge_indices doc by t-mw · 4 years, 4 months ago
  22. 412d2c7 Fix typo in explaining of shorthand types by max_well · 4 years, 4 months ago
  23. db05791 feat: Implement Default for traversals by Markus Westerlind · 4 years, 4 months ago
  24. 00ab7df [graph] export EdgesConnecting publicly by Rain · 4 years, 4 months ago
  25. 233c291 [readme] update changelog to indicate breaking changes by Rain · 4 years, 4 months ago
  26. 8503e45 Prepare for 0.5.0 release by Anton Kochkov · 4 years, 4 months ago 0.5.0 petgraph@v0.5.0
  27. 1ef6bac Check also the formatting in CI by Anton Kochkov · 4 years, 4 months ago
  28. b48818f Merge pull request #305 from XVilka/fmt by Anton Kochkov · 4 years, 4 months ago
  29. e37f44a Apply cargo fmt by Anton Kochkov · 4 years, 4 months ago
  30. 1102680 refactored tests by Marcel Hellwig · 4 years, 6 months ago
  31. f25eee5 code refactoring with std::cmp::Ordering by Marcel Hellwig · 4 years, 6 months ago
  32. fc2b03e some more clippy lints by Marcel Hellwig · 4 years, 6 months ago
  33. e1925a8 remove redundant field names in struct init by Marcel Hellwig · 4 years, 6 months ago
  34. 035f13f remove unneeded `fn main` from doctests by Marcel Hellwig · 4 years, 6 months ago
  35. 4f8d70d remove 'static lifetime from constant strings by Marcel Hellwig · 4 years, 6 months ago
  36. 9e56361 Merge pull request #304 from crgl/iterative-dfs-bug by Anton Kochkov · 4 years, 4 months ago
  37. ea44fda Merge pull request #301 from sunshowers/direction by Anton Kochkov · 4 years, 5 months ago
  38. b4dc9d9 Merge pull request #303 from carrutstick/master by Anton Kochkov · 4 years, 5 months ago
  39. b5368d4 Add test for dfs order by Charles Gleason · 4 years, 5 months ago
  40. 0fae246 Fix bug in order of iterative dfs by Charles Gleason · 4 years, 5 months ago
  41. a54694f Track nodes in min_spanning_tree by index instead of ID by Isaac Carruthers · 4 years, 5 months ago
  42. 2631ecc Modify minimum spanning tree iterator so that node indices in edge elements match the order of emitted node elements by Isaac Carruthers · 4 years, 5 months ago
  43. 4275ad2 visit: implement IntoEdges and IntoEdgesDirected for Reversed by Rain · 4 years, 5 months ago
  44. c373416 Improve IntoEdgesDirected and edges_directed for undirected graphs by Rain · 4 years, 6 months ago
  45. d4681ea Merge pull request #300 from JohnHeitmann/lib-doc by Anton Kochkov · 4 years, 5 months ago
  46. 2ea514d Switch to an example that uses Graph instead of GraphMap by John Heitmann · 4 years, 5 months ago
  47. 73f21ce Use an explicit UnGraphMap dependency by John Heitmann · 4 years, 5 months ago
  48. 99866a6 Polish lib docs. by John Heitmann · 4 years, 5 months ago
  49. 45e8d93 Merge pull request #286 from petgraph/graphmap-neighbors-directed by bluss · 4 years, 7 months ago
  50. 2ab5a73 Merge pull request #277 from fan-tom/simple_paths by bluss · 4 years, 7 months ago
  51. 7af83f3 Make indexmap required dep by Alexey Gerasimov · 4 years, 8 months ago
  52. b0ef46b Get rid of ref in signature by Alexey Gerasimov · 4 years, 8 months ago
  53. f92d462 Get rid of hardcoded graph type, migrate to `visit` traits by Alexey Gerasimov · 4 years, 8 months ago
  54. a47f7ed Correctly test iterators equality Remove debug prints by Alexey Gerasimov · 4 years, 8 months ago
  55. 3042762 Add all_simple_paths algorithm by Alexey Gerasimov · 4 years, 8 months ago
  56. 8ee1517 Merge pull request #237 from manuelmauro/master by bluss · 4 years, 7 months ago
  57. 6cabfc4 GraphMap: include self loops in incoming edges (tests) by Jean-Marie Comets · 4 years, 7 months ago
  58. 16529a0 Fix edges_connecting docs by Gedl · 4 years, 7 months ago
  59. 34d348b Implement EdgesConnecting filtering Edges iterator by Gedl · 4 years, 7 months ago
  60. 584463a Rename MultipleEdges iterator as EdgesConnecting by Gedl · 4 years, 7 months ago
  61. cb6420b Merge pull request #273 from ultrasaurus/doc-indices by bluss · 4 years, 7 months ago
  62. ebc7a9c Merge pull request #285 from petgraph/update-fixedbitset by bluss · 4 years, 7 months ago
  63. 4158e62 MAINT: Update fixedbitset by bluss · 4 years, 7 months ago
  64. e39f0f9 FIX: Include self loops in incoming edges by bluss · 4 years, 7 months ago
  65. 98fb3ff Merge pull request #173 from jmcomets/adjacency-matrix-v2 by Jean-Marie Comets · 4 years, 7 months ago
  66. 7e9ab26 MatrixGraph: don't allocate in `remove_node()` by Jean-Marie Comets · 4 years, 8 months ago
  67. 180fbd8 MatrixGraph: rename `with_nodes()` to `with_capacity()` by Jean-Marie Comets · 4 years, 8 months ago
  68. b9ee083 MatrixGraph: allow specifying the index type `Ix` by Jean-Marie Comets · 4 years, 8 months ago
  69. 5b3df18 MatrixGraph: add missing docs by Jean-Marie Comets · 4 years, 9 months ago
  70. 63030e2 MatrixGraph: implement Index/IndexMut for edges by Jean-Marie Comets · 4 years, 8 months ago
  71. 882e962 MatrixGraph: implement Build naively by Jean-Marie Comets · 4 years, 8 months ago
  72. bbccc9b MatrixGraph: allow specifying nullable edges' `NullE` container by Jean-Marie Comets · 6 years ago
  73. 8e3c5f3 MatrixGraph: add initial implementation by Jean-Marie Comets · 7 years ago
  74. 133799e clarify index documentation by Sarah Allen · 4 years, 9 months ago
  75. 0df25de Merge pull request #280 from jmcomets/bench-factories by Jean-Marie Comets · 4 years, 8 months ago
  76. 61b30b4 Move factories to common/ folder by Jean-Marie Comets · 4 years, 8 months ago
  77. 43f3f16 Use factories to run benches on sample graphs by Jean-Marie Comets · 4 years, 8 months ago
  78. 9a153c2 Merge pull request #279 from jmcomets/unionfind-benches by bluss · 4 years, 8 months ago
  79. fabca66 Add basic benches for algorithms using UnionFind by Jean-Marie Comets · 4 years, 9 months ago
  80. e79e940 Merge pull request #278 from petgraph/unionfind-perf by bluss · 4 years, 8 months ago
  81. a58d075 Merge pull request #236 from nicholas-miklaucic/master by bluss · 4 years, 8 months ago
  82. e1b40ba FEAT: Improve performance of UnionFind's find_mut by bluss · 4 years, 8 months ago
  83. d10a476 MAINT: Update travis link in readme for repo move by bluss · 4 years, 8 months ago
  84. 3fe7635 Merge pull request #275 from ultrasaurus/node_indices-doc by bluss · 4 years, 8 months ago
  85. 5034ff5 inline doc example for node_indices by Sarah Allen · 4 years, 8 months ago
  86. 35b4448 MAINT: Update repository url to new under petgraph organization by bluss · 4 years, 9 months ago
  87. ec0ceea Fix extra semicolon warning on nightly. by Bruce Mitchener · 4 years, 9 months ago
  88. 1b5c96d Merge pull request #272 from bluss/index-types by bluss · 4 years, 9 months ago
  89. f330572 Revert "Don't suggest use of usize instead of u32" by bluss · 4 years, 9 months ago
  90. 8e83ce6 clippy: Fix write/writeln warnings. by Bruce Mitchener · 4 years, 9 months ago
  91. 3eb26f3 Fix markdown warnings when building docs. by Bruce Mitchener · 4 years, 9 months ago
  92. 723802c Enable 2018 edition by Anton Kochkov · 5 years ago
  93. 2b8e559 Specify _ name for function arguments by Anton Kochkov · 4 years, 9 months ago
  94. 0d6fcdc Switch from try! to *? syntax by Anton Kochkov · 4 years, 9 months ago
  95. 8f90637 Switch to "use crate::" syntax by Anton Kochkov · 4 years, 9 months ago
  96. 2363824 Update to quickcheck 0.8 by Bruce Mitchener · 4 years, 9 months ago
  97. 3ddb55a Revert "chore: Update quickcheck to 0.8" by Bruce Mitchener · 4 years, 9 months ago
  98. fdb7ae9 chore: Update quickcheck to 0.8 by Igor Gnatenko · 5 years ago
  99. a535249 Don't suggest use of usize instead of u32 by Marcel Hellwig · 5 years ago
  100. 3336bb7 Fix unused variable warning in current rustc. by Bruce Mitchener · 4 years, 9 months ago