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

release compatible with igraph >= 0.10? #112

Closed jboynyc closed 1 year ago

jboynyc commented 1 year ago

Currently the igraph dependency is pinned to a version < 0.10. This means packages depending on leidenalg cannot use the latest igraph releases.

Any chance of a new release of this package? And, in case there are blockers, are there any I could help with?

vtraag commented 1 year ago

Hi John! Sorry, I hadn't gotten around to updating leidenalg yet after the 0.10 release of python-igraph. I intend to do that today, so hopefully that'll be solved by the end of the day.

vtraag commented 1 year ago

Version 0.9.0 was just pushed to PyPI, the version will soon enough also propagate to Anaconda. I'll close the issue for now. If you run into any issues with the new release, let me know!