Skip to content

Commit ee42e85

Browse files
committed
chore: update RNs
1 parent b28dbd8 commit ee42e85

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

release-notes/0.30.0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release notes for cobrapy 0.30.0
2+
3+
## New features
4+
5+
## Fixes
6+
7+
Fixes failures of GPR.copy() in Python 3.13.
8+
9+
Fix compartment not being stored for metabolites created during
10+
reaction.build_reaction_from_string
11+
12+
Fix `reaction.check_mass_balance` giving incorrect results for reactions with floating point coefficients.
13+
14+
Fixes FastCC. This now implements the full algorithm as in the original paper and gives
15+
the same results as the Matlab implementation (within the solver tolerance).
16+
17+
## Other
18+
19+
## Deprecated features
20+
21+
## Backwards incompatible changes
22+
23+
Following libSBML we now also dropped support for Python 3.8. You can still use cobrapy
24+
with Python 3.8 by installing version 0.29.1 or earlier.

release-notes/next-release.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,8 @@
44

55
## Fixes
66

7-
Fixes failures of GPR.copy() in Python 3.13.
8-
9-
Fix compartment not being stored for metabolites created during
10-
reaction.build_reaction_from_string
11-
12-
Fix `reaction.check_mass_balance` giving incorrect results for reactions with floating point coefficients.
13-
14-
Fixes FastCC. This now implements the full algorithm as in the original paper and gives
15-
the same results as the Matlab implementation (within the solver tolerance).
16-
177
## Other
188

199
## Deprecated features
2010

2111
## Backwards incompatible changes
22-
23-
Following libSBML we now also dropped support for Python 3.8. You can still use cobrapy
24-
with Python 3.8 by installing version 0.29.1 or earlier.

0 commit comments

Comments
 (0)