python-igraph icon indicating copy to clipboard operation
python-igraph copied to clipboard

Python interface for igraph

Results 89 python-igraph issues
Sort by recently updated
recently updated
newest added

This warning about integer vertex names still refers to version 0.11.0. We are well past that. https://github.com/igraph/python-igraph/blob/d730167645a276f6e6510e35da918b058ce99f52/src/igraph/basic.py#L61-L69

I have added a new file repositories.py under src/igraph/io/ , for the creation of graph from netzschleuder. It lets the user just specify the name of the dataset and get...

stale

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

**What is the feature or improvement you would like to see?** Can I get a timeline for supporting Python 3.14 Free Threading (`--disable-gil`)? **Use cases for the feature** `igraph` is...

There are some bidings missing, such as for methods: `igraph_count_adjacent_triangles` and `igraph_count_triangles`.

**Describe the bug** Creating a bipartite graph from a biadjacency matrix works in subtly different ways in igraph 0.11 and 1.0. **To reproduce** ``` import numpy as np m =...

**What is the feature or improvement you would like to see?** Just found this library today, have been using NetworkX to build a production solution for a set of graph...

Copilot was used to assist with the generation of some functions and explanatory texts. - [x] By submitting this pull request, I assign the copyright of my contribution to _The...

## Describe the bug The `igraphmodule_Graph_dominator` shouldn't box its return values in Python `int`s. I generally prefer to use graph libraries in such a way that there's no direct relationship...