File tree Expand file tree Collapse file tree 2 files changed +24
-13
lines changed Expand file tree Collapse file tree 2 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments