Skip to content

Commit 564b513

Browse files
fledge: Bump version to 2.2.1.9001 (#2444)
Co-authored-by: krlmlr <[email protected]>
1 parent 65f9786 commit 564b513

File tree

2 files changed

+78
-1
lines changed

2 files changed

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

3+
# igraph 2.2.1.9001
4+
5+
## Bug fixes
6+
7+
- Fix matrix lists for output.
8+
9+
## Features
10+
11+
- Add `invalidate_cache()` to R interface (#1387, #2416).
12+
13+
- All arguments in calls to `_impl()` functions are named (#2423).
14+
15+
## Chore
16+
17+
- Use `Rx_` prefix for manually generated functions.
18+
19+
- Clarify error testing preference \[ci skip\].
20+
21+
- Ignore \[ci skip\].
22+
23+
- Use `_impl` variants instead of inline `.Call()` for five functions with changed C signatures (#2428, #2429).
24+
25+
- Format \[ci skip\].
26+
27+
- Expand remaining `_impl` aliases (#2422).
28+
29+
- Remove unused `NTIMER` and `NPRINT` macro definitions (#1095, #2405).
30+
31+
- Cleanup.
32+
33+
- Request math notation.
34+
35+
### deps
36+
37+
- Bump jinja2 from 3.1.2 to 3.1.6 in /tools/py-stimulus (#2401).
38+
39+
- Replace `_impl` aliases in `R/flow.R` (#2347, #2379).
40+
41+
- Autogenerated file looks more like as if it was formatted with `air` (#2395).
42+
43+
## Continuous integration
44+
45+
- Run daily vendoring to avoid noise \[ci skip\].
46+
47+
- Snapshots \[ci skip\].
48+
49+
- Use proper actor name \[ci skip\].
50+
51+
- Reduce contention by running big matrices overnight.
52+
53+
- Add workflow to auto-assign to Copilot.
54+
55+
- Run running sanitizer only on cran branches to avoid pipeline contention.
56+
57+
## Documentation
58+
59+
- More instructions \[ci skip\].
60+
61+
- More instructions \[ci skip\].
62+
63+
- More instructions \[ci skip\].
64+
65+
- More instructions \[ci skip\].
66+
67+
- Experimental.
68+
69+
- New code \[ci skip\].
70+
71+
- Add GitHub Copilot instructions and expand AGENTS.md (#2397, #2400).
72+
73+
## Refactoring
74+
75+
- Replace `_impl` aliases with explicit wrapper functions in `R/topology.R` (#2366, #2398).
76+
77+
- Replace \_impl aliases in R/other.R (#2355, #2388).
78+
79+
380
# igraph 2.2.1.9000
481

582
## Chore

0 commit comments

Comments
 (0)