We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e80df0 commit ff0acf8Copy full SHA for ff0acf8
release-notes/0.24.0.md
@@ -0,0 +1,13 @@
1
+# Release notes for cobrapy 0.24.0
2
+
3
+## New features
4
5
+* Gene-protein-reaction association rules are now represented by a structured object `GPR`.
6
+ `Reaction.gene_reaction_rule` still returns a string and a string can be assigned
7
+ to it that will modify the underlying `GPR` instance.
8
+* The `Reaction` class has gained another attribute `Reaction.gpr` which allows direct
9
+ access to the `GPR` instance (#1143).
10
11
+## Fixes
12
13
+* Syntax update and type annotations (#1151).
0 commit comments