File: 0.26.3.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 (20 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Release notes for cobrapy x.y.z

## New features

## Fixes

Fixed an issue where reaction bounds were being overwritten by global model min/max values
when writing sbml model to file. See [#1300](https://github.com/opencobra/cobrapy/pull/1312).

Fix an issue where [`runfrog`](https://github.com/matthiaskoenig/fbc_curation/issues/98) does
not work via github actions or local installation by removing the use of obsolete numpy
aliases for `float` and `bool`.

Fix a bug where installing httpx>=0.24 would break cobrapy IO.

## Other

## Deprecated features

## Backwards incompatible changes