File: 0.13.0.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 (16 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Release notes for cobrapy 0.13.0

## New features

* New properties for the `cobra.Model` that give access to specific boundary
  reactions.
* New functions for handling media and computing minimal media. Please read the
  new documentation chapter on media.

## Backwards incompatible changes

* The model class has gained new properties `exchanges`, `demands`,
  `sinks`, and `boundary`. `boundary` mirrors the previous behavior of
  `exchanges` whereas the other properties return the more specific boundary
  reactions.