Skip to content

Commit 40ffb24

Browse files
committed
feat: added 1.0.1 C release
1 parent 8a40622 commit 40ffb24

40 files changed

+124843
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: C/igraph 1.0.1
3+
date: 2025-12-26
4+
tags: c
5+
---
6+
7+
[C/igraph](https://igraph.org/c/) 1.0.1, the first bugfix release of the 1.0 series, has arrived,
8+
with bug fixes and documentation improvements.
9+
10+
As usual, the source can be obtained from [the GitHub releases page](https://github.com/igraph/igraph/releases/tag/1.0.1).
11+
12+
A summary of changes in 1.0.1 is below.
13+
14+
<!--more-->
15+
16+
### Fixed
17+
18+
- Eliminated references to `exit()` from the igraph shared library. These were accidentally introduced into igraph 1.0.0 through Qhull and Infomap.
19+
- Eliminated references to `std::cout` from the igraph shared library, as required by CRAN.
20+
- Fixed a bug in `igraph_hub_and_authority_scores()` that printed a warning about zero entries in the result even when the number of zeros was below the threshold used in the corresponding checks.
21+
- Fixed compilation and tests when Infomap support is disabled.
22+
- Fixed rare compilation issues on some Apple systems with some non-standard compilers due to incompatibilities between defining the `_POSIX_C_SOURCE` feature test macro and standard C++ headers. Now `_DARWIN_C_SOURCE` is defined when compiling igraph on Apple systems.
23+
- Fixed inconsistent libf2c prototypes for `s_copy()` and `s_cat()`. This restores compatibility with emscripten.
24+
25+
### Other
26+
27+
- Documentation improvements.
28+
- nanoflann was updated to version 1.9.0

c/html/1.0.1/igraph-Advanced.html

Lines changed: 1163 additions & 0 deletions
Large diffs are not rendered by default.

c/html/1.0.1/igraph-Attributes.html

Lines changed: 7192 additions & 0 deletions
Large diffs are not rendered by default.

c/html/1.0.1/igraph-Basic.html

Lines changed: 3402 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)