About igraph releases and other things
python-igraph 0.11.3, the third bugfix release of the 0.11 series, has arrived. The primary reason for this release is to update the C core of igraph to 0.10.8, which brings quite a few bugfixes to the Python interface. This release also fixes a bug in the Matplotlib backend with curved undirected edges. Please refer to the changelog for more details.
The preferred way of installing the Python interface is via pip
; typing pip install igraph
should install a pre-compiled Python wheel on most supported platforms (Windows, Linux and macOS). The pre-compiled wheels and the source code are also available from the Python Package Index page.
Read on for more details about the changes in version 0.11.3, including those that became possible by updating the C core to 0.10.8.
Graph.__invalidate_cache()
for debugging and benchmarking purposes.size
is now dropped, and support for the font
edge parameter is added. See http://mrvar.fdv.uni-lj.si/pajek/DrawEPS.htm for more information. Invalid/unrecognized parameters are now converted to igraph attributes by the reader, but just as before, they are not output by the writer.\n
and "
, respectively).loops=...
argument of Graph.is_bigraphical()
.Graph.induced_subgraph()
no longer cause a crash.Graph.subisomorphic_lad()
now returns a single null map when the pattern is the null graph.Graph.maxflow()
now returns an error code if the source and target vertices are the same. It used to get stuck in an infinite loop in earlier versions.