NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. The potential audience includes mathematicians, physicists, biologists, computer scientists, and social scientists.
| Tags | Scientific/Engineering Mathematics Bioinformatics |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


No changes have been submitted for this release.


Changes: An update of the Dijstra algorithm code. dfs_successor now calls the proper search method. This release has changed to list compehension in DiGraph.reverse() for Python 2.3 compatibility. The Barabasi-Albert graph generator has been fixed. Attempts to add a self loop should add a node even if parallel edges not allowed.


No changes have been submitted for this release.