Skip to content

v1.1.0

Choose a tag to compare

@bhargavchippada bhargavchippada released this 22 Mar 18:43
· 5 commits to master since this release
a251579

ForceAtlas2 v1.1.0

New user-facing tools built on the v1.0 core.

New

  • Simple APIfrom fa2.easy import layout, visualize — edge list in, positions out
  • CLIpython -m fa2 layout/render/metrics with JSON/CSV input and stdin support
  • Visualizationplot_layout() for 2D/3D, export_layout() for PNG/SVG/JSON/GEXF/GraphML
  • Quality metricsstress(), 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 server

Full Changelog: v1.0.1...v1.1.0