JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
459 stars 91 forks source link

Things to do before v1.9 #306

Closed simonschoelly closed 1 year ago

simonschoelly commented 1 year ago

I looked a bit at the PRs that we have introduced since v1.8 - it looks mostly good, but there are a few things that we probably should fix before a next release, so that we don't introduce new bugs:

Minor:

gdalle commented 1 year ago

Thanks for taking the time!

  1. Wanna do it, since you wrote all of the GenericGraph infrastructure?
  2. Yeah it has something to do with JET on nightly. My fix would be to keep nightly CI (and not #295) but decouple it from the "build passing" badge
  3. Do you mean dnz = abs.(diag(D)) .>= 1E-16? Maybe we can do eps(T) instead?
gdalle commented 1 year ago

What do you think about https://github.com/JuliaGraphs/Graphs.jl/issues/307?

gdalle commented 1 year ago

Okay, it seems #307 can wait and so can the workaround from #84.

As far as I'm concerned, once #305 and #309 are merged, we're good to tag

simonschoelly commented 1 year ago

@gdalle we can close this, right?