arrow_back
Return to Releases...
0.6.2
by The COBRApy Team
Fixes
- Fix in the ordering and rounding of FVA summary #525
- Shared memory, improve speed during sampling #521
- Debug
model.remove_reactionsto properly work with context manager. This lead to the deprecation ofreaction.deleteas this was not compatible with the concept of being able to later revert the change. #506, #508. - Adding two models (
modela + modelb) again results in a model with the objective set to the sum of the two models objectives #505. - When adding reactions to a model, the reactions with identifiers identical to those in the model are ignored. #511
New features
model.mergecan be used to merge two models, more flexibly than the overloaded + and += operators.
Deprecated features
reaction.deletehas been deprecated in favor ofreaction.remove_from_model- overloaded
+and+=forcobra.Modelare deprecated in favor ofmodel.merge
