Skip to content

Releases: cdanielmachado/carveme

1.6.0

08 Nov 13:11
Compare
Choose a tag to compare

This release introduces support for the open source SCIP solver.

1.5.2

22 May 07:38
Compare
Choose a tag to compare

It is now possible to select a solver using --solver. Only cplex and gurobi are available at the moment.

Bug fix release

03 Jun 13:17
Compare
Choose a tag to compare

Solves issue with spontaneous/diffusion reactions getting excluded from the models.

Release 1.5.0

19 Apr 13:02
0f2f48d
Compare
Choose a tag to compare

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

13 Oct 08:30
6a9b158
Compare
Choose a tag to compare

Solves a few problems, including installation issues and two bugs introduced in gapfill and merge_community in the last release.

release 1.4.0

16 Sep 12:07
72f8e11
Compare
Choose a tag to compare

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

11 Sep 08:39
63a55cc
Compare
Choose a tag to compare
  • Dropped support for Python 2
  • Switched to ReFramed
  • Using entry points in setup.py (easier windows installation)

First python 3 compatible release

28 May 15:42
Compare
Choose a tag to compare

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

16 Jan 10:44
Compare
Choose a tag to compare

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

13 Nov 21:06
Compare
Choose a tag to compare

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