* Added Katz centrality * Refactor connectivity module into paths and topology * Refactor Diffusion into Dirichlet * Added parsers for adjacency list TSV and GraphML * Added shortest paths and distances
0.17.0
Not secure
-------------------
* Add clustering by label propagation * Add models * Add function to build graph from edge list * Change a parameter in SVG visualization functions * Minor corrections
0.16.0
Not secure
-------------------
* Refactor basics module into connectivity * Cython version for label propagation * Minor corrections
0.15.2
Not secure
-------------------
* Clarified requirements * Minor corrections
0.15.1
Not secure
-------------------
* Added OpenMP support for all platforms
0.15.0
Not secure
-------------------
* Updated ranking module : new pagerank solver, new HITS params, post-processing * Polynomes in linear algebra * Added meta.name attribute for Bunch * Minor corrections