Skip to content

Commit d04948d

Browse files
fledge: Bump version to 2.2.1.9002 (#2451)
Co-authored-by: krlmlr <[email protected]>
1 parent 3e035a1 commit d04948d

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-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.9001
3+
Version: 2.2.1.9002
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: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
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

0 commit comments

Comments
 (0)