- added more tests #14
- require igraph 2.0.0
- refactored
sample_lfr()
in C++ (#9)
- fixed a bug that prevented
str.igraph
from working (#10)
- added
reciprocity_cor()
- fixed wrong str print (#5)
- switched from Simulated Annealing to Genetic Algorithm (#4)
- added more tests
- added
sample_lfr()
(#9)
- fixed documentation
- removed unfinished functions
- added examples
added sample_pa_homophilic()
- renamed package to
netUtils
- added
bipartite_from_data_frame()
- added
graph_from_multi_edgelist()
andas_multi_adj()
- added
structural_equivalence()
- added
core_periphery()
- added
sample_coreseq()
- added tests
- added graph products
graph_cartesian()
andgraph_direct()
- added fast max clique routine
fast_cliques()
- Added
as_adj_list1()
andas_adj_weighted()
- Added
clique_vertex_mat()