Releases: JuliaDiff/ForwardDiff.jl
Releases · JuliaDiff/ForwardDiff.jl
v0.10.8
v0.10.8 (2019-12-17)
Merged pull requests:
- Bump for DiffRules 1.0 compat (#430) (ChrisRackauckas)
- CompatHelper: bump compat for "DiffRules" to "1.0" (#429) (github-actions[bot])
- CompatHelper: bump compat for "DiffResults" to "1.0.1" (#426) (github-actions[bot])
v0.10.7
v0.10.7 (2019-11-27)
Closed issues:
- Jacobian of out-of-place function (#422)
Merged pull requests:
- Allow [email protected] (#425) (fredrikekre)
v0.10.6
v0.10.6 (2019-11-07)
Merged pull requests:
- Allow DiffRules 0.1 and prepare for bugfix release (#420) (andreasnoack)
v0.10.5
v0.10.4
v0.10.4 (2019-10-28)
Closed issues:
- Hessian is wrong with intervals (#411)
- det not handled correctly? (#407)
- Supporting the matrix exponential operator (#404)
- Bug in particular case of determinant function (#403)
- Why jacobian! allocates despite using pre-allocated memory ? (#402)
- No-overhead one-pass calculation of value and derivative(s) (#401)
- Extra allocations when function has method that allows ForwardDiff argument (#398)
- Jacobian of function that solves an ODE internally (#397)
- Higher dimensionnal Hessians (#382)
Merged pull requests:
- modernize some CI and docs (#416) (KristofferC)
- From REQUIRE to Project.toml (#415) (andreasnoack)
- Fix x^y for the case when x is zero. (#414) (andreasnoack)
- reduce the chunk size for the hessian test (#409) (KristofferC)
- also test on 1.2 (#408) (KristofferC)
v0.10.3
v0.10.2: Add the other rng functions (#378)
* Add the other rng functions * Remove non-type random dispatches * Add back rand(d) functions for things like rand(Integer) * Remove redundant rng method * add Random tests * fix tests for rand interpretation
v0.10.1
v0.10.0: Remove V <: Real type restriction (#369)
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)
This reverts commit 19003af62af38a110fa6ec12d3b52cd3451e4a03. See https://github.com/JuliaDiff/ForwardDiff.jl/pull/353#issuecomment-417688351