Changelog
Source:NEWS.md
signnet 1.0.4
CRAN release: 2024-01-08
- fix deprecated support of adjacency matrices with character values #26
signnet 1.0.2
CRAN release: 2023-09-08
- fixed a bug in
signed_triangles()
that resulted in wrong vertex ids (#20)
signnet 1.0.1
CRAN release: 2023-01-27
- fixed an error which occurs with the new version of igraph (https://github.com/igraph/rigraph/pull/633)
signnet 1.0.0
CRAN release: 2022-12-22
- added code of conduct
- added contributing guide
- added
frustration_exact()
to vignette - added utility functions
is_signed
,graph_from_adjacency_matrix_signed
, andgraph_from_edgelist_signed()
- added random graph models
sample_gnp_signed()
,sample_bipartite_signed()
signnet 0.8.0
CRAN release: 2022-02-13
- added
frustration_exact()
to compute the exact number of frustrated edges - fixed issue with aggregate on r-devel
signnet 0.7.1
CRAN release: 2021-04-28
- fixed #7
- fixed copy paste error in
as_unsigned_2mode()
- fixed aggregate error in
as_signed_proj()
signnet 0.6.0
CRAN release: 2020-08-13
- added
avatar
dataset - speed up of blockmodeling for larger networks
signnet 0.5.3
CRAN release: 2020-06-30
- fixed issue in
complex_walks()
- fixed faulty calculation of directed
pn_index()