Releases: JuliaDiff/ForwardDiff.jl
Releases · JuliaDiff/ForwardDiff.jl
v0.10.10
ForwardDiff v0.10.10
Closed issues:
Merged pull requests:
- Handle 0-sized chunk case (#399) (#400) (@felipenoris)
- Restrict
getindex
for partials to a single Int (#437) (@timholy) - Move SIMD tests to a separate job and allow them to fail (#438) (@andreasnoack)
- Fixes minor typo in documentation (#442) (@ferrolho)
- add typemax typemin (#444) (@matbesancon)
- Preserve capitalisation of Julia in bib entry (#447) (@mschauer)
- Install TagBot as a GitHub Action (#448) (@JuliaTagBot)
- Update versions to test on (#450) (@KristofferC)
v0.10.9
v0.10.9 (2020-01-15)
Closed issues:
- Update DiffRules dependency to 1.0.0 (#431)
Merged pull requests:
- CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#435) (github-actions[bot])
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 SpecialFunctions@0.9 (#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