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

## New features

* Gene-protein-reaction association rules are now represented by a structured object `GPR`.
  `Reaction.gene_reaction_rule` still returns a string and a string can be assigned
  to it that will modify the underlying `GPR` instance.
* The `Reaction` class has gained another attribute `Reaction.gpr` which allows direct
  access to the `GPR` instance (#1143).

## Fixes

* Syntax update and type annotations (#1151).