0.20.0
Release notes for cobrapy 0.20.0
New features
-
There is a new function inspired by
cameo that can load models directly
from BiGG or
BioModels and by default will cache them
locally (#995), for example,from cobra.io import load_model ecoli = load_model("iML1515") ylipo = load_model("MODEL1604280017")