File tree Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 2
2
3
3
## New features
4
4
5
- * Added a new "hybrid" solver that exposes an HIGHS/OSQP combinations for large scale
6
- LPs, MILPs, and QPs.
7
-
8
5
## Fixes
9
6
10
- Repaired the broken Biomodels Web IO.
11
-
12
7
## Other
13
8
14
9
## Deprecated features
15
10
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
11
## Backwards incompatible changes
You can’t perform that action at this time.
0 commit comments