Skip to content

Releases: JuliaDiff/DiffResults.jl

v1.1.0

04 Oct 16:42
276d1d7
Compare
Choose a tag to compare

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

  • @github-actions made their first contribution in #20
  • @mcabbott made their first contribution in #22

Full Changelog: v1.0.2...v1.1.0

v1.0.3

29 Nov 17:01
80f085e
Compare
Choose a tag to compare

DiffResults v1.0.3

Diff since v1.0.2

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

21 Dec 18:45
v1.0.2
ceb1cc7
Compare
Choose a tag to compare

v1.0.2 (2019-12-21)

Diff since v1.0.1

Merged pull requests:

  • Fix element type of gradient initialization in HessianResult (#15) (andreasnoack)

v1.0.1

05 Dec 20:17
v1.0.1
4a440e5
Compare
Choose a tag to compare

v1.0.1 (2019-12-05)

Diff since v1.0.0

Merged pull requests:

v1.0.0

05 Dec 08:54
v1.0.0
b999272
Compare
Choose a tag to compare

v1.0.0 (2019-12-05)

Diff since v0.0.4

Closed issues:

  • Undefined reference when computing Hessian with BigFloats (#8)

Merged pull requests:

v0.0.4

12 Feb 19:46
Compare
Choose a tag to compare
Dispatch on StaticArray instead of SArray (#7)

v0.0.3: v0.7 deprecation fixes (#5)

15 Jan 13:30
d49bd6d
Compare
Choose a tag to compare
* v0.7 deprecation fixes

* allow test failures on nightly

v0.0.2

20 Nov 15:31
02f7ebe
Compare
Choose a tag to compare
add __precompile__ (#3)

v0.0.1

18 Sep 17:16
Compare
Choose a tag to compare
add CI badges