Skip to content

Commit 24ef858

Browse files
fledge: Bump version to 2.2.1.9003 (#2459)
Co-authored-by: krlmlr <[email protected]>
1 parent 57825b8 commit 24ef858

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: igraph
22
Title: Network Analysis and Visualization
3-
Version: 2.2.1.9002
3+
Version: 2.2.1.9003
44
Authors@R: c(
55
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
66
comment = c(ORCID = "0000-0001-7098-9676")),

NEWS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22

3+
# igraph 2.2.1.9003
4+
5+
## Bug fixes
6+
7+
- Fix `alpha_centrality()` crash when `weights` is a custom attribute name (#915, #2403).
8+
9+
## Features
10+
11+
- Add `make_full_multipartite()` and `make_turan()` graph constructors (#1562, #2406).
12+
13+
- Add `count_loops()` to R interface (#1379, #2414).
14+
15+
- Add `make_circulant()` to expose `igraph_circulant()` (#1563, #2407).
16+
17+
- Add `mean_degree()` to R (#1380, #2415).
18+
19+
- `vertices()` errors on duplicate attribute names (#1248, #2430).
20+
21+
- Add `count_reachable()` function to R (#1349, #2412).
22+
23+
## Chore
24+
25+
- Auto-update from GitHub Actions (#2454).
26+
27+
328
# igraph 2.2.1.9002
429

530
## Bug fixes

0 commit comments

Comments
 (0)