vtraag / leidenalg

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

Upgrade: Allow also python-igraph 0.11 #164

Closed vtraag closed 5 months ago

vtraag commented 5 months ago

This fixes #163. If I'm not mistaken, leidenalg can support working with python-igraph 0.10 and 0.11. I've also updated the C core to 0.10.8 (used in CI to build binary wheels), which shouldn't affect working with either python-igraph 0.10 or 0.11.

All tests pass locally for both python-igraph 0.10 and 0.11. Once CI passes, I'll merge, bump and release.

szhorvat commented 5 months ago

Can you please merge and release? :-)