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