-
Notifications
You must be signed in to change notification settings - Fork 25
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
Switch to BinaryBuilder + drop support for 0.7 #52
Conversation
I am getting the error
@blegat do you know why it happens? It looks like something changed in MOI. I suspect it happened in MOI |
Ok I have removed it for now. It looks like it is not required for OSQP from this comment |
Codecov Report
@@ Coverage Diff @@
## master #52 +/- ##
==========================================
- Coverage 87.74% 87.58% -0.17%
==========================================
Files 6 6
Lines 979 918 -61
==========================================
- Hits 859 804 -55
+ Misses 120 114 -6
Continue to review full report at Codecov.
|
Thanks! I have made the changes you suggested. I kept Compat in the test dependencies because it is needed in MathProgBase. |
keywords = ["numerical-optimization", "solver"] | ||
license = "Apache 2.0" | ||
desc = "The Operator Splitting QP Solver." | ||
version = "0.5.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can add repo = "https://github.com/oxfordcontrol/OSQP.jl.git"
Fixes #44
Fixes #51
Replaces #49