|
2 | 2 |
|
3 | 3 | # igraph 2.0.3 |
4 | 4 |
|
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>.) |
8 | 8 |
|
9 | 9 | ## Features |
10 | 10 |
|
| 11 | +- GMP is no longer a dependency (#1256), libxml2 (#1282) and glpk are optional. |
| 12 | +- Update vendored sources to igraph/igraph@857a125069c226f266562b3781b82833fe1d59d9. |
11 | 13 | - New `voronoi_cells()` to compute the Voronoi partitioning of a graph (#1173). |
12 | 14 |
|
13 | | -## Chore |
| 15 | +## Bug fixes |
14 | 16 |
|
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). |
37 | 18 |
|
38 | 19 | ## Continuous integration |
39 | 20 |
|
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. |
50 | 21 | - Run examples with sanitizer (#1288). |
51 | 22 | - Add scheduled builds. |
52 | 23 |
|
53 | 24 | ## Documentation |
54 | 25 |
|
55 | 26 | - Make `x11()` usage in example happen only in interactive sessions (#1301). |
56 | | -- Tweaks from attempted CRAN release. |
57 | 27 | - Remove misleading comment about warning given as no warning is given (#1294). |
58 | 28 | - 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). |
63 | 32 | - Remove incorrect claim about handling of complete graphs by `is_separator()` and `is_min_separator()` (#1263). |
64 | 33 | - 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). |
67 | 38 |
|
68 | | -## Refactoring |
| 39 | +## Internal |
69 | 40 |
|
70 | | -- Replace use of deprecated barabasi.game() with sample_pa() (#1291). |
| 41 | +- Replace use of deprecated `barabasi.game()` with `sample_pa()` (#1291). |
71 | 42 | - Auto-generate `are_adjacent()`, avoid deprecated `igraph_are_connected()` C function (#1254). |
72 | 43 |
|
73 | | -## Uncategorized |
74 | | - |
75 | | -- Internal changes only. |
76 | | -- Source files for vendored libraries (#1156). |
77 | | -- Merge branch 'cran-2.0.2'. |
78 | | - |
79 | 44 |
|
80 | 45 | # igraph 2.0.2 |
81 | 46 |
|
|
0 commit comments