diff --git a/DESCRIPTION b/DESCRIPTION index 505d19ec7b5..4fcdfb6bbdd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: igraph Title: Network Analysis and Visualization -Version: 2.3.3.9034 +Version: 2.3.3.9035 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 775837829e8..ad460382bb4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,48 @@ +# igraph 2.3.3.9035 + +## Bug fixes + +### ci + +- Align the workflow kit with `cynkratemplate` (#2892). + +### ci + +- Filter OS-restricted packages out of the revdep plan (#2889). + +### ci + +- Backport kit fixes from `rigraph`, `duckdb-r` and `dm`. + +## Features + +### ci + +- Make the revdep driver log's timing record durable and visible (#2891). + +## Chore + +### ci + +- Retire the pair engine from the revdepx core (#2885). + +- Re-run the reverse-dependency check (most, depth 2) (#2883). + +- Breaking change: rm unused argument in `layout_with_mds()` (#2730, #2869). + +- Some Jarl fixes (#2874). + +## Documentation + +- Rm deprecations vignette as it is not useful (#2848, #2873). + +## Breaking changes + +- Breaking change: rm unused argument in `layout_with_mds()` (#2730, #2869). + + # igraph 2.3.3.9034 ## Bug fixes