Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing ProximalCore #67

Merged
merged 6 commits into from
Feb 19, 2022

Conversation

lostella
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Feb 18, 2022

Codecov Report

Merging #67 (1ab97dc) into master (69e6fc2) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   88.57%   88.67%   +0.09%     
==========================================
  Files          22       21       -1     
  Lines         893      883      -10     
==========================================
- Hits          791      783       -8     
+ Misses        102      100       -2     
Impacted Files Coverage Δ
src/ProximalAlgorithms.jl 100.00% <ø> (+10.00%) ⬆️
src/algorithms/davis_yin.jl 92.30% <ø> (ø)
src/algorithms/douglas_rachford.jl 93.33% <ø> (ø)
src/algorithms/fast_forward_backward.jl 96.96% <ø> (ø)
src/algorithms/forward_backward.jl 96.29% <ø> (ø)
src/algorithms/li_lin.jl 75.55% <ø> (ø)
src/algorithms/panocplus.jl 93.50% <ø> (ø)
src/algorithms/sfista.jl 83.33% <ø> (ø)
src/algorithms/zerofpr.jl 93.93% <ø> (ø)
src/algorithms/drls.jl 95.77% <100.00%> (+1.25%) ⬆️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 69e6fc2...1ab97dc. Read the comment docs.

@lostella
Copy link
Member Author

The change in dependency is breaking the benchmark on master. Benchmark runs fine on the PR branch, we can disregard the failing check.

@lostella lostella merged commit 9b5c3ae into JuliaFirstOrder:master Feb 19, 2022
@lostella lostella deleted the move-to-proximal-core branch February 19, 2022 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant