Releases: JuliaDiff/ForwardDiff.jl
Releases · JuliaDiff/ForwardDiff.jl
v0.10.30
ForwardDiff v0.10.30
Closed issues:
- Forward AD for mod2pi() (#113)
- Calculating gradient wrt to logpdf/loglikelihood of Gamma distributions (#283)
realmin
andrealmax
not defined (#306)- derivative(xlogx, 0.) gives 0 (should be -Inf) (#365)
- Define
prevfloat
/nextfloat
for Dual Numbers (#371) - minor: link to upgrade guide on main README.md is broken, needs updating (#454)
Merged pull requests:
- Add definition for
logabsgamma
(#585) (@devmotion)
v0.10.29
ForwardDiff v0.10.29
Closed issues:
- Spurious type promotions due to Float64 coefficients in the diff rules (#566)
Merged pull requests:
v0.10.28
ForwardDiff v0.10.28
Merged pull requests:
- Support complex output in
derivative
(#583) (@antoine-levitt)
v0.10.27
ForwardDiff v0.10.27
Merged pull requests:
- Fix DiffRules-based definitions for complex-valued functions (#577) (@devmotion)
v0.10.26
ForwardDiff v0.10.26
Closed issues:
- Incorrect second derivative of sinc nearby zero (#466)
Merged pull requests:
v0.10.25
v0.10.24
ForwardDiff v0.10.24
Closed issues:
- derivative of "sind" function (#556)
Merged pull requests:
- use SIMD.jl for explicit vectorization of partial operations (#557) (@KristofferC)
- improve type stability in jacobian for a certain case (#558) (@KristofferC)
- use explicit simd for iszero check on partials (#559) (@KristofferC)
- define sin/cos on Dual to use sincos (#561) (@KristofferC)
- explicitly SIMD muladd with duals (#562) (@KristofferC)
- CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#564) (@github-actions[bot])
- Fix
ldexp
test errors (#568) (@devmotion) - Revert SIMD.jl usage (#569) (@KristofferC)
v0.10.23
v0.10.22
ForwardDiff v0.10.22
Merged pull requests:
- Fix the documentation badge (#545) (@hyrodium)
- Use specified threshold instead of DEFAULT_CHUNK_THRESHOLD in pickchunksize (#552) (@chriselrod)
v0.10.21
ForwardDiff v0.10.21
Merged pull requests:
- use the preference system for nan safe mode (#539) (@KristofferC)