ForwardDiff v0.10.37
Merged pull requests:
- Update how_it_works.md (#660) (@thomvet)
- Bump actions/checkout from 3 to 4 (#663) (@dependabot[bot])
- Update for Documenter.jl v1 (#683) (@hyrodium)
- Broaden promote_rule for Dual to include AbstractIrrational (#687) (@ElOceanografo)
- Restrict StaticArrays to compatible versions (#688) (@andreasnoack)
- Bump actions/cache from 3 to 4 (#692) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#693) (@dependabot[bot])
- Make
isless
,<
,>
,<=
, and>=
consistent with==
andisequal
(#695) (@devmotion) - Bump julia-actions/setup-julia from 1 to 2 (#699) (@dependabot[bot])
- Add support for StaticArrays >= 1.7 (#703) (@devmotion)
- Remove redundant
DEFAULT_CHUNK_THRESHOLD
(#704) (@sjkelly) - Stop precomputing chunk sizes (#708) (@KristofferC)
- Apply #656 to master (#711) (@devmotion)
- Backport bug and test fixes to release-0.10 to prepare for new 0.10 release (#712) (@devmotion)
- Fix method ambiguity for
Base.TwicePrecision
(#715) (@devmotion)
Closed issues:
- MethodError: no method matching getrf!(::CuArray{ForwardDiff.Dual{ForwardDiff.Tag{ODEFunction (#612)
- Broken external link (#649)
- Correctly forming nested dual numbers. (#671)
ForwardDiff
fails to compute correct derivative (#676)- Error requiring
Symbolics
fromOptimization
(#685) - promote_rule ambiguity with AbstractIrrational and ForwardDiff.Dual (#686)
- Working with anonymous functions (#694)