Skip to content

Releases: JuliaFirstOrder/ProximalAlgorithms.jl

v0.5.4

09 Apr 06:25
3da9027
Compare
Choose a tag to compare

ProximalAlgorithms v0.5.4

Diff since v0.5.3

Closed issues:

  • Sparse regression example no longer working (#77)
  • Clarify that ProximalOperator >= 0.15 is needed, if used (#78)

Merged pull requests:

v0.5.3

08 Mar 18:50
f03bfa7
Compare
Choose a tag to compare

ProximalAlgorithms v0.5.3

Diff since v0.5.2

Merged pull requests:

v0.5.2

06 Mar 11:41
9761c99
Compare
Choose a tag to compare

ProximalAlgorithms v0.5.2

Diff since v0.5.1

Merged pull requests:

  • Reduce allocations in PANOC, PANOCplus, ZeroFPR, DRLS (#74) (@lostella)
  • Add PANOCpluc benchmarks (#75) (@aldma)

v0.5.1

28 Feb 06:18
Compare
Choose a tag to compare

ProximalAlgorithms v0.5.1

Diff since v0.5.0

Merged pull requests:

v0.5.0

19 Feb 09:08
9b5c3ae
Compare
Choose a tag to compare

ProximalAlgorithms v0.5.0

Diff since v0.4.1

Closed issues:

  • Add flag to hide warnings (#25)

Merged pull requests:

  • Add equivalence test DRS/DRLS (#46) (@lostella)
  • Reduce algorithms boilerplate (#47) (@lostella)
  • Add implementation of S-FISTA (#48) (@wwkong)
  • Fix benchmark (#49) (@lostella)
  • Improve adaptive stepsize for PANOC and ZeroFPR (#50) (@lostella)
  • Refactor some of the algorithms (#51) (@lostella)
  • Add autodiff fallback for gradient computation using Zygote (#52) (@lostella)
  • Fix bug in line search in DRLS (#53) (@lostella)
  • Add option for strongly convex case to DRLS + other fixes (#54) (@lostella)
  • Optimizing algorithms code, refactoring acceleration directions (#55) (@lostella)
  • Run tests on Julia 1.6 and 1.7 (#56) (@lostella)
  • Add implementation of PANOC+ (#57) (@aldma)
  • Fix and polish Nesterov acceleration tooling and fast proximal gradient implementation (#58) (@lostella)
  • Stronger stop criterion for PANOC+ (#60) (@aldma)
  • Fix typos, update constructors, add Chambolle-Pock constructor (#61) (@lostella)
  • Update algorithms interface, update docs (#62) (@lostella)
  • add CITATION.cff file (#63) (@aldma)
  • Fix PANOCplus (#66) (@aldma)
  • Introducing ProximalCore (#67) (@lostella)

v0.4.1

23 Jan 06:59
069de90
Compare
Choose a tag to compare

ProximalAlgorithms v0.4.1

Diff since v0.4.0

Closed issues:

  • pull request gone wrong (#39)

Merged pull requests:

v0.4.0

31 May 12:01
5cc7a28
Compare
Choose a tag to compare

ProximalAlgorithms v0.4.0

Diff since v0.3.1

Closed issues:

  • Problem solving a simple SDP in ProximalAlgorithms.jl (#36)
  • Tests on number of iterations are sensitive to randn (#37)

Merged pull requests:

v0.3.1

17 Nov 22:48
v0.3.1
271452e
Compare
Choose a tag to compare
  • Fixed issue with parameters validation in primal-dual algorithms
  • Fixed maximum number of backtracks in PANOC and ZeroFPR

v0.3.0

08 Jul 10:46
v0.3.0
Compare
Choose a tag to compare
  • New algorithms API
  • Added Davis-Yin splitting algorithm

Bug fix on dependencies

08 Mar 09:38
Compare
Choose a tag to compare
v0.2.1

dropping also RecArrTools