/pygom

ODE modelling in Python

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

pygom - ODE modelling in Python

Build status Documentation Status pypi version licence

Development of a generic framework for ode models, more specifically, aiming to solve compartmental type problems.

This package depends on:

dask
matplotlib
enum34
pandas
python-dateutil
python-libsbml
numpy
scipy
sympy

and they should be installed if not already available. Alternatively, the easier way to use a minimal (and isolated) setup is to use conda and create a new environment via:

conda env create -f conda-env.yml

Installation of this package can be performed via:

$ python setup.py install

and tested via:

$ python setup.py test

A reduced form of the documentation may be found on ReadTheDocs.

You may get the full documentation, including the lengthy examples by locally building the documentation found in the folder:

$ doc

Note that building the documentation can be extremely slow depending on the setup of the system. Further details can be found at it's own read me:

$ doc/README.rst

Please be aware that if the module tests fails, then the documentation for the package will not compile.

Please be aware that there may be redundant files within the package as it is under active development.

Contributors

Thomas Finnie (Thomas.Finnie@phe.gov.uk)

Edwin Tye (Edwin.Tye@phe.gov.uk)

Version

0.1.4 Much faster Tau leap for stochastic simulations

0.1.3 Defaults to python built-in unittest and more in sync with conda