File tree 2 files changed +24
-13
lines changed
2 files changed +24
-13
lines changed Original file line number Diff line number Diff line change
1
+ # Release notes for cobrapy 0.27.0
2
+
3
+ ## New features
4
+
5
+ ## Fixes
6
+
7
+ COBRApy is now compatible with pydantic version 2.
8
+
9
+ COBRApy is now compatible with the latest numpy versions and pin to a lower version
10
+ has been removed.
11
+
12
+ ` loopless_solution ` now fixes the objective to its optimum as in the
13
+ originally published method and returns the objective value in the solution object.
14
+
15
+ Repair a broken test for ` fix_objective_as_constraint ` .
16
+
17
+ ## Other
18
+
19
+ Backwards compatibility for pickled models has been improved.
20
+
21
+ ## Deprecated features
22
+
23
+ ## Backwards incompatible changes
Original file line number Diff line number Diff line change 1
- # Release notes for cobrapy 0.27.0
1
+ # Release notes for cobrapy x.y.z
2
2
3
3
## New features
4
4
5
5
## Fixes
6
6
7
- COBRApy is now compatible with pydantic version 2.
8
-
9
- COBRApy is now compatible with the latest numpy versions and pin to a lower version
10
- has been removed.
11
-
12
- ` loopless_solution ` now fixes the objective to its optimum as in the
13
- originally published method and returns the objective value in the solution object.
14
-
15
- Repair a broken test for ` fix_objective_as_constraint ` .
16
-
17
7
## Other
18
8
19
- Backwards compatibility for pickled models has been improved.
20
-
21
9
## Deprecated features
22
10
23
11
## Backwards incompatible changes
You can’t perform that action at this time.
0 commit comments