diff --git a/DESCRIPTION b/DESCRIPTION index fffa11e721..ce82a35d88 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: igraph Title: Network Analysis and Visualization -Version: 2.1.99.9900 +Version: 2.1.99.9901 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 26ffba9158..f5925ee1c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,26 @@ +# igraph 2.1.99.9901 + +## Chore + +- Fix seed for test (#2118). + +- Results for revdepchecks. + +## vendor + +- Update vendored sources to igraph/igraph@9635f97c8d96aba53f4122b78d6e41a38d73b2d3 (#2122). + +- Update vendored sources to igraph/igraph@bcb8fbcfa7dfaeed02a5f4472eae36513c716f29 (#2121). + +- Update vendored sources to igraph/igraph@3eb9ef3f404a76a1701ae34fd340a364b1d6e610 (#2120). + +- Update vendored sources to igraph/igraph@c65b9aa15249be47126dee14374b5ddaceaeaa67 (#2119). + +- Update vendored sources to igraph/igraph@2a81653a0b82b7702a79e5d29052f53c9f431d45 (igraph/igraph#2706, #2114). + + # igraph 2.1.99.9900 See for a complete changelog, in particular the section "Breaking changes".