-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Release notes for cobrapy 0.29.0 | ||
|
||
## New features | ||
|
||
* Added a new "hybrid" solver that exposes an HIGHS/OSQP combinations for large scale | ||
LPs, MILPs, and QPs. | ||
|
||
## Fixes | ||
|
||
Repaired the broken Biomodels Web IO. | ||
|
||
## Other | ||
|
||
## Deprecated features | ||
|
||
* The OSQP solver is deprecated in favor of the hybrid solver which also uses OSQP but | ||
will not attempt to solve LPs with OSQP anymore. Setting the `model.solver = "osqp"` | ||
will now use the hybrid interface and will raise an error in a future release. | ||
|
||
## Backwards incompatible changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters