Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: igraph
Title: Network Analysis and Visualization
Version: 2.3.3.9036
Version: 2.3.3.9037
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.3.3.9037

## Chore

- Improve errors in iterators.R (#1891, #2006).

- Increase R minimal version to R4.0.0 (#2876).

## Documentation

- Fix dots docs thanks to roxygen2's warning about useless inheritParams (#2868).


# igraph 2.3.3.9036

## Chore
Expand Down