Closed
Description
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:
- Remove the
GenericGraph(elist::Vector{Graphs.SimpleGraphEdge{T}})
function introduced in Eulerian cycles/trails for undirected graphs #232 => addressed in Remove non-default GenericGraph constructor #308 - Try to fix the bugs that we have on nightly - but I suspect that this might be an issue with JET.jl, so maybe we cannot.
Minor:
- Some normalized_cut() fixes #84 was merged, but that PR uses some magic constant - I am not completely sure that this is the right way - but on the other hand we could argue that this replaces a bug with another one, so maybe we can ignore it.