Skip to content

Releases: JuliaDiff/ForwardDiff.jl

v0.8.3

08 Aug 13:50
c1b63f0

Choose a tag to compare

fix constructor ambiguity introduced by #337 (#342)

v0.8.2: various fixes for v0.7/1.0 (#340)

08 Aug 05:17
14bb015

Choose a tag to compare

* various fixes for v0.7/1.0

* remove old depwarns that have hung around for more than a release cycle

* use ≈ instead of == for Dual auto-tests

v0.8.1

03 Aug 21:20

Choose a tag to compare

Enable SIMD with Base.literal_pow (#332)

v0.8.0: Special case x^0 (#331)

23 Jul 14:42

Choose a tag to compare

v0.7.5

02 Apr 23:28

Choose a tag to compare

disable CSE warnings since we are okay with not CSEing if CommonSubex…

v0.7.4

26 Mar 18:17

Choose a tag to compare

remove redundant abs definition post-DiffRules v0.0.4

v0.7.3

29 Jan 16:13

Choose a tag to compare

restore lost performance for +/-

v0.7.2

19 Jan 21:48

Choose a tag to compare

transpose diffrule now in DiffRules

v0.7.1

15 Jan 13:31

Choose a tag to compare

misc v0.7 deprecation fixes

v0.7.0: tweak tag generation (#279)

20 Nov 23:32

Choose a tag to compare

* tweak tag generation

This does 3 related things
1. Re-enables void tags by providing `nothing` as function argument
2. Allows opt out of tag checking via `Val{false}()` argument.
3. Simplifies the Hessian to use the same tag (which is useful for my own purposes of computing Riemannian metrics, but also makes the code a bit cleaner).

* add docs

* derivative fixes

* add tests for tag checks

* add tag docs