Skip to content

Commit c4d1890

Browse files
committed
chore: prepare release notes for 0.27.0
1 parent 9e48208 commit c4d1890

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

release-notes/0.27.0.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

release-notes/next-release.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
1-
# Release notes for cobrapy 0.27.0
1+
# Release notes for cobrapy x.y.z
22

33
## New features
44

55
## Fixes
66

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-
177
## Other
188

19-
Backwards compatibility for pickled models has been improved.
20-
219
## Deprecated features
2210

2311
## Backwards incompatible changes

0 commit comments

Comments
 (0)