Open daxpryce opened 4 years ago
hi @daxpryce are you folks still thinking of releasing the Rust implementation?
it's available via a python interface in graspologic, the sucessor to this package https://github.com/graspologic-org/graspologic the underlying rust implementation lives in https://github.com/graspologic-org/graspologic-native
it is as @bdpedigo said!
Leiden University advanced the community identification algorithm first developed by Universite catholique de Louvain in the paper From Louvain to Leiden: guaranteeing well-connected communities, as well as provided a Java reference implementation released under the MIT license.
We now have a working version of this written in Rust and can use pyo3 to provide it as a native Python module. This should be pulled into topologic for others to use.
It should be noted that this initial release is still somewhat fluid, but we're excited to bring this to everyone!