We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e465d3d commit 47afbf1Copy full SHA for 47afbf1
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "petgraph"
4
-version = "0.4.8"
+version = "0.4.9"
5
license = "MIT/Apache-2.0"
6
authors = [
7
"bluss",
README.rst
@@ -26,6 +26,12 @@ Crate feature flags:
26
Recent Changes
27
--------------
28
29
+- 0.4.9
30
+
31
+ - Fix ``bellman_ford`` to work correctly with undirected graphs (#152) by
32
+ @carrutstick
33
+ - Performance improvements for ``Graph, Stablegraph``'s ``.map()``.
34
35
- 0.4.8
36
37
- ``StableGraph`` learned new methods nearing parity with ``Graph``. Note
0 commit comments