Releases: JuliaDiff/ForwardDiff.jl
Releases · JuliaDiff/ForwardDiff.jl
v0.8.5
undeprecate constructor <--> convert pun for Dual (#347)
v0.8.4
remove workaround for StaticArrays API breakage now that they have fi…
v0.8.3
fix constructor ambiguity introduced by #337 (#342)
v0.8.2: various fixes for v0.7/1.0 (#340)
* 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
Enable SIMD with Base.literal_pow (#332)
v0.8.0: Special case x^0 (#331)
v0.7.5
disable CSE warnings since we are okay with not CSEing if CommonSubex…
v0.7.4
remove redundant abs definition post-DiffRules v0.0.4
v0.7.3
restore lost performance for +/-
v0.7.2
transpose diffrule now in DiffRules