v1.1.0
ForceAtlas2 v1.1.0
New user-facing tools built on the v1.0 core.
New
- Simple API —
from fa2.easy import layout, visualize— edge list in, positions out - CLI —
python -m fa2 layout/render/metricswith JSON/CSV input and stdin support - Visualization —
plot_layout()for 2D/3D,export_layout()for PNG/SVG/JSON/GEXF/GraphML - Quality metrics —
stress(),edge_crossing_count(),neighborhood_preservation() - MCP server — AI agent tools for graph layout (
pip install fa2[mcp]) - Mode presets —
"community","hub-dissuade","compact"for common use cases
Install
pip install fa2==1.1.0 # core
pip install fa2[viz]==1.1.0 # + matplotlib
pip install fa2[mcp]==1.1.0 # + MCP serverFull Changelog: v1.0.1...v1.1.0