File tree Expand file tree Collapse file tree 2 files changed +44
-1
lines changed Expand file tree Collapse file tree 2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 11Package: igraph
22Title: Network Analysis and Visualization
3- Version: 2.2.1.9003
3+ Version: 2.2.1.9004
44Authors@R: c(
55 person("Gábor", "Csárdi", , "
[email protected] ", role = "aut",
66 comment = c(ORCID = "0000-0001-7098-9676")),
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments