Skip to content

Commit

Permalink
chore: added announcement about python-igraph 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed May 8, 2024
1 parent 7cc1622 commit 3bd0dbb
Show file tree
Hide file tree
Showing 120 changed files with 776 additions and 489 deletions.
29 changes: 29 additions & 0 deletions _posts/2024-05-07-igraph-0.11.5-python.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: python-igraph 0.11.5
date: 2024-05-07
tags: python
---

[python-igraph](https://python.igraph.org/en/0.11.5/) 0.11.5, the fifth 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.12, which brings quite a few bugfixes to the Python interface. Please refer to the [changelog](https://github.com/igraph/python-igraph/releases/tag/0.11.5) 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.5.

<!--more-->

### Added

- Added a `prefixattr=...` keyword argument to `Graph.write_graphml()` that allows the user to strip the `g_`, `v_` and `e_` prefixes from GraphML files written by igraph.

### Changed

- `Graph.are_connected()` has now been renamed to `Graph.are_adjacent()`, following up a similar change in the C core. The old name of the function is deprecated but will be kept around until at least 0.12.0.
- The C core of igraph was updated to version 0.10.12.
- Deprecated `PyCObject` API calls in the C code were replaced by calls to `PyCapsule`, thanks to [@DavidRConnell](https://github.com/DavidRConnell) in [#763](https://github.com/igraph/python-igraph/pull/763)
- `get_shortest_path()` documentation was clarified by [@JDPowell648](https://github.com/JDPowell648) in [#764](https://github.com/igraph/python-igraph/pull/764)
- It is now possible to link to an existing igraph C core on MSYS2, thanks to [@Kreijstal](https://github.com/Kreijstal) in [#770](https://github.com/igraph/python-igraph/pull/770)

### Fixed

- Bugfix in the NetworkX graph conversion code by [@rmmaf](https://github.com/rmmaf) in [#767](https://github.com/igraph/python-igraph/pull/767)
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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</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 @@ -113,6 +113,10 @@ <h1 class="display-4">News</h1>
<div class="bs-sidebar affix hidden-print" role="complementary">
<ul class="nav bs-sidenav">

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

<li>
<a href="/2024/05/06/igraph-0.10.12-c.html">C/igraph 0.10.12</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2023/07/13/igraph-0.10.6-c.html">C/igraph 0.10.6</a>
</li>

<li>
<a href="/2023/06/29/igraph-0.10.5-c.html">C/igraph 0.10.5</a>
</li>

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

0 comments on commit 3bd0dbb

Please sign in to comment.