python-igraph
python-igraph copied to clipboard
Python interface for igraph
I used Cody for the functions. - [x] By submitting this pull request, I assign the copyright of my contribution to _The igraph development team_.
**Describe the bug** The documentation for Edge (https://python.igraph.org/en/main/api/igraph.Edge.html) is incomplete. It fails to mention `source`, `target`, `tuple`, `graph`, `index`, `source_vertex` at all, among other things. **To reproduce** Just view the...
**Describe the bug** The formatting of warnings does not play well with the punctuation standard we use in the C core (i.e. that all warning messages should end in a...
Expose the `length` parameter of `community_edge_betweenness()`, in accordance with C/igraph 1.0. This will provide backwards compatibility with the previous "weights" parameter which indicated lengths, not strengths.
Dear developers and contributors of igraph, It's so fortunate for me to find this wonderful package. Thank you for your maintenance for igraph. Recently, I try to plot a network...
It appears that CHANGELOG.md, CONTRIBUTORS.md, and CITATION.cff are not present in [igraph-0.11.9.tar.gz](https://github.com/igraph/python-igraph/releases/download/0.11.9/igraph-0.11.9.tar.gz) whereas they are present in the [Source code](https://github.com/igraph/python-igraph/archive/refs/tags/0.11.9.tar.gz).
**Describe the bug** Sugiyama layout seems to have more coordinates than vertices, with the top ones being the actual good coords. **To reproduce** ```python import random; import igraph as ig...
The python-igraph documentation includes a gallery of example applications: https://python.igraph.org/en/stable/tutorials/index.html This issue is to implement more examples. If you have ideas for examples, post them here. For inspiration, you may...
Used Chatgpt for understanding the functions and theory around the mathematical process. - [x] By submitting this pull request, I assign the copyright of my contribution to _The igraph development...