Skip to content

0.8.1

Compare
Choose a tag to compare
@hredestig hredestig released this 27 Jul 08:11
· 1500 commits to devel since this release
0.8.1

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