Skip to content

Commit

Permalink
chore: update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Oct 31, 2023
1 parent d58bb70 commit 184aa61
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
20 changes: 20 additions & 0 deletions release-notes/0.29.0.md
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
9 changes: 0 additions & 9 deletions release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 184aa61

Please sign in to comment.