File: 0.11.0.md

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

## New features

* Add an argument `processes` to the functions `find_essential_genes` and
  `find_essential_reactions`.
* Automatic documentation generation should hopefully mean that it's never
  out-of-date.

## Backwards incompatible changes

* Homogenize all function and class arguments using multiprocessing to accept an
  integer for `processes`. This affects functions from deletion and sampling
  code.