We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82be9ea commit f86056eCopy full SHA for f86056e
release-notes/0.20.0.md
@@ -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