Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 463 Bytes

0.8.1.md

File metadata and controls

14 lines (9 loc) · 463 Bytes

Release notes for cobrapy 0.8.1

Fixes

  • Fix bug related to inhomogeneous sampling #558. During flux sampling, store the nullspace rather than the entire projection (N * N.T) which reduces the memory footprint since it uses memory in the order of 2 * n_reaction * n_metabolites instead of 4 * n_reactions^2 (no change in speed). PR #556