Skip to content

Releases: JuliaDiff/ForwardDiff.jl

v0.10.17

12 Mar 19:10
86fee75
Compare
Choose a tag to compare

ForwardDiff v0.10.17

Diff since v0.10.16

Closed issues:

  • ForwardDiff 10x slower than FiniteDiff equivalent (#502)
  • Support structured (banded) Jacobians? (#507)

Merged pull requests:

v0.10.16

02 Feb 11:10
a884ddd
Compare
Choose a tag to compare

ForwardDiff v0.10.16

Diff since v0.10.15

Closed issues:

  • ForwardDiff.jl does not throw an error even when function outputting an array is used to calculate the Hessian (#501)

Merged pull requests:

v0.10.15

18 Jan 20:30
966eb27
Compare
Choose a tag to compare

ForwardDiff v0.10.15

Diff since v0.10.14

Closed issues:

  • Having a jvp function for jacobian vector product (#487)
  • AD Hessian is inaccurate for only one entry (#488)
  • inaccurate gradients for matrix logarithm (#493)
  • Derivative through sincospi gives StackOverflowError (#497)

Merged pull requests:

  • Friendly errors on array vs. scalar mistakes (#489) (@mcabbott)
  • Fix for namespace bug in binary_dual_definition (#491) (@torfjelde)
  • Fix for derivative through sincospi gives StackOverflowError (#499) (@mchitre)

v0.10.14

30 Nov 16:33
7e41f8c
Compare
Choose a tag to compare

ForwardDiff v0.10.14

Diff since v0.10.13

Merged pull requests:

v0.10.13

29 Nov 22:20
5792261
Compare
Choose a tag to compare

ForwardDiff v0.10.13

Diff since v0.10.12

Closed issues:

  • Support for complex numbers (#157)
  • Vote: should we add Complex number support as a feature of ForwardDiff. (#456)
  • Missing website (#464)
  • extract_jacobian calls generic function in generated function (#468)

Merged pull requests:

  • Document multidimensional arrays (#449) (@thisrod)
  • Add prevfloat and nextfloat for Dual (#453) (@johnmyleswhite)
  • README: properly format citation (#465) (@zlatanvasovic)
  • Avoid calling highly overloaded function in generated extraction functions (#469) (@andreasnoack)
  • Fix link to upgrade guide in README.md (#470) (@jeffreyesun)
  • Update advanced.md with NANSAFE file location. (#473) (@Se7enroll)
  • CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#474) (@github-actions[bot])
  • Relax print tests (#476) (@oxinabox)
  • Complete switch to GitHub Actions based CI (#483) (@andreasnoack)
  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#484) (@github-actions[bot])

v0.10.12

30 Jun 22:11
9c196ea
Compare
Choose a tag to compare

ForwardDiff v0.10.12

Diff since v0.10.11

Closed issues:

  • Package author for citations? (#460)
  • Question: does ForwardDiff work with Python functions? (#461)

Merged pull requests:

  • Address CommonSubexpressions 0.3 deprecation (#462) (@omus)

v0.10.11

29 Jun 08:11
b2c7771
Compare
Choose a tag to compare

ForwardDiff v0.10.11

Diff since v0.10.10

Closed issues:

  • AD of DifferentialEquations.jl ODE solver clashes with AD in Turing.jl (#446)
  • Simple code fails (#457)
  • Sparse Hessian (#458)

Merged pull requests:

  • CompatHelper: bump compat for "CommonSubexpressions" to "0.3" (#459) (@github-actions[bot])

v0.10.10

29 Mar 12:07
920717a
Compare
Choose a tag to compare

ForwardDiff v0.10.10

Diff since v0.10.9

Closed issues:

  • define typemin and typemax? (#318)
  • Jacobian of a multi-inputs function (#445)

Merged pull requests:

v0.10.9

15 Jan 15:09
v0.10.9
da034a2
Compare
Choose a tag to compare

v0.10.9 (2020-01-15)

Diff since v0.10.8

Closed issues:

  • Update DiffRules dependency to 1.0.0 (#431)

Merged pull requests:

v0.10.8

17 Dec 13:19
v0.10.8
4ec6ce1
Compare
Choose a tag to compare

v0.10.8 (2019-12-17)

Diff since v0.10.7

Merged pull requests: