File: 0.18.0.md

package info (click to toggle)
python-cobra 0.29.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,512 kB
  • sloc: python: 14,703; xml: 12,841; makefile: 137; sh: 30
file content (29 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Release notes for cobrapy 0.18.0

## New features

* Support writing SBML notes on model objects

## Fixes

* Test alternative solver
* Handle repeated infeasible optimizations in `minimal_medium`
* Allow newline characters in SBML notes

## Backwards incompatible changes

* Change the container type of `groups` from `set` to `DictList`
* Expect annotation attributes to be of type `dict`

## Internal

* Update Travis CI configuration
* Add Python 3.8 to PyPI classifiers

## Contributors

* @BenjaSanchez
* @cdiener
* @ecederstrand
* @Hemant27031999