Releases: JuliaDiff/DiffResults.jl
Releases · JuliaDiff/DiffResults.jl
v1.1.0
What's Changed
- Switch to GitHub Actions based CI by @andreasnoack in #19
- CompatHelper: bump compat for "StaticArrays" to "1.0" by @github-actions in #20
- use StaticArraysCore by @mcabbott in #22
New Contributors
Full Changelog: v1.0.2...v1.1.0
v1.0.3
DiffResults v1.0.3
Merged pull requests:
- Switch to GitHub Actions based CI (#19) (@andreasnoack)
- CompatHelper: bump compat for "StaticArrays" to "1.0" (#20) (@github-actions[bot])
v1.0.2
v1.0.2 (2019-12-21)
Merged pull requests:
- Fix element type of gradient initialization in HessianResult (#15) (andreasnoack)
v1.0.1
v1.0.1 (2019-12-05)
Merged pull requests:
- Fix bug in gradient initialization of HessianResult (#14) (andreasnoack)
v1.0.0
v1.0.0 (2019-12-05)
Closed issues:
- Undefined reference when computing Hessian with BigFloats (#8)
Merged pull requests:
- Allow more recent versions of StaticArrays (#13) (andreasnoack)
- Switch to project file (#12) (andreasnoack)
- Initialize gradient in HessianResult to avoid undef errors when (#9) (andreasnoack)
v0.0.4
v0.0.3: v0.7 deprecation fixes (#5)
* v0.7 deprecation fixes * allow test failures on nightly