Updates maintainer contact details.
add methods for multiplex community detection from a list of graphs (requires leidenalg 0.7.1)
add support for maximum community size (depends on leidenalg 0.8.2), if available
add support for bipartite graphs (requires leidenalg 0.6.1 or later)
changes to install python leidenalg from vtraag channel on Windows
bug fixes to install documentation
improve automated conda configuration in background on loading library
optionally derive edge weights from the Laplacian matrix
see development version: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16223
added support for passing weighted igraph objects
improved handling of sparse matrices
bug fixes to ensure same results from matrix and igraph methods
method for sparse matrices that passes to igraph without casting to dense
added seed and n_iterations to find_partitions
Implements calling leiden directly on an igraph object
Separate methods for igraph objects and adjacency matrices
Support for sparse matrices
Benchmarking added to vignettes