- fix all deprecated igrapg calls
- fix deprecated support of adjacency matrices with character values #26
- code refactoring
- more tests #17
- removed deprecated calls to aes_ #23
- fixed a bug in
signed_triangles()
that resulted in wrong vertex ids (#20)
- fixed an error which occurs with the new version of igraph (igraph/rigraph#633)
- 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()
- fixed existing check errors
- added
frustration_exact()
to compute the exact number of frustrated edges - fixed issue with aggregate on r-devel
- fixed #7
- fixed copy paste error in
as_unsigned_2mode()
- fixed aggregate error in
as_signed_proj()
- added
triad_census_signed()
- added
avatar
dataset - speed up of blockmodeling for larger networks
- fixed issue in
complex_walks()
- fixed faulty calculation of directed
pn_index()
- fixed
stringsAsFactors
issue incomplex_matrices.R
- fixed C++ issue for circular arc graphs
- fixed failing eigen centrality test
- added vignettes and tests
- initial version