JuliaGraphs / GraphsOptim.jl

A package for graph optimization algorithms that rely on mathematical programming.
https://juliagraphs.org/GraphsOptim.jl/
MIT License
20 stars 4 forks source link

Near term usage? Registering the package? #20

Open Krastanov opened 5 months ago

Krastanov commented 5 months ago

What is the advice for near term users of this and the flows and matching packages?

Especially in the context of developers. I am comfortable with dealing with deprecations and compatbot PRs for my package. My package will not expose the functionality of these graph packages, only use it internally. Should I depend on the currently available packages or should I politely ask you to register a 0.1.0 version of this package?

gdalle commented 5 months ago

I think registration of GraphsOptim.jl would be reasonable, I just wanted to clean up a bit and add more tests but never got around to it

gdalle commented 5 months ago

On the other hand, GraphsFlows and GraphsMatching are bound to be archived because their functionality will land either here or in Graphs.jl

gdalle commented 5 months ago

I'll try to redo the PR merging GraphsFlows into Graphs in the coming days (there was already one but it was unreadable so I'm gonna redo it properly https://github.com/JuliaGraphs/Graphs.jl/pull/329). May I ask you to review it once it's there?

Krastanov commented 5 months ago

Happy to help with review