Skip to content

Version 2.2 (PyPI)

Latest

Choose a tag to compare

@magnanim magnanim released this 06 Aug 16:35
· 4 commits to master since this release
  • Added resolution parameter and weights to generalised Louvain.

  • Fixed set_values() to allow multiple actors to be specified.

  • Small updates to documentation.

  • Updated layer degree correlation: the correlation is now computed on the degree, not the number of neighbours. That is, if a vertex V has two incident edges V -> U and V <- U, its degree with mode INOUT is 2 (it was previously 1, as the neighbour is the same).

  • Updated clique percolation: fixed a missing duplicate check (potentially leading to redundant sub-communities being returned) and now automatically discarding directionality if executed on a directed graph.