Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener authored and Midnighter committed Oct 31, 2023
1 parent 131c9b6 commit d375ede
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## New features

* Adds a new "hybrid" solver that exposes an HIGHS/OSQP combinations for large scale
LPs, MILPs, and QPs.

## Fixes

Repaired the broken Biomodels Web IO.
Expand All @@ -10,4 +13,8 @@ Repaired the broken Biomodels Web IO.

## 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 d375ede

Please sign in to comment.