From 8c2c1725c9cf6f3ccaea7fd320edf4903f351da4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:20:58 +0000 Subject: [PATCH] fledge: Bump version to 2.1.3.9002 (#1656) Co-authored-by: krlmlr --- DESCRIPTION | 2 +- NEWS.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5e691c226c..8468fc7c9d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: igraph Title: Network Analysis and Visualization -Version: 2.1.3.9001 +Version: 2.1.3.9002 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 6f3d4f08b8..8829fc1c10 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,22 @@ +# igraph 2.1.3.9002 + +## Chore + +- Breaking change: remove deprecated `neimode` parameter from `bfs()` and `dfs()` (#1105, #1526). + +- Adapt handling of optional parameters to interface definition changes in the C core (#1567). + +- Breaking change: stricter deprecation of non-functional parameters of `layout_with_kk()` and `layout_with_fr()` (#1108, #1628). + +## Breaking changes + +- Breaking change: remove deprecated `neimode` parameter from `bfs()` and `dfs()` (#1105, #1526). + +- Breaking change: stricter deprecation of non-functional parameters of `layout_with_kk()` and `layout_with_fr()` (#1108, #1628). + + # igraph 2.1.3.9001 ## Bug fixes