Skip to content

Version 2.0

Compare
Choose a tag to compare
@hemilpanchiwala hemilpanchiwala released this 28 Aug 13:21
· 78 commits to master since this release
002b648

New features

  • Support for SBML Level 3 Version 2 is added in SBSCL
  • Updated project to JSBML 1.5
  • Support for stochastic simulation added (using FERN)
  • Support for running results in SBML Test Runner using a wrapper
  • Feature of getting simulation results at every update instead of waiting for the simulation to complete.
  • New user guidelines and developer guides added
  • Full support of SBML Test Suite v3.3.0
  • Full support of Stochastic Test Suite
  • Full support of BiGG models database
  • Tests for all the features supported

Adaptation

  • SBMLinterpreter breaked into two classes EquationSystem for initialization and SBMLinterpreter for processing
  • Readme and project website updated
  • Complete documentation updated
  • Formats the library as per Google Style Guides
  • Library structure updated
  • CobraSolver is refactored and updated to FluxBalanceAnalysis
  • Travis CI build fixed
  • Several bug fixes, minor changes, and code improvements were performed