igraph 0.9.11
Added
- We now publish
musllinux
wheels on PyPI.
Changed
- Vendored igraph was updated to version 0.9.9.
Fixed
-
Graph union and intersection (by name) operators now verify that there are no duplicate names within the individual graphs.
-
Fixed a memory leak in
Graph.union()
when edge maps were used; see #534 for details. -
Fixed a bug in the Cairo and Matplotlib backends that prevented edges with labels from being drawn properly; see #535 for details.