diff --git a/DESCRIPTION b/DESCRIPTION index dfa78a964c7..6264dfa0ce6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: igraph Title: Network Analysis and Visualization -Version: 2.2.1.9020 +Version: 2.2.1.9021 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 244cd08d13c..250c966d3e8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,40 @@ +# igraph 2.2.1.9021 + +## Bug fixes + +- `graphlet_proj()` no longer erroneously assigns class "igraphHRG" to the returned graph. + +## Features + +- Check that exactly one vertex is passed (#2556). + +## Chore + +- Revdepcheck results. + +- Indent. + +- Remove function definitions that are not overridden. + +- Harmonize IGNORE in function declarations. + +- Formatting. + +## Continuous integration + +- Use default R version for revdepchecks. + +## Documentation + +- Automatic linking to C docs (#2518). + +## Refactoring + +- Replace `.Call()` with `_impl` functions and improve adjacency matrix implementation (#2545, #2546). + + # igraph 2.2.1.9020 ## Features