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)