Skip to content

Commit 49338eb

Browse files
committed
Increment version number to 0.3.2
1 parent 29babb0 commit 49338eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fastRG
22
Title: Sample Generalized Random Dot Product Graphs in Linear Time
3-
Version: 0.3.1.9001
3+
Version: 0.3.2
44
Authors@R: c(
55
person("Alex", "Hayes", , "[email protected]", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0002-4985-5160")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fastRG (development version)
1+
# fastRG 0.3.2
22

33
- 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`
44
- Fixed bug where isolated nodes were sometimes dropped from igraph and tidygraph objects (#35)

0 commit comments

Comments
 (0)