Skip to content

igraph 1.0.0

Latest

Choose a tag to compare

@ntamas ntamas released this 23 Oct 12:22
b16f276

Added

  • Added Graph.Nearest_Neighbor_Graph().

  • Added node_in_weights argument to Graph.community_leiden().

  • Added align_layout() to align the principal axes of a layout nicely with screen dimensions.

  • Added Graph.commnity_voronoi().

  • Added Graph.commnity_fluid_communities().

Changed

  • The C core of igraph was updated to version 1.0.0.

  • Most layouts are now auto-aligned using align_layout().

  • Dropped support for PyPy 3.9 and PyPy 3.10 as they are now EOL.

Miscellaneous

  • Documentation improvements.

  • This is the last version that supports Python 3.9 as it will reach its end of life at the end of October 2025.

Full Changelog: 0.11.9...1.0.0