You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model.compartment is now a dynamic property fetching the
compartments from all metabolites therefore always
up-to-date. Assigning a dictionary to the same property updates the
internal dictionary of compartment descriptions. This change removes
the need for the check for missing compartments from validation.check_metabolite_compartment_formula.
Excessively long output of html representations in jupyter notebooks are now abbreviated #577.
Reaction forward and reverse variables are no longer cached with those object. No visible effect but simplifies the code.
Fix bug in summary methods when used with exchange reaction sas objective. #595.
New features
Model.objective_direction is a new revertible property to set maximization / minimization using the context manager.
Change output of production_envelope to wide data frame format #587. Also allow multiple carbon source reactions and better handling of zero-division exceptions.