netUtils 0.8.3
- added more tests #14
 
- require igraph 2.0.0
 
netUtils 0.8.2
- refactored 
sample_lfr() in C++ (#9) 
netUtils 0.8.1
- fixed a bug that prevented 
str.igraph from working
(#10) 
netUtils 0.8.0
- 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
- 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() 
igraphUtils 0.1.0
- Added 
as_adj_list1() and
as_adj_weighted() 
- Added 
clique_vertex_mat()