File: 0.8.1.md

package info (click to toggle)
python-cobra 0.29.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,512 kB
  • sloc: python: 14,703; xml: 12,841; makefile: 137; sh: 32
file content (14 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Release notes for cobrapy 0.8.1

## Fixes

- Fix bug related to inhomogeneous sampling
  [#558](https://github.com/opencobra/cobrapy/issues/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](https://github.com/opencobra/cobrapy/pull/556)