JuliaFirstOrder / ProximalAlgorithms.jl

Proximal algorithms for nonsmooth optimization in Julia
Other
130 stars 21 forks source link

AD backends #85

Closed lostella closed 7 months ago

lostella commented 1 year ago

Breaking change, addresses #80, #71

Checklist before merging:

Note: benchmark workflow is supposed to fail, as Zygote is not a dependency anymore but is imported on master.

codecov[bot] commented 1 year ago

Codecov Report

Merging #85 (d67d3ce) into master (dc0342c) will decrease coverage by 0.07%. The diff coverage is 86.66%.

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   89.34%   89.27%   -0.08%     
==========================================
  Files          21       23       +2     
  Lines         920      932      +12     
==========================================
+ Hits          822      832      +10     
- Misses         98      100       +2     
Impacted Files Coverage Δ
src/autodiff/backends.jl 50.00% <50.00%> (ø)
src/ProximalAlgorithms.jl 100.00% <100.00%> (ø)
src/autodiff/yota.jl 100.00% <100.00%> (ø)
src/autodiff/zygote.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

lostella commented 7 months ago

Closing in favor of #90