Skip to content

igraph 0.9.9

Compare
Choose a tag to compare
@ntamas ntamas released this 10 Jan 14:46

Changed

  • Vendored igraph was updated to version 0.9.6.

Fixed

  • Fixed a performance bottleneck in VertexSeq.select() and EdgeSeq.select() for the case when the VertexSeq or the EdgeSeq represents the whole graph. See #494 for more details.

  • Edge labels now take the curvature of the edge into account, thanks to @Sriram-Pattabiraman. (#457)