JuliaDiff / SparseDiffTools.jl

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

Drop DataStructures v0.17? #121

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 4 years ago

From @devmotion:

DataStructures 0.18 now actually deprecated find_root, so it might be preferable to drop support of DataStructures 0.17 and replace find_root with find_root!.