NEWS
netUtils 0.8.5 (2026-04-14)
netUtils 0.8.4 (2026-01-24)
netUtils 0.8.3 (2024-10-10)
- added more tests #14
- require igraph 2.0.0
netUtils 0.8.2 (2023-06-29)
- refactored
sample_lfr() in C++ (#9)
netUtils 0.8.1 (2022-12-19)
- fixed a bug that prevented
str.igraph from working (#10)
netUtils 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)
netUtils 0.7.0 (2022-08-27)
- fixed documentation
- removed unfinished functions
- added examples
netUtils 0.6.0.9000
added sample_pa_homophilic()
netUtils 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()
netUtils 0.1.0
- Added
as_adj_list1() and as_adj_weighted()
- Added
clique_vertex_mat()