You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Graph.vertex_coloring_greedy() to calculate a greedy vertex coloring for the graph.
Betweenness and edge betweenness scores can now be calculated for a subset of the shortest paths originating from or terminating in a certain set of vertices only.
Fixed
Fixed the drawing of VertexDendrogram instances, both in the Cairo and the Matplotlib backends.
The cutoff and normalized arguments of Graph.closeness() did not function correctly.