Skip to content

Commit e84c3bd

Browse files
fledge: Bump version to 2.2.1.9004 (#2475)
Co-authored-by: krlmlr <[email protected]>
1 parent b3cc2a6 commit e84c3bd

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-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.9003
3+
Version: 2.2.1.9004
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: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22

3+
# igraph 2.2.1.9004
4+
5+
## Bug fixes
6+
7+
- Use `"weights"` edge attribute in `modularity()` if available.
8+
9+
- Safer `.dd` generation.
10+
11+
## Features
12+
13+
- Use snake_case in arguments to `_impl` functions (#2461, #2462).
14+
15+
- Add `make_wheel()` to expose `igraph_wheel()` (#1561, #2409).
16+
17+
- Add `transitive_closure()` function (#1350, #2413).
18+
19+
## Chore
20+
21+
- Auto-update from GitHub Actions (#2473).
22+
23+
- Document `.Call()` usage \[ci skip\].
24+
25+
- Rename to `igraph_arg_match()`, instructions.
26+
27+
- Fix autogeneration for writing functions.
28+
29+
- Sync autogen.
30+
31+
## Testing
32+
33+
- Fix snapshots.
34+
35+
- Fix snapshots for `expect_snapshot_igraph_error()`.
36+
37+
## ai
38+
39+
- Merge \[ci skip\].
40+
41+
- Tags \[ci skip\].
42+
43+
- Prefer `GATTR` \[ci skip\].
44+
45+
346
# igraph 2.2.1.9003
447

548
## Bug fixes

0 commit comments

Comments
 (0)