Skip to content

Commit f86056e

Browse files
committed
chore: prepare release notes
1 parent 82be9ea commit f86056e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

release-notes/0.20.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Release notes for cobrapy 0.20.0
2+
3+
## New features
4+
5+
* There is a new function inspired by
6+
[cameo](https://github.com/biosustain/cameo/) that can load models directly
7+
from [BiGG](http://bigg.ucsd.edu/) or
8+
[BioModels](https://www.ebi.ac.uk/biomodels/) and by default will cache them
9+
locally (#995), for example,
10+
11+
```py
12+
from cobra.io import load_model
13+
14+
ecoli = load_model("iML1515")
15+
ylipo = load_model("MODEL1604280017")
16+
```
17+
18+
## Fixes
19+
20+
* Over a series of pull requests, @synchon has been modernizing parts of the
21+
codebase for Python 3.6+ (#993, #999, #1000, #1003)
22+
* Upgrade the dependency python-libsbml-experimental to 5.18.3
23+

0 commit comments

Comments
 (0)