v0.10.35
ForwardDiff v0.10.35
Closed issues:
- type instabilities when passing a function to jacobian! (#516)
- Highly invalidating method: promote_rule(::Type{R}, ::Type{ForwardDiff.Dual{T, V, N}}) where {R<:Real, T, V, N} (#620)
- The Hessian of the
LinearAlgebra.jl
dot is incorrect (#622) - Jacobian returns zero matrix (#623)
Merged pull requests:
- Forbid offsets (#586) (@mcabbott)
- Add Invalidations.yml [ci skip] [skip tests] (#596) (@ranocha)
- Version 0.11 (#613) (@mcabbott)
- Support specializing on functions (#615) (@j-fu)
- Remove
if VERSION ≥ v"1.4"
etc. (#616) (@mcabbott) - Fix minor typo in advanced.md (#621) (@thomvet)
- Turn StaticArrays into an Extension Package (#625) (@ChrisRackauckas)
- make StaticArrays dependency into an extension on v0.11-dev (#628) (@ChrisRackauckas)