arrow_back
Return to Releases...
0.32.0
by The COBRApy Team
Release notes for cobrapy 0.32.0
New features
- Added
chrrsampler for flux polytope sampling, which is guaranteed to yield uniformly distributed samples. Uses the optional dependencyhopsy, installable withpip install cobra[chrr]. - COBRAPY now works on Python 3.14.
Fixes
- Rare race condition in cache directory creation from running seperate processes loading cobrapy on clean machine fixed. (https://github.com/opencobra/cobrapy/issues/1476)
Formula.__add__now accepts a plainstrfor the right-hand operand, matching its documented type hint and docstring. PreviouslyFormula("H2O") + "C"raisedAttributeError.
