Changes in version 1.0.6 (2025-11-06) - fixed a bug in eigenvector centrality calculation Changes in version 1.0.5 (2025-02-05) - fix all deprecated igraph calls Changes in version 1.0.4 (2024-01-08) - fix deprecated support of adjacency matrices with character values #26 Changes in version 1.0.3 (2023-12-15) - code refactoring - more tests #17 - removed deprecated calls to aes_ #23 Changes in version 1.0.2 (2023-09-08) - fixed a bug in signed_triangles() that resulted in wrong vertex ids (#20) Changes in version 1.0.1 (2023-01-27) - fixed an error which occurs with the new version of igraph (https://github.com/igraph/rigraph/pull/633) Changes in version 1.0.0 (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, and graph_from_edgelist_signed() - added random graph models sample_gnp_signed(), sample_bipartite_signed() Changes in version 0.8.1 (2022-10-18) - fixed existing check errors Changes in version 0.8.0 (2022-02-13) - added frustration_exact() to compute the exact number of frustrated edges - fixed issue with aggregate on r-devel Changes in version 0.7.1 (2021-04-28) - fixed #7 - fixed copy paste error in as_unsigned_2mode() - fixed aggregate error in as_signed_proj() Changes in version 0.7.0 (2020-10-21) - added triad_census_signed() Changes in version 0.6.0 (2020-08-13) - added avatar dataset - speed up of blockmodeling for larger networks Changes in version 0.5.3 (2020-06-30) - fixed issue in complex_walks() - fixed faulty calculation of directed pn_index() Changes in version 0.5.2 (2020-03-04) - fixed stringsAsFactors issue in complex_matrices.R Changes in version 0.5.1 (2020-02-04) - fixed C++ issue for circular arc graphs - fixed failing eigen centrality test Changes in version 0.5.0 (2020-01-24) - added vignettes and tests Changes in version 0.1.0 - initial version