diff --git a/release-notes/0.29.0.md b/release-notes/0.29.0.md new file mode 100644 index 000000000..264c75de9 --- /dev/null +++ b/release-notes/0.29.0.md @@ -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 diff --git a/release-notes/next-release.md b/release-notes/next-release.md index d7c78d3cc..2ddd48ce4 100644 --- a/release-notes/next-release.md +++ b/release-notes/next-release.md @@ -2,19 +2,10 @@ ## 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