Skip to content

Commit ff0acf8

Browse files
committed
chore: prepare release notes for 0.24.0
1 parent 4e80df0 commit ff0acf8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

release-notes/0.24.0.md

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)