igraph 0.9.10
Changed
- Vendored igraph was updated to version 0.9.8.
Fixed
-
Fixed plotting of curved edges in the Cairo plotting backend.
-
setup.py
now looks forigraph.pc
recursively invendor/install
; this fixes building igraph from source in certain Linux distributions -
Graph.shortest_paths()
does not crash with zero-length weight vectors any more -
Fix a memory leak in
Graph.delete_vertices()
and other functions that convert a list of vertex IDs internally to anigraph_vs_t
object, see #503 for details. -
Fixed potential memory leaks in
Graph.maximum_cardinality_search()
,Graph.get_all_simple_paths()
,Graph.get_subisomorphisms_lad()
,Graph.community_edge_betweenness()
, as well as theunion
andintersection
operators. -
Fix a crash that happened when subclassing
Graph
and overriding__new__()
in the subclass; see #496 for more details. -
Documentation now mentions that we now support graphs of size 5 or 6 for isomorphism / motif calculations if the graph is undirected