Skip to content

Releases: biosustain/cameo

0.8.0b1

02 Dec 14:42
Compare
Choose a tag to compare
* Features
- Support multiple reactions in ratio constraints
- Yield based phenotypic phase plane (aka production envelope)
- Support for knocking metabolites
- Add with statement in ProblemCache
- Implementation of OptSwap

* Fixes
- Faster retrieval of shadow prices from solver
- Debug load model
- Faster lmoma and moma
- Debug gene knockout
- Fix broken unit-tests that depended on comparing dataframes

0.7.1

06 Sep 20:11
Compare
Choose a tag to compare
Fixes in strain_design.OptGene

0.7.0

02 Sep 12:34
Compare
Choose a tag to compare
Faster model manipulation.

list

01 Sep 07:00
Compare
Choose a tag to compare
fix: small error catching bug

0.7.0b2: Metanetx dictionaries update (#57)

01 Aug 11:01
Compare
Choose a tag to compare
* chore: update metanetx dictionaries

* fix: back compatibility for python2 - pickle protocol

* Do not filter chem_prop by database

0.7.0b1

26 Jul 18:52
Compare
Choose a tag to compare
add_reaction(s) takes advantage of new low-level API in optlang

0.6.4

07 Jul 10:33
Compare
Choose a tag to compare
fix: import failure when model reaction doesn't have name attribute

0.6.3

22 Jun 07:35
Compare
Choose a tag to compare
chore: update deps

0.6.2: Bug fix release

08 Jun 23:00
Compare
Choose a tag to compare
Lot's of bug fixes

0.6.1: Bug fix release:

26 May 05:53
Compare
Choose a tag to compare
this fixes the reaction.gene_reaction_rule setter. Also Reaction.clone will replace cobrapy genes and metabolites with cameo objects.