igraph 2.1.2
Bug fixes
-
adjacent_vertices()
andincident_edges()
are now correct if the"return.vs.es"
option isFALSE
(@stibu81, #1605, #1606). -
Fix protection errors reported by rchk (#1592).
-
Fix the incorrect handling of the
sample
parameter insample_motifs()
and ensure that the defaultsample.size
is integer (#1568).
Documentation
-
Clarify what type of graph each community detection function supports.
-
Improve
?read_graph
and?write_graph
documentation. -
Improve
all_simple_paths()
documentation. -
cluster_optimal()
does support directed graphs.