Skip to content

Commit

Permalink
Increment version number to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpghayes committed Aug 21, 2023
1 parent 29babb0 commit 49338eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-4985-5160")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 49338eb

Please sign in to comment.