Releases: JuliaDiff/ForwardDiff.jl
Releases · JuliaDiff/ForwardDiff.jl
v0.10.20
ForwardDiff v0.10.20
Closed issues:
- Addition of LogExpFunctions generates lots of warnings. (#543)
- Segfault from collecting a range of duals (#548)
Merged pull requests:
- define ArithmeticStyle for Dual (#549) (@KristofferC)
v0.10.19
ForwardDiff v0.10.19
Closed issues:
ForwardDiff.derivative(float, 1)
returnsFloat16(1.0)
(#362)- float(::Dual) disagrees with Base (#492)
- Support
normalize
(#521) - DiffRules [1.1,1.2] breaks precompilation (#529)
- method conj overwritten in dual.jl (#531)
Merged pull requests:
- Int(::Dual) and Integer(::Dual) (#508) (@dlfivefifty)
- Error message contains "expexts"; changed it to expects (#522) (@jwscook)
- Overload floatmin, floatmax (#525) (@dlfivefifty)
- Ignore rules with more than two arguments (#530) (@mcabbott)
- Remove rule for
conj
(#532) (@mcabbott) - fix float(::Dual) and add float(::Type{<:Dual}) (#535) (@stevengj)
v0.10.18
v0.10.17
ForwardDiff v0.10.17
Closed issues:
- ForwardDiff 10x slower than FiniteDiff equivalent (#502)
- Support structured (banded) Jacobians? (#507)
Merged pull requests:
- Update README.md (#505) (@ViralBShah)
- Remove pure function annotation (#509) (@mohamed82008)
v0.10.16
ForwardDiff v0.10.16
Closed issues:
- ForwardDiff.jl does not throw an error even when function outputting an array is used to calculate the Hessian (#501)
Merged pull requests:
v0.10.15
v0.10.14
ForwardDiff v0.10.14
Merged pull requests:
- Make
seed!
andextract_jacobian!
gpu-friendly (#472) (@charleskawczynski)
v0.10.13
ForwardDiff v0.10.13
Closed issues:
- Support for complex numbers (#157)
- Vote: should we add Complex number support as a feature of ForwardDiff. (#456)
- Missing website (#464)
- extract_jacobian calls generic function in generated function (#468)
Merged pull requests:
- Document multidimensional arrays (#449) (@thisrod)
- Add prevfloat and nextfloat for Dual (#453) (@johnmyleswhite)
- README: properly format citation (#465) (@zlatanvasovic)
- Avoid calling highly overloaded function in generated extraction functions (#469) (@andreasnoack)
- Fix link to upgrade guide in README.md (#470) (@jeffreyesun)
- Update advanced.md with NANSAFE file location. (#473) (@Se7enroll)
- CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#474) (@github-actions[bot])
- Relax print tests (#476) (@oxinabox)
- Complete switch to GitHub Actions based CI (#483) (@andreasnoack)
- CompatHelper: bump compat for "StaticArrays" to "1.0" (#484) (@github-actions[bot])