Skip to content

Commit

Permalink
Bump version to 2.0.3.9008
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Mar 27, 2024
1 parent 9f91693 commit 60b99a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = "aut",
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# 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
Expand Down

0 comments on commit 60b99a6

Please sign in to comment.