Skip to content

igraph 0.11.3

Compare
Choose a tag to compare
@ntamas ntamas released this 20 Nov 11:06
· 205 commits to main since this release
ecace80

Added

  • Added Graph.__invalidate_cache() for debugging and benchmarking purposes.

Changed

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

Fixed

  • Removed incorrectly added loops=... argument of Graph.is_bigraphical().
  • Fixed a bug in the Matplotlib graph drawing backend that filled the interior of undirected curved edges.