Releases: cdanielmachado/carveme
Releases · cdanielmachado/carveme
1.6.0
1.5.2
It is now possible to select a solver using --solver
. Only cplex and gurobi are available at the moment.
Bug fix release
Solves issue with spontaneous/diffusion reactions getting excluded from the models.
Release 1.5.0
New in CarveMe 1.5:
- Updated internal database to BiGG 1.6
- Rebuild and curated universal model (increased from 2383 to 2861 metabolites and from 4343 to 5532 reactions)
- Improved all element annotations (MEMOTE score increased from ~30% to ~80%)
Current benchmark scores:
- Biolog MCC = 0.255
- Essentiality MCC = 0.483
Bug fix release
Solves a few problems, including installation issues and two bugs introduced in gapfill and merge_community in the last release.
release 1.4.0
New in this release:
- New benchmark feature to test each release using biolog and gene essentiality data.
- Updated RefSeq database to release 201.
- Dropped support for GenBank.
Current benchmark scores:
- Biolog MCC = 0.262
- Essentiality MCC = 0.428
Technical improvements
- Dropped support for Python 2
- Switched to ReFramed
- Using entry points in setup.py (easier windows installation)
First python 3 compatible release
This release introduces Python 3 compatibility.
For the moment, both Python 2 and Python 3 will be supported (we may drop support for Python 2 at some point in the future).
Minor version update with new features
New features in this release:
- Debug mode with --debug (outputs all intermediate computations to flat files for debug purposes)
- Support for experimental constraints (with --soft and --hard)
Plus some minor bug fixes.
First major release
Multiple changes:
- new biomass templates (gram positive, gram negative)
- allow external biomass library
- auto-normalize biomass weight to 1 gram
- further manual curation of universal model
- generation of microbial community models
- detailed online documentation