vtraag / leidenalg

Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.
GNU General Public License v3.0
575 stars 77 forks source link

Update to igraph 0.10.1. #113

Closed vtraag closed 1 year ago

vtraag commented 1 year ago

Mostly had to correct for the transition of many igraph_vector_t to igraph_vector_int_t for vectors of edge/vertex indices.