-
-
Notifications
You must be signed in to change notification settings - Fork 655
Conversation
This broke several of your reverse dependencies - http://pkg.julialang.org/logs/CoordinateTransformations_0.4.log and http://pkg.julialang.org/logs/LeastSquaresOptim_0.4.log. When you're tagging a "this will break things" release, please say so. You'll need to go and add upper bounds to the packages that were using ForwardDiff 0.1 features that don't work any more. |
ref JuliaLang#5389, jacobian is now gone
Sorry about that.
Just to avoid confusion, the new ForwardDiff still has all the same functionality; the only totally removed function was |
#5400 should mitigate half of it, looks like it was only 2 packages (out of things that were previously passing on pkgeval and not obscured by other issues). I guess |
Yes. All the I'll go ahead and make PRs to those two repositories to fix their ForwardDiff code. |
ref #5389, jacobian is now gone
Looks like this also broke PATHSolver but somehow that wasn't appearing on packageevaluator until now? |
…Lang#5400) ref JuliaLang#5389, jacobian is now gone
@mlubin