From 49338ebd9d4ed65a29bcdb1c6d9a1b4d5f748504 Mon Sep 17 00:00:00 2001 From: Alex Hayes Date: Mon, 21 Aug 2023 13:19:20 -0500 Subject: [PATCH] Increment version number to 0.3.2 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3fc0709..ca00bf0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fastRG Title: Sample Generalized Random Dot Product Graphs in Linear Time -Version: 0.3.1.9001 +Version: 0.3.2 Authors@R: c( person("Alex", "Hayes", , "alexpghayes@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-4985-5160")), diff --git a/NEWS.md b/NEWS.md index cb20d01..4f99911 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# fastRG (development version) +# fastRG 0.3.2 - Added documentation about block sorting in blockmodels when `sort_nodes = TRUE` (#35). Blocks are now only sorted when `sort_nodes = TRUE`, although they were previously always sorted. In directed stochastic blocks, flipped incoming and outgoing blocks, such that `X` now contains info about outgoing blocks and `Y` now contains info about incoming blocks, as you would expected if `A[i, j]` encodes an edge from node `i` to node `j` - Fixed bug where isolated nodes were sometimes dropped from igraph and tidygraph objects (#35)