igraph 0.11.4
Added
-
Added
Graph.Prufer()
to construct a graph from a Prüfer sequence. -
Added
Graph.Bipartite_Degree_Sequence()
to construct a bipartite graph from a bidegree sequence.
Fixed
-
Fixed import of
graph-tool
graphs for vertex properties where each property has a vector value. -
Graph.Adjacency()
now acceptsMatrix
instances and other sequences as an input, it is not limited to lists-of-lists-of-ints any more.