From 60b99a6f0beb53cbab8251d081d687ce3414f516 Mon Sep 17 00:00:00 2001 From: krlmlr Date: Wed, 27 Mar 2024 01:36:08 +0000 Subject: [PATCH] Bump version to 2.0.3.9008 --- DESCRIPTION | 2 +- NEWS.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 95cc548ba2..cf159d90bf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: igraph -Version: 2.0.3.9007 +Version: 2.0.3.9008 Title: Network Analysis and Visualization Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "aut", diff --git a/NEWS.md b/NEWS.md index d197d1ca93..eccaeff08a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,22 @@ +# igraph 2.0.3.9008 + +## Refactoring + +- Less if else in vertex_attr() (#1324). + +- Add assert_named_list() helper to assert the value is a named list with no duplicate names (#1322). + +## Testing + +- Use largest_component() and expect_equal() in test files (#1323). + +## Uncategorized + +- Sample_forestfire() tests and example 🔥 (#1318). + + # igraph 2.0.3.9007 ## Features