Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 16:47
b34bf64

ProximalAlgorithms v0.7.0

Diff since v0.5.4

Breaking changes

  • Updated autodiff backends from Zygote to DifferentiationInterface (#88, #90, #93)
  • Bumped minimum Julia version to 1.6 (#95)

Check this section of the documentation on how to use the updated autodiff mechanism.

Merged pull requests:

Closed issues:

  • Autodiff backends (#71)
  • Remove Zygote dependency by switching to AbstractDifferentiation (#80)
  • Question on DavisYin algorithm (#83)