-
Notifications
You must be signed in to change notification settings - Fork 30
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
Implement the new internal algorithm interface #521
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 0.5.0 #521 +/- ##
==========================================
+ Coverage 90.88% 92.53% +1.65%
==========================================
Files 107 109 +2
Lines 10644 11778 +1134
==========================================
+ Hits 9674 10899 +1225
+ Misses 970 879 -91 ☔ View full report in Codecov by Sentry. |
The changes are described here
The implementation of
InternalOptimizationProblem
will deviate a bit from the proposal but those changes do not affect users at all.