1. 7ddb4ed 0.4.2 by bluss · 7 years ago 0.4.2 petgraph@v0.4.2
  2. 01960f3 impl PartialEq for NegativeCycle by bluss · 7 years ago
  3. 906a474 Merge pull request #118 from jmcomets/partialeq-cycle by bluss · 7 years ago
  4. f0b3881 Implement PartialEq for algo::Cycle by Jean-Marie Comets · 7 years ago
  5. 87dcdde Move the visit module's main file. by bluss · 7 years ago
  6. b6084f0 Implement Walker for &mut W where W: Walker by bluss · 8 years ago
  7. e19067c Clarify edge direction for GraphMap by Björn · 8 years ago
  8. 9264b25 Simplify and speed up index_twice by bluss · 8 years ago
  9. 6d14883 Add benchmark for add_edge by bluss · 8 years ago
  10. af2edae Update to quickcheck 0.4 by bluss · 8 years ago
  11. 530f7f3 Reshape implementation-internal EdgesMut to be a walker by bluss · 8 years ago
  12. 59a80f4 0.4.1 by bluss · 8 years ago petgraph@v0.4.1
  13. 62e7aa7 dominators: Add module short description and tweak notation by bluss · 8 years ago
  14. 4496b9d Merge pull request #104 from fitzgen/dominators by bluss · 8 years ago
  15. 4eefc01 Add support for computing dominators by Nick Fitzgerald · 8 years ago
  16. 61acbbc Merge pull request #102 from atk/clippy by bluss · 8 years ago
  17. 5001e12 addressed comments by Alex Lohr · 8 years ago
  18. 1c5a087 fixed some clippy warnings by Alex Lohr · 8 years ago
  19. 23fce19 Update html_root_url for docs by bluss · 8 years ago
  20. 473f628 0.4.0 by bluss · 8 years ago petgraph@v0.4.0
  21. 44ae564 IntoNodeReferences for NodeFiltered by bluss · 8 years ago
  22. 53a3eab ControlFlow: No default implementation for should_break by bluss · 8 years ago
  23. 7178c3b Change is_cyclic_directed to use a recursive implementation by bluss · 8 years ago
  24. 68a8945 Adjust scc tests for being order-significant by bluss · 8 years ago
  25. 04c7f2f Merge pull request #100 from bluss/edgefiltered by bluss · 8 years ago
  26. ffa8a54 Upgrade ControlFlow to the better version used in permutohedron by bluss · 8 years ago
  27. ce11355 Edit doc by bluss · 8 years ago
  28. 794b021 Change bellman-ford to use IntoEdgeReferences by bluss · 8 years ago
  29. d3ca5f0 Improve tests for bellman-ford by bluss · 8 years ago
  30. cfb6623 Use .find() instead of .filter().next() (Idea by clippy team) by bluss · 8 years ago
  31. 48d530a Fixup for loop style by bluss · 8 years ago
  32. bb50dc2 Remove now-redundant .clone() calls by bluss · 8 years ago
  33. 8b4724a Edit docs by bluss · 8 years ago
  34. 3f67f9a Update reversed doc by bluss · 8 years ago
  35. 3b6d743 Use Walker trait for general Walker -> Iterator support. by bluss · 8 years ago
  36. 696961b Remove AsUndirected by bluss · 8 years ago
  37. 67a25b1 csr: update docs by bluss · 8 years ago
  38. facedc0 Fix doc for Csr::edges() by bluss · 8 years ago
  39. b17c170 bellman-ford: update doc by bluss · 8 years ago
  40. 13ef2cd scc: update doc by bluss · 8 years ago
  41. 38969ae filter_eleents: Update doc by bluss · 8 years ago
  42. 479c600 Reorder typarms by bluss · 8 years ago
  43. 9b42b4f filtered: No default impls for the filter traits by bluss · 8 years ago
  44. 3c80186 IntoEdges: Require IntoNeighbors, and improve docs by bluss · 8 years ago
  45. 0be1a4b Remove now-redundant PartialEq bounds by bluss · 8 years ago
  46. 645568b GraphBase change: Require PartialEq from NodeId, EdgeId by bluss · 8 years ago
  47. 05ef0a9 Rewrite toposort to use kosaraju's algorithm by bluss · 8 years ago
  48. 1fb7fe7 Remove the IntoExternals trait by bluss · 8 years ago
  49. 43d789f Implement DataMap for NodeFiltered and remove it for EdgeFiltered by bluss · 8 years ago
  50. c62353e Implement IntoEdges for NodeFiltered by bluss · 8 years ago
  51. 0924d8e Rename Filtered → NodeFiltered, and rename associated iterator types by bluss · 8 years ago
  52. cb0b4a0 depth_first_search: Order typarms and where clauses by bluss · 8 years ago
  53. 266c461 Add graph adaptor EdgeFiltered by bluss · 8 years ago
  54. f8d44b5 Simplify remove sections by bluss · 8 years ago
  55. 0279594 Remove printlns in filter_elements by bluss · 8 years ago
  56. f045a5b Merge pull request #99 from bluss/crazy-macro-shenanigans by bluss · 8 years ago
  57. 10eaf4c Csr: simplify out_degree by bluss · 8 years ago
  58. 863b6d2 Fix .travis by bluss · 8 years ago
  59. d5e3199 Finally rename test file from ograph ("owned graph") to graph.rs by bluss · 8 years ago
  60. def517b Rename to ReversedEdgeReference by bluss · 8 years ago
  61. 58054bd Renmae Prop → GraphProp by bluss · 8 years ago
  62. c39cb1a coding style in depth_first_search by bluss · 8 years ago
  63. 3afce6f Add dfs quickcheck by bluss · 8 years ago
  64. ab23bcd Change dfs Time to use usize by bluss · 8 years ago
  65. 8b69fe0 Split the tests/iso.rs file into tests and benches by bluss · 8 years ago
  66. dc33c80 Edit doc by bluss · 8 years ago
  67. 4c1d7fb Change dijkstra again to use a closure to get the edge cost by bluss · 8 years ago
  68. fd0196b Rename scc → kosaraju_scc by bluss · 8 years ago
  69. f992ff1 Fix cfg-gating for default features by bluss · 8 years ago
  70. 889c686 ElementIterator for I: ?Sized by bluss · 8 years ago
  71. 3b7032c Improve GetAdjacencyMatrix for Graph and impl for StableGraph by bluss · 8 years ago
  72. c0ead7a IntoEdges for Frozen by bluss · 8 years ago
  73. 8f57850 Require NodeCount in NodeCompactIndexable by bluss · 8 years ago
  74. b094c1f Add doc for EdgeRef by bluss · 8 years ago
  75. 6a8d635 Add .filter_elements(), an adaptor that can filter streams of Element by bluss · 8 years ago
  76. bef5958 Update doc for Element by bluss · 8 years ago
  77. 0a93fd8 Rm explicit node_weight_mut for Frozen, since it's there through a trait by bluss · 8 years ago
  78. 008c545 Prop for StableGraph and Csr by bluss · 8 years ago
  79. 4950eb7 Create, FromElements for GraphMap. Change Create to not require DataMap by bluss · 8 years ago
  80. e338881 Build for GraphMap by bluss · 8 years ago
  81. f1f2997 algo: No NodeCount for toposort by bluss · 8 years ago
  82. 9830730 doc for graph traversal by bluss · 8 years ago
  83. ef887bd Update quickchecks to compile for .edges() changes by bluss · 8 years ago
  84. 10631ba Add EdgeRef to prelude by bluss · 8 years ago
  85. fa80ab9 Implement IntoEdges for Graph, GraphMap: They now produce "EdgeRef" values by bluss · 8 years ago
  86. 19b06a4 Update dijkstra to use IntoEdges for edge weights by bluss · 8 years ago
  87. bb5c16b Generalize bellman_ford to all float edges by bluss · 8 years ago
  88. cc463be Change Csr::from_sorted_edges to use Result for the return type. by bluss · 8 years ago
  89. c50b413 Csr: add doc for neighbors by bluss · 8 years ago
  90. 58a50f6 NodeCompactIndexable for Reversed and GraphMap by bluss · 8 years ago
  91. d02bf9e Graph building traits for StableGraph by bluss · 8 years ago
  92. 339411c DataMut/DataMapMut for Reversed by bluss · 8 years ago
  93. cd82f2b Update docs by bluss · 8 years ago
  94. e0abc82 Implement IntoNodeIdentifiers for Filtered by bluss · 8 years ago
  95. bc543a4 Remove node_count in IntoNodeIdentifiers by bluss · 8 years ago
  96. 116878a Move Dfs and so on into their own file under visit by bluss · 8 years ago
  97. 416293b Additional doc for data traits, also require Default in Create by bluss · 8 years ago
  98. 11f29d1 Implement IntoEdges for StableGraph by bluss · 8 years ago
  99. b683e83 Add doc for IntoEdges by bluss · 8 years ago
  100. f47800d visit: Fix docs for templated traits by bluss · 8 years ago