File: 0.15.2.md

package info (click to toggle)
python-cobra 0.29.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,512 kB
  • sloc: python: 14,703; xml: 12,841; makefile: 137; sh: 32
file content (17 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Release notes for cobrapy 0.15.2

## New features

* We introduce a new `tolerance` attribute both on the global `Configuration`
  object as well as `Model`. The default for this is 1E-07. Many functions that
  use a zero cut-off will now use the set model tolerance value by default.
  This value can still be set manually via function arguments but attempting to
  set a threshold that is lower than the model tolerance now raises an error.

## Fixes

* Geometric FBA now has a `processes` argument with a default of 1 which can be
  used for parallel processing.
* Clean up the sampling code and make it respect global defaults.
* Many SBML improvements, please see #835 for details.