-
Notifications
You must be signed in to change notification settings - Fork 1
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
Which functions go where? #4
Comments
First classification attempt based on
@etiennedeg please comment and correct so I can update it:
Note that core functions can still be overridden for performance. The list above also makes renaming propositions to homogeneize the style. |
I have some doubts on the following functions:
|
Honestly we could also get rid of it. Maybe I'll open an issue on deprecations
If we have
I don't know, no strong opinion on my end. |
My point is that |
Indeed so that is something we should ask users to implement |
Splitting out GraphsBase.jl means deciding which functions
The interface and core will go in GraphsBase.jl, the algorithms will remain in Graphs.jl.
The text was updated successfully, but these errors were encountered: