diff --git a/DESCRIPTION b/DESCRIPTION index e775ada684..48cb875764 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: igraph Title: Network Analysis and Visualization -Version: 2.1.1.9905 +Version: 2.1.1.9906 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-7098-9676")), diff --git a/NEWS.md b/NEWS.md index b50cd2f9a0..22d2c61384 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,40 @@ +# igraph 2.1.1.9906 + +## Bug fixes + +- `adjacent_vertices()` and `incident_edges()` are now correct if the `"return.vs.es"` option is `FALSE` (@stibu81, #1605, #1606). + +- Fix protection errors reported by rchk (#1592). + +## Continuous integration + +- Change `Makevars` only after installation of R. + +- Use GLPK on macOS. + +- Add required rgl version (#1584). + +- Install GLPK on macOS. + +- Bring back extra workflow. + +- Import from actions-sync, check carefully (#1600). + +- Remove covr, handled elsewhere. + +- Fix extra workflow. + +- Remove noise. + +- Sync workflows (#1589). + +## Documentation + +- Tweak NEWS \[ci skip\]. + + # igraph 2.1.1.9905 ## Continuous integration