diff --git a/DESCRIPTION b/DESCRIPTION index eeb1542dc4..bfaf54ec75 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: igraph -Version: 1.5.0.9005 +Version: 1.5.0.9006 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 438e923010..9a6fc44ea1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,18 @@ +# igraph 1.5.0.9006 + +## Bug fixes + + - Fix `make clean` (#860). + + - `identical_graphs()` now correctly detects identical graphs without node or edge attributes (#757). + +## Chore + + - `R_SEXP_to_igraph()` and `R_SEXP_to_igraph_copy()` get `igraph_t` object from external pointer (#865). + + # igraph 1.5.0.9005 ## Bug fixes