Skip to content

Commit 184aa61

Browse files
committed
chore: update release notes
1 parent d58bb70 commit 184aa61

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

release-notes/0.29.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Release notes for cobrapy 0.29.0
2+
3+
## New features
4+
5+
* Added a new "hybrid" solver that exposes an HIGHS/OSQP combinations for large scale
6+
LPs, MILPs, and QPs.
7+
8+
## Fixes
9+
10+
Repaired the broken Biomodels Web IO.
11+
12+
## Other
13+
14+
## Deprecated features
15+
16+
* The OSQP solver is deprecated in favor of the hybrid solver which also uses OSQP but
17+
will not attempt to solve LPs with OSQP anymore. Setting the `model.solver = "osqp"`
18+
will now use the hybrid interface and will raise an error in a future release.
19+
20+
## Backwards incompatible changes

release-notes/next-release.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,10 @@
22

33
## New features
44

5-
* Added a new "hybrid" solver that exposes an HIGHS/OSQP combinations for large scale
6-
LPs, MILPs, and QPs.
7-
85
## Fixes
96

10-
Repaired the broken Biomodels Web IO.
11-
127
## Other
138

149
## Deprecated features
1510

16-
* The OSQP solver is deprecated in favor of the hybrid solver which also uses OSQP but
17-
will not attempt to solve LPs with OSQP anymore. Setting the `model.solver = "osqp"`
18-
will now use the hybrid interface and will raise an error in a future release.
19-
2011
## Backwards incompatible changes

0 commit comments

Comments
 (0)