Releases: JuliaDiff/FiniteDiff.jl
Releases · JuliaDiff/FiniteDiff.jl
v1.4.0
v1.4.0 (2019-11-11)
Merged pull requests:
- Fix issue of inconsistent size (#78) (huanglangwen)
- fix error when x is a ndarray (#77) (huanglangwen)
- Add real oop
finite\_difference\_jacobian
(#76) (huanglangwen)
v1.3.0
v1.2.0
v1.2.0 (2019-08-02)
v1.1.1
v1.1.1 (2019-08-02)
v1.1.0
v1.1.0 (2019-08-01)
Closed issues:
- Error when Jacobian is Tridiagonal (#67)
Merged pull requests:
- Remove @.. (#73) (ChrisRackauckas)
v1.0.0
v1.0.0 (2019-07-30)
Closed issues:
- Register (#70)
Merged pull requests:
- add colored diff support for (tri/bi-)diagonal matrices (#71) (huanglangwen)
v0.14.0
v0.14.0 (2019-07-12)
Closed issues:
- Registrator (#66)
Merged pull requests:
- add sparsity in finite_difference_jacobian and JacobianCache (#69) (huanglangwen)
- Output a Symmetric from the Hessians (#68) (ChrisRackauckas)
v0.13.0
v0.12.0
v0.12.0 (2019-06-22)
Closed issues:
Merged pull requests:
- Add Hessians and update docs (#61) (ChrisRackauckas)
v0.11.0
v0.11.0 (2019-06-13)
Closed issues:
- Register 0.10.0 (#56)
- No mention of the form of "f" in the README (#49)
- Is input arrays for the JacobianCache constructor supposed to alias sometimes? (#45)
- Sparsity support (#29)
Merged pull requests:
- support out of place operations in Jacobian calculations (#59) (ChrisRackauckas)
- forward differencing coloring (#58) (ChrisRackauckas)