We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00439a9 commit ed34629Copy full SHA for ed34629
release-notes/0.15.2.md
@@ -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