Skip to content

Releases: JuliaDiff/AbstractDifferentiation.jl

v0.4.1

09 Feb 00:13
8f0d6db

Choose a tag to compare

AbstractDifferentiation v0.4.1

Diff since v0.4.0

Merged pull requests:

  • RuleConfig and Zygote support (#49) (@mohamed82008)

v0.4.0

03 Feb 20:07
9a3b564

Choose a tag to compare

AbstractDifferentiation v0.4.0

Diff since v0.3.0

Closed issues:

  • value_gradient_and_hessian for ForwardDiff returns gradient of type Dual (#46)

Merged pull requests:

v0.3.0

20 Jan 13:56
9b9479c

Choose a tag to compare

AbstractDifferentiation v0.3.0

Diff since v0.2.1

Closed issues:

  • Change number of Julia versions being tested (#28)

Merged pull requests:

v0.2.1

10 Nov 19:22
6d7c74c

Choose a tag to compare

AbstractDifferentiation v0.2.1

Diff since v0.2.0

Closed issues:

  • For vector inputs, the pullback should produce vector cotangents (#17)
  • Test suite fails on Julia v1.0 (#18)

Merged pull requests:

  • Add CI workflow (#19) (@sethaxen)
  • Implement backend for ForwardDiff (#20) (@sethaxen)
  • Improvements to pullback_function (#21) (@sethaxen)
  • Support and test all v1 Julia versions (#24) (@mohamed82008)
  • Remove nightly from CI (#25) (@mohamed82008)
  • Compat version compat (#26) (@mohamed82008)

v0.2.0

22 Sep 03:36
c974d02

Choose a tag to compare

AbstractDifferentiation v0.2.0

Diff since v0.1.0

Merged pull requests:

v0.1.0

01 Sep 16:20
310c998

Choose a tag to compare

AbstractDifferentiation v0.1.0

Merged pull requests:

  • [WIP] Abstract differentiation interface (#1) (@mohamed82008)
  • Fixes gradient, Jacobian, Hessian, and vjp tests (#2) (@frankschae)
  • add ForwardDiff and Zygote (#3) (@frankschae)