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

Julia 1.0 update #15

Merged
merged 5 commits into from
Sep 22, 2018
Merged

Julia 1.0 update #15

merged 5 commits into from
Sep 22, 2018

Conversation

nantonel
Copy link
Collaborator

Addressing #13 and #14.

There are many things that can be further fixed/changed following the blog post of @lostella and what is currently done in PANOC.jl.

But I would leave this for another PR.

@codecov-io
Copy link

codecov-io commented Sep 20, 2018

Codecov Report

Merging #15 into master will increase coverage by 4.96%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   93.31%   98.27%   +4.96%     
==========================================
  Files          11       10       -1     
  Lines         598      348     -250     
==========================================
- Hits          558      342     -216     
+ Misses         40        6      -34
Impacted Files Coverage Δ
src/template/Template.jl 100% <ø> (ø) ⬆️
src/algorithms/DouglasRachford.jl 100% <ø> (ø) ⬆️
src/utilities/zero.jl 100% <ø> (+50%) ⬆️
src/ProximalAlgorithms.jl 100% <100%> (+26.66%) ⬆️
src/algorithms/ZeroFPR.jl 100% <100%> (ø) ⬆️
src/algorithms/PANOC.jl 100% <100%> (ø) ⬆️
src/algorithms/ForwardBackward.jl 100% <100%> (ø) ⬆️
src/algorithms/AsymmetricForwardBackwardAdjoint.jl 90.16% <100%> (+3.92%) ⬆️
src/utilities/identity.jl 100% <100%> (+33.33%) ⬆️
... and 7 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 c438551...385bdd6. Read the comment docs.

@coveralls
Copy link

coveralls commented Sep 20, 2018

Coverage Status

Coverage increased (+4.9%) to 98.198% when pulling ce471d8 on nantonel:master into c438551 on kul-forbes:master.

test/runtests.jl Outdated

@testset "ProximalAlgorithms" begin

@testset "Utilities" begin
include("test_block.jl")
include("test_block.jl") # remove?
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why we had these test, I believe they could be removed. @lostella don't you think?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s leave it as it is

Copy link
Collaborator Author

@nantonel nantonel Sep 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but all of the tests of test_block are already in AbstractOperators and these test do not cover any code of ProximalAlgorithms itself...

src/REQUIRE Outdated
@@ -0,0 +1 @@
FFTW 0.2.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whops, will remove!

src/algorithms/ForwardBackward.jl Show resolved Hide resolved
test/runtests.jl Outdated

@testset "ProximalAlgorithms" begin

@testset "Utilities" begin
include("test_block.jl")
include("test_block.jl") # remove?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s leave it as it is

test/runtests.jl Show resolved Hide resolved
test/test_afba.jl Show resolved Hide resolved
Copy link
Member

@lostella lostella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Squash and merge B-)

@nantonel nantonel merged commit 9922dd7 into JuliaFirstOrder:master Sep 22, 2018
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.

4 participants