JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
237 stars 41 forks source link

Depwarn in matrix_colors #99

Open ChrisRackauckas opened 4 years ago

ChrisRackauckas commented 4 years ago
┌ Warning: `find_root` is deprecated, use `find_root!` instead.
│   caller = find at acyclic_coloring.jl:195 [inlined]
└ @ Core C:\Users\accou\.julia\dev\SparseDiffTools\src\coloring\acyclic_coloring.jl:195

@pkj-m

pkj-m commented 4 years ago

Looks like this happened because of PR#599 over at DataStructures.jl.

But it seems they're now having some trouble due to it in JuMP and will probably reverse the deprecation (PR#606). I'll just make a quick PR and fix this anyway.