Louvain Igraph Versions Save

Implementation of the Louvain algorithm for community detection with various methods for use with igraph in python.

0.6.1

6 years ago
  • Minor corrections to documentation
  • Added doctest to examples in documentation
  • Removed trailing semicolons throughout code
  • Corrected some errors in CPMVertexPartition.Bipartite

0.6.0

6 years ago
  • Major API changes, now exposing actual classes and optimisation routine.
  • Improved algorithm, now runs faster and finds better solutions.
  • Improved error handling, doing more type checking.
  • Improved documentation throughout, now done using Sphinx and available from readthedocs.org.
  • Now includes testing module, available through python setup.py test.

v0.5.3

8 years ago
  • Fixed bug concerning weights (were rounded to integers).
  • Improved documentation.
  • Included an HOWTO on extending the current package.
  • Fixed some minor bugs.