vtraag / louvain-igraph

Implementation of the Louvain algorithm for community detection with various methods for use with igraph in python.
GNU General Public License v3.0
246 stars 46 forks source link

Support python-igraph 0.11 #66

Closed szhorvat closed 7 months ago

szhorvat commented 9 months ago

Can we please have an update to support py-igraph 0.11 here as well?

szhorvat commented 8 months ago

To be clear, the change has already been made, see #65. All we need as a release. There are single cell genomics packages which use this, and they won't upgrade to python-igraph 0.11 until louvain-igraph supports it. This then has a ripple effect through the package dependency graph, holding back a potentially large portion of our userbase.

vtraag commented 7 months ago

Tagged the latest version, should be on its way to PyPI if CI goes well (as is expected).