Skip to content

Commit

Permalink
chore: added python-igraph 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Jul 8, 2024
1 parent 840f07b commit 9945ea4
Show file tree
Hide file tree
Showing 123 changed files with 786 additions and 498 deletions.
29 changes: 29 additions & 0 deletions _posts/2024-07-08-igraph-0.11.6-python.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: python-igraph 0.11.6
date: 2024-05-07
tags: python
---

[python-igraph](https://python.igraph.org/en/0.11.6/) 0.11.6, the sixth 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.13, which brings a few bugfixes and also a few new functions to the Python interface. Please refer to the [changelog](https://github.com/igraph/python-igraph/releases/tag/0.11.6) 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](https://pypi.org/project/igraph/0.11.3/).

Read on for more details about the changes in version 0.11.6.

<!--more-->

### Added

- Added `Graph.Hypercube()` for creating n-dimensional hypercube graphs.
- Added `Graph.Chung_Lu()` for sampling from the Chung-Lu model as well as several related models.
- Added `Graph.is_complete()` to test if there is a connection between all distinct pairs of vertices.
- Added `Graph.is_clique()` to test if a set of vertices forms a clique.
- Added `Graph.is_independent_vertex_set()` to test if some vertices form an independent set.
- Added `Graph.mean_degree()` for a convenient way to compute the average degree of a graph.

### Changed

- The C core of igraph was updated to version 0.10.13.
- `Graph.rewire()` now attempts to perform edge swaps 10 times the number of edges by default.
- Error messages issued when an attribute is not found now mention the name and type of that attribute.

8 changes: 4 additions & 4 deletions docs/2006/01/30/igraph-0.1-c.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/01/30/igraph-0.1-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/01/30/igraph-0.1-r.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/08/18/igraph-0.2-c.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/08/18/igraph-0.2-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/08/18/igraph-0.2-r.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/08/18/igraph-mailing-lists-c.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/08/23/igraph-0.2.1-c.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/08/23/igraph-0.2.1-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/08/23/igraph-0.2.1-r.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/12/19/igraph-0.3.2-c.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/12/19/igraph-0.3.2-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2006/12/19/igraph-0.3.2-r.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2007/01/08/Python-interface-documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2007/02/28/igraph-0.3.3-c.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/2007/02/28/igraph-0.3.3-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 class="display-4">News</h1>
<a href="/2024/05/21/rigraph-2.0.0.html">The igraph R package crossed the 2.0 threshold!</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.6-python.html">python-igraph 0.11.6</a>
</li>

<li>
<a href="/2024/05/07/igraph-0.11.5-python.html">python-igraph 0.11.5</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/11/17/igraph-0.10.8-c.html">C/igraph 0.10.8</a>
</li>

<li>
<a href="/2023/09/12/igraph-0.10.8-python.html">python-igraph 0.10.8</a>
</li>

<li>
<a href="">&hellip;</a>
</li>
Expand Down
Loading

0 comments on commit 9945ea4

Please sign in to comment.