-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
prerelease notes for 0.19-alpha #1523
Conversation
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.
LGTM
NEWS.md
Outdated
of lists. Duplicate coefficients can no longer exist. Accessors and iteration | ||
methods have changed. | ||
|
||
- `JuMPNLPEvaluator` no longer includes the the linear and quadratic and |
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.
duplicated "and quadratic"
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.
Also duplicated "the"
NEWS.md
Outdated
|
||
New features: | ||
|
||
- Support for deleting constraints and variables |
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.
Nit: End with period (here and below).
Codecov Report
@@ Coverage Diff @@
## master #1523 +/- ##
=========================================
+ Coverage 89.47% 89.58% +0.1%
=========================================
Files 27 27
Lines 3621 3736 +115
=========================================
+ Hits 3240 3347 +107
- Misses 381 389 +8
Continue to review full report at Codecov.
|
We could also mention that atm there is no automatic bridging between soc and quadratic while there was the conic <-> lpqp bridges with mpb but there are open prs for that We could also advertise that JuMP extensibility has been improved as MOI is now extensible by design and JuMP macros are now extensible and a doc is coming |
Is this a known issue or a breaking change (that it doesn't work anymore)? |
Not sure which yet. For quadratic to SOC, jump-dev/MathOptInterface.jl#483 does the non-homogeneous tranformation but I am not sure that the homogeneous one (i.e. |
After merging this I'll tag
v0.19-alpha
. I'm not certain thatadd JuMP#v0.19-alpha
will work though.@blegat @odow @joaquimg @joehuchette @juan-pablo-vielma @IssamT
Please take a look and check that you agree with the lists of breaking changes/new features/known issues.