File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-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.9001
3+ Version: 2.2.1.9002
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.9002
4+
5+ ## Bug fixes
6+
7+ - Use ` LC_ALL=C ` instead of ` LOCALE=C ` in ` deps.mk ` (#2446 , #2447 ).
8+
9+ ## Features
10+
11+ - Add autogeneration for all C functions currently in use (#2424 , #2442 ).
12+
13+ ## Chore
14+
15+ - Format.
16+
17+ - Ensure args are named.
18+
19+ ## Continuous integration
20+
21+ - Fix final status as set by Copilot \[ ci skip\] .
22+
23+ ## Documentation
24+
25+ - More instructions \[ ci skip\] .
26+
27+ ## Refactoring
28+
29+ - Switch from ` .Call() ` to autogenerated ` _impl ` functions (#2434 , #2443 ).
30+
31+ ## Testing
32+
33+ - Add structured tests alongside snapshot tests for ALL \_ impl functions in test-aaa-auto.R (#2448 , #2449 ).
34+
35+ ## Uncategorized
36+
37+ - Merge branch 'cran-2.2.1'.
38+
39+
340# igraph 2.2.1.9001
441
542## Bug fixes
You can’t perform that action at this time.
0 commit comments