1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# Release notes for cobrapy 0.12.0
## New features
* Add geometric FBA as a method.
* Add (linear) ROOM as a flux simulation method.
* Allow a reference solution to be used with deletion methods when using MOMA or
ROOM.
## Fixes
* Extend MOMA docstrings and add references.
* Vastly improve the time needed for adding MOMA/ROOM constraints.
* Copy metabolites added from other models.
* Change `.summary` methods to use a fractional threshold.
* Fix unexpected behavior in loopless FBA.
* Some internal improvements related to dependencies and continuous integration.
## Backwards incompatible changes
* The `find_essential_*` functions no longer accept a reference solution. As
their method of choice *FBA* doesn't accept one anyway.
|