I believe after a bit more development we can make this package more public and might even join the JuliaGraphs organisation with it (?). In pronciple it is useful for various applications. In any case, it would be good to make it a Julia package then it's easier to install e.g. SyntheticNetworks.jl for people.
In view of that, I would like to keep the scope of the code narrow and remove functions that are not directly related to EmbeddedGraphs.
Examples are largest_component!, largest_component, small_world_ness_HG, small_world_ness_Telesford, characteristic_length',degree_arrayandlocal_clustering_histogram`.
Since this might break @oskarddfa code eventually, I moved them to a new branch named EmbeddedGraphs-extended so they are still available but not on master.
Sorry, I saw it only now. Yes, this makes sense, but then we should add a good documentation and explain why it is needed as an extension of Lightgraphs.
I believe after a bit more development we can make this package more public and might even join the JuliaGraphs organisation with it (?). In pronciple it is useful for various applications. In any case, it would be good to make it a Julia package then it's easier to install e.g. SyntheticNetworks.jl for people.
In view of that, I would like to keep the scope of the code narrow and remove functions that are not directly related to EmbeddedGraphs.
Examples are
largest_component!
,largest_component
,small_world_ness_HG
,small_world_ness_Telesford
,characteristic_length',
degree_arrayand
local_clustering_histogram`.Since this might break @oskarddfa code eventually, I moved them to a new branch named EmbeddedGraphs-extended so they are still available but not on master.