Skip to content

Commit ed34629

Browse files
committed
chore: prepare release notes
1 parent 00439a9 commit ed34629

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

release-notes/0.15.2.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Release notes for cobrapy 0.15.2
2+
3+
## New features
4+
5+
* We introduce a new `tolerance` attribute both on the global `Configuration`
6+
object as well as `Model`. The default for this is 1E-07. Many functions that
7+
use a zero cut-off will now use the set model tolerance value by default.
8+
This value can still be set manually via function arguments but attempting to
9+
set a threshold that is lower than the model tolerance now raises an error.
10+
11+
## Fixes
12+
13+
* Geometric FBA now has a `processes` argument with a default of 1 which can be
14+
used for parallel processing.
15+
* Clean up the sampling code and make it respect global defaults.
16+
* Many SBML improvements, please see #835 for details.
17+

0 commit comments

Comments
 (0)