Skip to content

Commit 53246eb

Browse files
committed
NEWS and CRAN comments
1 parent 5e26f75 commit 53246eb

2 files changed

Lines changed: 17 additions & 234 deletions

File tree

NEWS.md

Lines changed: 16 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,45 @@
22

33
# igraph 2.0.3
44

5-
## Bug fixes
6-
7-
- Fix `rglplot(edge_label = )` (#1267).
5+
See <https://github.com/igraph/rigraph/blob/3299d31/src/vendor/cigraph/CHANGELOG.md> for a complete changelog of the bundled C core, and <https://github.com/igraph/rigraph/compare/f3fa58b..3299d31#diff-aeb78e0159780a9b26daabaf6f95f450b0cfec7161fc735f27ad69145a57dc84> for the changes since the igraph 2.0.1.
6+
(A permanent link to the most recent changelog of the C core used in the R package is
7+
<https://github.com/igraph/rigraph/blob/main/src/vendor/cigraph/CHANGELOG.md>.)
88

99
## Features
1010

11+
- GMP is no longer a dependency (#1256), libxml2 (#1282) and glpk are optional.
12+
- Update vendored sources to igraph/igraph@857a125069c226f266562b3781b82833fe1d59d9.
1113
- New `voronoi_cells()` to compute the Voronoi partitioning of a graph (#1173).
1214

13-
## Chore
15+
## Bug fixes
1416

15-
- Install lock workflow to lock stale discussions after one year (#1304).
16-
- Work around https://github.com/igraph/igraph/pull/2527.
17-
- Update revdepcheck results.
18-
- Update vendored sources to igraph/igraph@857a125069c226f266562b3781b82833fe1d59d9.
19-
- Trigger update of `src/sources.mk`.
20-
- Add generated C file.
21-
- Make Docker optional.
22-
- Remove stale rules.
23-
- Generate all R files.
24-
- Avoid `-ti` in `docker run` to allow running on CI/CD.
25-
- Update revdepchecks.
26-
- Make libxml2 optional (#1282).
27-
- Model vendoring after duckdb (#1276).
28-
- Fix drift after code generation (#1278).
29-
- Move `.mk` files to root to fix vendoring (#1275).
30-
- Ignore `CRAN-SUBMISSION`.
31-
- Improve bug report template.
32-
- Attempt adding link to issue template chooser.
33-
- Fix bug report template.
34-
- Update bug report template.
35-
- Update issue template.
36-
- Typo in installation troubleshooting.
17+
- Fix `rglplot(edge_label = )` (#1267).
3718

3819
## Continuous integration
3920

40-
- Avoid running vendoring PR for PRs.
41-
- Don't check package size.
42-
- Clean.
43-
- Clean working directory.
44-
- Vendor after installing.
45-
- Add missing packages.
46-
- Include actions used elsewhere.
47-
- Automate vendoring.
48-
- Really use only three version components.
49-
- `CITATION.cff` contains only the first three version components.
5021
- Run examples with sanitizer (#1288).
5122
- Add scheduled builds.
5223

5324
## Documentation
5425

5526
- Make `x11()` usage in example happen only in interactive sessions (#1301).
56-
- Tweaks from attempted CRAN release.
5727
- Remove misleading comment about warning given as no warning is given (#1294).
5828
- Improve `min_st_separators()` documentation (#1264).
59-
- Add link to discussion forum (#1279).
60-
- Add logo (#1280).
61-
- Add code finding duplicate seealso, and use it (#1270).
62-
- Rm duplicate seealso from sample_pa.Rd (#1268).
29+
- Add link to discussion forum (#1279) and logo (#1280).
30+
- Add code finding duplicate `@seealso`, and use it (#1270).
31+
- Remove duplicate `@seealso` from `?sample_pa` (#1268).
6332
- Remove incorrect claim about handling of complete graphs by `is_separator()` and `is_min_separator()` (#1263).
6433
- Fix error messages mentioning to mention `upgrade_graph()` instead of the nonexisting `upgrade_version()` (#1252).
65-
- GMP is no longer a dependency (#1256).
66-
- Split is_bipartite() manual page from other manual page (#1230).
34+
- Split `is_bipartite()` manual page from other manual page (#1230).
35+
- Improve bug report template.
36+
- `CITATION.cff` contains only the first three version components.
37+
- Install lock workflow to lock stale discussions after one year (#1304).
6738

68-
## Refactoring
39+
## Internal
6940

70-
- Replace use of deprecated barabasi.game() with sample_pa() (#1291).
41+
- Replace use of deprecated `barabasi.game()` with `sample_pa()` (#1291).
7142
- Auto-generate `are_adjacent()`, avoid deprecated `igraph_are_connected()` C function (#1254).
7243

73-
## Uncategorized
74-
75-
- Internal changes only.
76-
- Source files for vendored libraries (#1156).
77-
- Merge branch 'cran-2.0.2'.
78-
7944

8045
# igraph 2.0.2
8146

0 commit comments

Comments
 (0)