File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ you spot any mistakes.
7676* Feature: Support opening GraphViz images on Mac OS X in default image viewer
7777 ([ #67 ] ( https://github.com/clue/graph/issues/67 ) @onigoetz )
7878
79+ * Feature: Add ` Algorithm\MinimumSpanningTree\Base::getWeight() ` to get total
80+ weight of resulting minimum spanning tree (MST).
81+ ([ #73 ] ( https://github.com/clue/graph/issues/73 ) )
82+
83+ * Feature: Each ` Algorithm\MinimumSpanningTree ` algorithm now supports
84+ undirected and mixed Graphs, as well as null weights for Edges.
85+ ([ #73 ] ( https://github.com/clue/graph/issues/73 ) )
86+
87+ * BC break: Each ` Algorithm\MinimumSpanningTree ` algorithm now throws an
88+ ` UnexpectedValueException ` for unconnected Graphs (and thus also null Graphs).
89+ ([ #73 ] ( https://github.com/clue/graph/issues/73 ) )
90+
7991* Feature: Add ` Walk::factoryFromVertices() `
8092 ([ #64 ] ( https://github.com/clue/graph/issues/64 ) ).
8193
You can’t perform that action at this time.
0 commit comments