Skip to content

Releases: cdanielmachado/framed

Bug fix release

22 May 09:10
Compare
Choose a tag to compare
0.5.2

bump to 0.5.2

First python 3 compatible release

28 May 15:40
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).

Other updates include bug fixes and speed improvements in gurobi and cplex interfaces.

SMETANA was removed from framed and will have its own dedicated repository.

Even more features

13 Nov 18:15
Compare
Choose a tag to compare

This version introduces several new features including:

Also:

  • Discontinued support for GLPK
  • Multiple bug fixes

new features

12 Jan 08:35
Compare
Choose a tag to compare
  • MetaNetX translation service
  • Thermodynamics-based methods (TMFA and NET)
  • Visualisation: KEGG and Escher support (experimental)
  • New Medium class
  • Improvements to solver interface

Bug fix release

10 Nov 13:15
Compare
Choose a tag to compare
  • don’t import everything to top-level
  • speedup metabolite deletion
  • implement copy in AttrOrderedDict
  • clean compartments in simplify method
  • print reduced costs in solution class
  • improve gpr and metadata parser
  • don't rebuild ODEs in kinetic model

Major overall changes

26 Oct 09:29
Compare
Choose a tag to compare

This release includes several significant changes:

  • refactoring of the module hierarchy
  • imports now directly from top-level package
  • improved docstrings
  • new CBReaction class with cobra-specific attributes
  • model.reactions and model.metabolites now support indexing by attribute name (similar to cobrapy)
  • simplification of solver classes
  • created documentation hosted at ReadTheDocs (finally!)

Now with pip installer

28 Sep 16:01
Compare
Choose a tag to compare

First release prepared for pip installation.

First stable release after major refactoring

30 Jul 11:20
Compare
Choose a tag to compare

Includes several changes with regard to the last release, including:

  • Refactoring of the model classes (now called: Model, CBModel, and ODEModel)
  • Support for sbml-fbc2
  • New CPLEX wrapper
  • Implemented looplessFBA
  • New DataSet class to load multi-omics datasets from JSON files
  • Implemented two omics-based methods (GIMME, E-Flux)
  • New module with kinetic modeling utilities (simulation, steady-state analysis, calibration, sampling)
  • Kinetic models now support assignment rules

Last stable beta before major refactoring

18 Aug 16:12
Compare
Choose a tag to compare

Last stable beta before major refactoring