[Debian-med-packaging] Bug#985838: ITP: python-leidenalg -- Python3 implementation of the Leiden algorithm in C++

Andreas Tille tille at debian.org
Wed Mar 24 17:52:50 GMT 2021


Package: wnpp
Severity: wishlist

Subject: ITP: python-leidenalg -- Python3 implementation of the Leiden algorithm in C++
Package: wnpp
Owner: Andreas Tille <tille at debian.org>
Severity: wishlist

* Package name    : python-leidenalg
  Version         : 0.8.3
  Upstream Author : Vincent Traag
* URL             : https://github.com/vtraag/leidenalg
* License         : GPL-3+
  Programming Lang: C
  Description     : Python3 implementation of the Leiden algorithm in C++
 This package implements the Leiden algorithm in C++ and exposes it to
 Python. It relies on igraph for it to function. Besides the relative
 flexibility of the implementation, it also scales well, and can be run
 on graphs of millions of nodes (as long as they can fit in memory). The
 core function is find_partition which finds the optimal partition using
 the Leiden algorithm, which is an extension of the Louvain algorithm for
 a number of different methods. The methods currently implemented are
 .
  1. modularity,
  2. Reichardt and Bornholdt's model using the configuration null model
     and the Erdös-Rényi null model,
  3. the Constant Potts model (CPM),
  4. Significance and finally
  5. Surprise.
 .
 In addition, it supports multiplex partition optimisation allowing
 community detection on for example negative links or multiple time
 slices. There is the possibility of only partially optimising a
 partition, so that some community assignments remain fixed. It also
 provides some support for community detection on bipartite graphs.

Remark: This package is maintained by Debian Med Packaging Team at
   https://salsa.debian.org/med-team/python-leidenalg


More information about the Debian-med-packaging mailing list