Fabio Zanini
Fabio Zanini
**Describe the bug** During #529 @szhorvat noticed matrices are allocated dynamically in a few places where a static allocation would do and reduce the risk of memory leaks. @ntamas found...
First chunk of functions to be floated up to the Python interface from the C core, as planned in #389. Some of this stuff in the C core is not...
We should aim, as a continuous self-improvement kind of goal, to close the gap in function availability between the igraph C core and the Python interface. To help with that,...
**What is the feature or improvement you would like to see?** There's been a discussion on progress bars in #485 that deserves its own issue. **Use cases for the feature**...
Hi all, I am trying to explore the possibility of adding an API layer that lets `networkx`/`graph-tool`/`` folks use `igraph` functions transparently, e.g.: ```python import networkx as nx import igraph...
#### Reference issue Aims to close #9389 #### What does this implement/fix? Moves the result of Kolmogorov-Smirnov tests (1 or 2 samples) to a "tuple bunch" with two additional attributes:...
**What is the feature or improvement you would like to see?** Using a custom artist simplifies a few things when plotting or animating graphs in matplotlib. @tacaswell just referred me...
**What is the feature or improvement you would like to see?** Having a boolean associated to each vertex/edge that makes them mostly invisible to algorithms but reversibly (they can be...
Hi all, My initial attempts at building a Jupyter notebook version of our `tutorial.rst` using `sphinx-gallery`. See the discussion in #667 for further info. **NOTE**: This PR is not meant...
Taken from #638 where @alex180500 requests matplotlib plots where vertices (e.g. circles) do not become ellipses upon stretching the x-axis. Here is his example, which reproduces on my machine: ```python...