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
sampleparameter insample_motifs()and ensure that the defaultsample.sizeis integer (#1568).
Documentation
-
Clarify what type of graph each community detection function supports.
-
Improve
?read_graphand?write_graphdocumentation. -
Improve
all_simple_paths()documentation. -
cluster_optimal()does support directed graphs.