-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphs.jl 2.0 #258
Graphs.jl 2.0 #258
Conversation
This reverts commit 110545f.
Todo: migrate this to GraphsBase.jl |
@etiennedeg do you need help for the transfer to GraphsBase? happy to lend a hand |
Sorry, I should have done it earlier, I will try to do it quickly (probably not today, but I should find some time tomorrow) |
No rush, I was just checking in! Got a CS sudent intern starting on September 19th who will give us a hand on this behemoth of a project ;) |
Closing in favor of JuliaGraphs/GraphsBase.jl#9 |
Here is a first draft for the Graphs 2.0, in order to get something actionable.
For the moment, there is not much in it: the implementation of major parts of the new interface, new interface applied to SimpleGraphs, and a rewriting of
a_star
following the new interface to test it a little bit. I haven't tested anything for the moment.In order to keep the discussion on the new API focused in one place, I will detail my thoughts and observations about the new interface and its practicalities in the API 2.0 discussion , see this comment for some details on this draft.