Skip to content

Releases: JuliaDiff/ForwardDiff.jl

v0.10.0: Remove V <: Real type restriction (#369)

22 Oct 18:08
Compare
Choose a tag to compare
Instead, use an extensible function that the constructor uses to
check whether a type is valid to be used as `Dual`'s scalar type.

Fixes #216

v0.9.0: Revert "Use broadcast expressions instead of some loops." (#354)

31 Aug 16:37
6ebe333
Compare
Choose a tag to compare
This reverts commit 19003af62af38a110fa6ec12d3b52cd3451e4a03.

See https://github.com/JuliaDiff/ForwardDiff.jl/pull/353#issuecomment-417688351

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