Releases: bhargavchippada/forceatlas2
Releases · bhargavchippada/forceatlas2
ForceAtlas2 v0.3.5
Changelog
- Add igraph wrapper
- Fixes ZeroDivisionError for graph with small number of nodes
ForceAtlas2 v0.3.4
Changelog (v0.3 and v0.3.4)
- Fix rendering of README.md on the PyPi project page
- Updated setup.py file. Rebuild .c file if Cython is present
- Use the pre-generated .c file if Cython is not installed
- README.rst to README.md
- Example python notebook added
ForceAtlas2 v0.3
Changelog
- Updated setup.py file. Rebuild .c file if Cython is present
- Use the pre-generated .c file if Cython is not installed
- README.rst to README.md
- example python notebook added
ForceAtlas2 v0.2
Changelog
- Major changes in setup.py
- Fixed python2 compatibility
- MANIFEST file to include fa2/fa2util.c and fa2/fa2util.pxd files
- Updated README
ForceAtlas2 v0.1
First release
A port of Gephi’s Force Atlas 2 layout algorithm to Python 2 and Python 3 (with a wrapper for NetworkX). This is the fastest Python implementation available with most of the features complete. It also supports Barnes Hut approximation for maximum speedup.
ForceAtlas2 algorithm is really fast compared to the Fruchterman Reingold algorithm (spring layout) of NetworkX and scales well to a high number of nodes (>10000).