Skip to content

Commit

Permalink
added C/igraph 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Feb 13, 2024
1 parent a1199e5 commit e9f8e35
Show file tree
Hide file tree
Showing 170 changed files with 132,065 additions and 7,845 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ all: jekyll
.PHONY: all core c r python jekyll devserver

# Default doc version
CVERSION?=0.10.9
CVERSION?=0.10.10
RVERSION?=1.3.5
PYVERSION?=0.10.1

# Available versions
CVERSIONS ?= '0.9.0 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.10.0 0.10.1 0.10.2 0.10.3 0.10.4 0.10.5 0.10.6 0.10.7 0.10.8 0.10.9 master develop'
CVERSIONS ?= '0.9.0 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.10.0 0.10.1 0.10.2 0.10.3 0.10.4 0.10.5 0.10.6 0.10.7 0.10.8 0.10.9 0.10.10 master develop'
RVERSIONS ?= '1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5'
PYVERSIONS ?= '0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.9.11 0.10.0 0.10.1'
PYCVERSIONS ?= '0.9.4 0.9.4 0.9.4 0.9.6 0.9.8 0.9.9 0.10.0 0.10.1'
Expand Down
29 changes: 29 additions & 0 deletions _posts/2024-02-13-igraph-0.10.10-c.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: C/igraph 0.10.10
date: 2024-02-13
tags: c
---

[C/igraph](https://igraph.org/c/) 0.10.10, the ninth bugfix release of the 0.10 series, has arrived.

The source can be obtained from [the GitHub releases page](https://github.com/igraph/igraph/releases/tag/0.10.10).

This is primarily a maintenance release with bug fixes, in particular a caching issue in `igraph_is_forest()`.

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

<!--more-->

### Fixed

- When `igraph_is_forest()` determined that a graph is not a directed forest, and the `roots` output parameter was set to `NULL`, it would incorrectly cache that the graph is also not an undirected forest.
- `igraph_spanner()` now correctly ignores edge directions, and no longer crashes on directed graphs.

### Deprecated

- `igraph_are_connected()` is renamed to `igraph_are_adjacent()`; the old name is kept available until at least igraph 1.0.

### Other

- Documentation improvements.

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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.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/02/13/igraph-0.10.10-c.html">C/igraph 0.10.10</a>
</li>

<li>
<a href="/2024/02/02/igraph-0.10.9-c.html">C/igraph 0.10.9</a>
</li>
Expand Down Expand Up @@ -149,10 +153,6 @@ <h1 class="display-4">News</h1>
<a href="/2022/12/30/igraph-0.10.3-c.html">C/igraph 0.10.3</a>
</li>

<li>
<a href="/2022/12/21/igraph-0.6.5-mma.html">IGraph/M 0.6.5</a>
</li>

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

0 comments on commit e9f8e35

Please sign in to comment.