Skip to content

Commit 2cb6a27

Browse files
committed
chore: update release notes
1 parent f6567ea commit 2cb6a27

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

release-notes/0.29.1.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Release notes for cobrapy 0.29.1
2+
3+
## New features
4+
5+
## Fixes
6+
7+
* Fixes the incorrect bounds in the CycleFree loop removal.
8+
* Fixes reduced costs and shadow prices not available when using non-convex models.
9+
* Fixed a bug with SBML group parsing that affects the Debian package.
10+
* Fixed a bug where load_matlab_model would not work with numpy 2.0.
11+
12+
## Other
13+
14+
* Adding a duplicate boundary reaction (with `add_boundary`) no longer errors, but instead just returns the existing reaction.
15+
* Automatic detection of the external compartment now recognizes CARVEME and GAPSEQ ids and will no longer
16+
show a warning for models generated with those tools.
17+
18+
## Deprecated features
19+
20+
## Backwards incompatible changes

release-notes/next-release.md

-8
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,8 @@
44

55
## Fixes
66

7-
* Fixes the incorrect bounds in the CycleFree loop removal.
8-
* Fixes reduced costs and shadow prices not available when using non-convex models.
9-
* Fixed a bug with SBML group parsing that affects the Debian package.
10-
117
## Other
128

13-
* Adding a duplicate boundary reaction (with `add_boundary`) no longer errors, but instead just returns the existing reaction.
14-
* Automatic detection of the external comprtment now recognizes CARVEME and GAPSEQ ids and will no longer
15-
show a warning for models generated with those tools.
16-
179
## Deprecated features
1810

1911
## Backwards incompatible changes

0 commit comments

Comments
 (0)