Skip to content

Releases: JuliaDiff/ForwardDiff.jl

v0.8.5

13 Aug 09:59
ae9c4f7
Compare
Choose a tag to compare
undeprecate constructor <--> convert pun for Dual (#347)

v0.8.4

08 Aug 15:15
466de85
Compare
Choose a tag to compare
remove workaround for StaticArrays API breakage now that they have fi…

v0.8.3

08 Aug 13:50
c1b63f0
Compare
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
Compare
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
Compare
Choose a tag to compare
Enable SIMD with Base.literal_pow (#332)

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

23 Jul 14:42
Compare
Choose a tag to compare

v0.7.5

02 Apr 23:28
Compare
Choose a tag to compare
disable CSE warnings since we are okay with not CSEing if CommonSubex…

v0.7.4

26 Mar 18:17
Compare
Choose a tag to compare
remove redundant abs definition post-DiffRules v0.0.4

v0.7.3

29 Jan 16:13
Compare
Choose a tag to compare
restore lost performance for +/-

v0.7.2

19 Jan 21:48
Compare
Choose a tag to compare
transpose diffrule now in DiffRules