Skip to content

Releases: JuliaDiff/ForwardDiff.jl

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:

v0.10.7

27 Nov 20:18
v0.10.7
Compare
Choose a tag to compare

v0.10.7 (2019-11-27)

Diff since v0.10.6

Closed issues:

  • Jacobian of out-of-place function (#422)

Merged pull requests:

v0.10.6

07 Nov 10:49
v0.10.6
Compare
Choose a tag to compare

v0.10.6 (2019-11-07)

Diff since v0.10.5

Merged pull requests:

v0.10.5

03 Nov 11:19
v0.10.5
f3bd3ca
Compare
Choose a tag to compare

v0.10.5 (2019-11-03)

Diff since v0.10.4

Closed issues:

  • Parallel Auto Differentiation; key ForwardDiff [...] not found (#417)

Merged pull requests:

v0.10.4

29 Oct 09:57
v0.10.4
c6830f9
Compare
Choose a tag to compare

v0.10.4 (2019-10-28)

Diff since v0.10.3

Closed issues:

  • Hessian is wrong with intervals (#411)
  • det not handled correctly? (#407)
  • Supporting the matrix exponential operator (#404)
  • Bug in particular case of determinant function (#403)
  • Why jacobian! allocates despite using pre-allocated memory ? (#402)
  • No-overhead one-pass calculation of value and derivative(s) (#401)
  • Extra allocations when function has method that allows ForwardDiff argument (#398)
  • Jacobian of function that solves an ODE internally (#397)
  • Higher dimensionnal Hessians (#382)

Merged pull requests:

v0.10.3

20 Feb 21:51
Compare
Choose a tag to compare
reduce occurences of tag errors (#389)

v0.10.2: Add the other rng functions (#378)

20 Jan 16:37
Compare
Choose a tag to compare
* Add the other rng functions

* Remove non-type random dispatches

* Add back rand(d) functions for things like rand(Integer)

* Remove redundant rng method

* add Random tests

* fix tests for rand interpretation

v0.10.1

30 Oct 20:16
Compare
Choose a tag to compare
rip -O3 (#372)