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

## Fixes

* All around improvements to cobrapy's continuous integration.
* Pin the scipy version to 0.19.1 until we can upgrade our sparse matrix code to
  scipy 1.0.

## New features

* Compatibility with symengine. Symengine can now power optlang and thus make
  many simulation tasks faster. Please try it out!
  It's as simple as `pip install symengine`.
* When writing to JSON or YAML metabolites, reactions, and genes by default
  maintain the order of the model. Their annotations are alphabetically sorted.
* Duplicate reactions are now properly ignored. They were causing `ValueError`s
  before.
* Automatic GitHub releases upon tagged releases.
* Automatic deployment of website upon tagged releases.