PIK-ICoNe / EmbeddedGraphs.jl

Embedded Graphs for Julia
GNU General Public License v3.0
7 stars 1 forks source link

Scope of the Package #7

Open luap-pik opened 4 years ago

luap-pik commented 4 years ago

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.

]add git@github.com:FHell/EmbeddedGraphs.jl.git#EmbeddedGraphs-extended
oskarpfeffer commented 4 years ago

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.

luap-pik commented 4 years ago

You are perfectly right. I just did not find the time yet ..