-
Notifications
You must be signed in to change notification settings - Fork 21
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
Transition to LightDFG as default #364
Comments
also see: |
Not going to be LightGraphsDFG, but mayby LightDFG or SymbolDFG. WIll remain GraphsDFG as default for a while, and then switch once confidence in all code surrounding new in memory graph is obtained. |
EDIT: Leverage existing repo's like LightGraphs.jl as LightDFG. My opinion is to build on LightDFG as GraphsDFG replacement.
|
Must make sure this is no longer an issue: |
what is the best way to introduce LightGraphsDFG and Arena. Guess the major decision is to move away from Graphs.jl to MetaGraphs.jl. Graphs.jl is on JuliaArchive, so long term prospects won't go too far there. Since Graphs.jl is working and has legacy I would not want just drop Graphs.jl outright. Can we make some plan to move LightGraphs.jl primary and drop Graphs.jl to secondary. So my suggestion is as follows:
If it all goes well, IIF v1.1.x can probably deprecate GraphsDFG. There will still be something to do about BayesTree which currently still depends on Graphs.jl and ExVertex.
The text was updated successfully, but these errors were encountered: