Changes in version 0.8.5 (2026-04-14) - fix igraph deprecations Changes in version 0.8.4 (2026-01-24) - fixed M1mac issues Changes in version 0.8.3 (2024-10-10) - added more tests #14 - require igraph 2.0.0 Changes in version 0.8.2 (2023-06-29) - refactored sample_lfr() in C++ (#9) Changes in version 0.8.1 (2022-12-19) - fixed a bug that prevented str.igraph from working (#10) Changes in version 0.8.0 (2022-10-08) - added reciprocity_cor() - fixed wrong str print (#5) - switched from Simulated Annealing to Genetic Algorithm (#4) - added more tests - added sample_lfr() (#9) Changes in version 0.7.0 (2022-08-27) - fixed documentation - removed unfinished functions - added examples Changes in version 0.6.0.9000 added sample_pa_homophilic() Changes in version 0.5.0.9000 - renamed package to netUtils - added bipartite_from_data_frame() - added graph_from_multi_edgelist() and as_multi_adj() - added structural_equivalence() - added core_periphery() - added sample_coreseq() - added tests - added graph products graph_cartesian() and graph_direct() - added fast max clique routine fast_cliques() Changes in version 0.1.0 - Added as_adj_list1() and as_adj_weighted() - Added clique_vertex_mat()