-
Notifications
You must be signed in to change notification settings - Fork 94
Prep for v1.46.0 #2865
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
base: master
Are you sure you want to change the base?
Prep for v1.46.0 #2865
Conversation
The Juniper and Pavito failures are super interesting and they are caused by #2857
Maybe we should revert #2857 and add a check at the JuMP level? Or maybe the bridge needs to say: I added a Or maybe we need to convert the |
|
Hearing no objections? |
Pavito and Juniper shouldn't support Indicator constraints so that it's bridged before they pass it down. It doesn't make sense for them to pass down an indicator constraints to a non-MIP solver. It's not like there is a chance for these non-MIP solvers to support indicator constraints. |
Maybe this should be fixed before we release ? |
Already done in #2868 |
Basic
version
field ofProject.toml
has been updated- If a breaking change, increment the MAJOR field and reset others to 0
- If adding new features, increment the MINOR field and reset PATCH to 0
- If adding bug fixes or documentation changes, increment the PATCH field
Documentation
docs/src/changelog.md
, following existing styleTests
https://github.com/jump-dev/MathOptInterface.jl/actions/runs/18326452732https://github.com/jump-dev/MathOptInterface.jl/actions/runs/18362251645MOI.Test.version_added
is implemented.