igraph 0.9.9
Changed
- Vendored igraph was updated to version 0.9.6.
Fixed
-
Fixed a performance bottleneck in
VertexSeq.select()
andEdgeSeq.select()
for the case when theVertexSeq
or theEdgeSeq
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)