Uh oh!
There was an error while loading. Please reload this page.
Releases: JuliaDiff/ForwardDiff.jl
Releases · JuliaDiff/ForwardDiff.jl
Release list
v1.4.5
ForwardDiff v1.4.5
Merged pull requests:
- Use
round(::Dual, ::RoundingMode)for rounding functions on 1.11+ (#829) (@JamesWrigley)
v1.4.4
ForwardDiff v1.4.4
Merged pull requests:
- Unseed only the chunk, and split unseed! out of seed! (#821) (@ChrisRackauckas-Claude)
v1.4.3
ForwardDiff v1.4.3
Merged pull requests:
- Inline
dual_definition_retvalto fix nestedDualperformance (#825) (@KristofferC) - bump version to 1.4.3 (#826) (@KristofferC)
v1.4.2
ForwardDiff v1.4.2
Merged pull requests:
- Bump actions/checkout from 6 to 7 (#817) (@dependabot[bot])
- Don't widen the primal when differentiating
x^ywith a real base (#824) (@antoine-levitt)
Closed issues:
- Allocations when doing nested Jacobians with StaticArrays (#798)
v1.4.1
ForwardDiff v1.4.1
Merged pull requests:
- Remove allocations of nested Jacobians of StaticArrays (#810) (@albert-de-montserrat)
- Bump codecov/codecov-action from 6 to 7 (#814) (@dependabot[bot])
v1.4.0
ForwardDiff v1.4.0
Merged pull requests:
- CompatHelper: bump compat for JET in [extras] to 0.11, (keep existing compat) (#789) (@github-actions[bot])
- Bump codecov/codecov-action from 5 to 6 (#799) (@dependabot[bot])
- Bump julia-actions/setup-julia from 2 to 3 (#802) (@dependabot[bot])
- CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) (#808) (@github-actions[bot])
Closed issues:
v1.3.3
ForwardDiff v1.3.3
Merged pull requests:
- Bump julia-actions/cache from 2 to 3 (#796) (@dependabot[bot])
- Avoid reshape allocation in extract_jacobian! for Matrix results (#797) (@ChrisRackauckas-Claude)
v1.3.2
ForwardDiff v1.3.2
Merged pull requests:
- Update documentation formatting and infrastructure (#792) (@abhro)
- Remove explicit
!=methods for Dual (#793) (@JamesWrigley)
v1.3.1
ForwardDiff v1.3.1
Merged pull requests:
- Bump actions/checkout from 5 to 6 (#786) (@dependabot[bot])
- Define
<andislessforPartials(#791) (@devmotion)
v1.3.0
ForwardDiff v1.3.0
Merged pull requests:
- Add derivative rule for
LinearAlgebra.givensAlgorithm(#783) (@devmotion)
Closed issues:
- Method ambiguities reported by Aqua (#681)