From 5ea0e9c92ead6d2bf4c4fc7954bea86b880eeed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Briatte?= Date: Wed, 26 Apr 2023 21:46:31 +0200 Subject: [PATCH] close #91 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 723be88..dd7cf49 100755 --- a/README.md +++ b/README.md @@ -659,6 +659,7 @@ __Note:__ searching for ‘@’ will return all Twitter accounts listed on this - [PyGraphistry](https://github.com/graphistry/pygraphistry) - Python library to extract, transform, and visually explore big graphs. - [python-igraph](http://igraph.org/python/) - Python version of the igraph network analysis package. - [python-louvain](http://perso.crans.org/aynaud/communities/) - A solid implementation of Louvain community detection algorithm. +- [scipy.sparse.csgraph](https://docs.scipy.org/doc/scipy/reference/sparse.csgraph.html#module-scipy.sparse.csgraph) - Fast graph algorithms based on sparse matrix representations. - [Snap.py](http://snap.stanford.edu/snappy/index.html) - A Python interface for SNAP (a general purpose, high performance system for analysis and manipulation of large networks). - [SnapVX](https://github.com/snap-stanford/snapvx) - A convex optimization solver for problems defined on a graph. - [tnetwork](https://github.com/Yquetzal/tnetwork) - Python library for temporal networks, and dynamic community detection in particular.