Skip to content

Releases: JuliaDiff/ForwardDiff.jl

v1.4.1

10 Jun 13:16
777420f

Choose a tag to compare

ForwardDiff v1.4.1

Diff since v1.4.0

Merged pull requests:

v1.4.0

07 Jun 18:09
0a3d297

Choose a tag to compare

ForwardDiff v1.4.0

Diff since v1.3.3

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:

  • Tagcount ordering across precompiled packages- expected behavior? (#801)
  • ifelse(x <= 0, …) Jacobian at x=0 depends on chunk size (#806)

v1.3.3

24 Mar 13:30
1295777

Choose a tag to compare

ForwardDiff v1.3.3

Diff since v1.3.2

Merged pull requests:

v1.3.2

29 Jan 00:10
7262054

Choose a tag to compare

ForwardDiff v1.3.2

Diff since v1.3.1

Merged pull requests:

v1.3.1

28 Dec 20:32
e1eb522

Choose a tag to compare

ForwardDiff v1.3.1

Diff since v1.3.0

Merged pull requests:

v1.3.0

11 Nov 17:20
a7991dd

Choose a tag to compare

ForwardDiff v1.3.0

Diff since v1.2.2

Merged pull requests:

  • Add derivative rule for LinearAlgebra.givensAlgorithm (#783) (@devmotion)

Closed issues:

  • Method ambiguities reported by Aqua (#681)

v1.2.2

15 Oct 20:24
c2ec27f

Choose a tag to compare

ForwardDiff v1.2.2

Diff since v1.2.1

Merged pull requests:

Closed issues:

  • Allocation tests broken since Julia 1.9 (#689)
  • NaN gradient occurring in SpecialFunctions.gamma, when using float arguments. (#705)
  • Product of Inf terms leading to NaNs (#745)
  • NaN-safe mode is not NaN-safe enough (#774)
  • Zero code coverage for NaN-safe mode (#775)
  • JET.@test_opt fails on Julia >= 1.12 due to AssertionErrors (#778)
  • Type stability of gradient and jacobian (#781)

v0.10.39

14 Sep 21:26
42a000a

Choose a tag to compare

ForwardDiff v0.10.39

Diff since v0.10.38

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v1.2.1

12 Sep 14:22
463e830

Choose a tag to compare

ForwardDiff v1.2.1

Diff since v1.2.0

Merged pull requests:

  • Fix gradient and Jacobian for functions with Dual output (#770) (@devmotion)

Closed issues:

  • ForwardDiff.gradient and ForwardDiff.jacobian don't handle functions with ForwardDiff.Dual output correctly (#769)

v1.2.0

09 Sep 15:03
5ba1f44

Choose a tag to compare

ForwardDiff v1.2.0

Diff since v1.1.0

Merged pull requests:

Closed issues:

  • Performance issue/allocations in DiffResults-hessian! with StaticArrays. (#720)