igraph 0.11.3
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 ofGraph.is_bigraphical()
. - Fixed a bug in the Matplotlib graph drawing backend that filled the interior of undirected curved edges.