Skip to content

igraph 0.10.4

Compare
Choose a tag to compare
@ntamas ntamas released this 28 Jan 13:24
· 436 commits to main since this release
b6ebd8e

Added

  • 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.