modelbase 1.57.2__tar.gz → 1.57.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {modelbase-1.57.2 → modelbase-1.57.4}/PKG-INFO +1 -1
- {modelbase-1.57.2 → modelbase-1.57.4}/pyproject.toml +1 -1
- {modelbase-1.57.2 → modelbase-1.57.4}/setup.py +1 -1
- {modelbase-1.57.2 → modelbase-1.57.4}/LICENSE +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/README.md +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/__init__.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/core/__init__.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/core/algebraicmixin.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/core/basemodel.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/core/compoundmixin.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/core/parametermixin.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/core/ratemixin.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/core/stoichiometricmixin.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/core/utils.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/__init__.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/integrators/__init__.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/integrators/abstract_integrator.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/integrators/int_assimulo.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/integrators/int_scipy.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/models/__init__.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/models/abstract_model.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/models/labelmodel.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/models/linearlabelmodel.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/models/model.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/simulators/__init__.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/simulators/abstract_simulator.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/simulators/labelsimulator.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/simulators/linearlabelsimulator.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/simulators/simulator.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/utils/__init__.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/utils/algebraicfunctions.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/utils/mca.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/utils/ratefunctions.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/ode/utils/ratelaws.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/py.typed +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/sbml/__init__.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/sbml/data.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/sbml/mathml.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/sbml/parser.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/sbml/unit_conversion.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/typing.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/utils/__init__.py +0 -0
- {modelbase-1.57.2 → modelbase-1.57.4}/src/modelbase/utils/plotting.py +0 -0
|
@@ -32,7 +32,7 @@ install_requires = \
|
|
|
32
32
|
|
|
33
33
|
setup_kwargs = {
|
|
34
34
|
'name': 'modelbase',
|
|
35
|
-
'version': '1.57.
|
|
35
|
+
'version': '1.57.4',
|
|
36
36
|
'description': 'A package to build metabolic models',
|
|
37
37
|
'long_description': '# modelbase\n\n[](https://doi.org/10.1186/s12859-021-04122-7)\n[](https://gitlab.com/qtb-hhu/modelbase-software/-/commits/main)\n[](https://gitlab.com/qtb-hhu/modelbase-software/-/commits/main)\n[](https://qtb-hhu.gitlab.io/modelbase-software/)\n[](https://pypi.org/project/modelbase/)\n[](https://github.com/psf/black)\n[](http://mypy-lang.org/)\n[](https://github.com/PyCQA/bandit)\n[](https://pepy.tech/project/modelbase)\n\n\nmodelbase is a python package to help you build and analyze dynamic mathematical models of biological systems. It has originally been designed for the simulation of metabolic systems, but can be used for virtually any processes, in which some substances get converted into others.\n\nmodelbase incorporates an easy construction method to define \'reactions\'. A rate law and the stoichiometry need to be specified, and the system of differential equations is assembled automatically.\n\nmodelbase allows \'algebraic modules\', which are useful to implement rapid equilibrium or quasi steady-state approximations. In the simplest instance, they allow easy incorporation of conserved quantities.\n\nmodelbase also allows a simple construction of isotope-specific models. This class contains a constructor method that automatically construct all isotope specific versions of a particular reaction. Very cool - check it out!\n\n## Release notes\n\nVersions 1.0 and 0.4.0 introduced changes not compatible with the previous official\nrelease 0.2.5. API changes are summarised in [this notebook](docs/source/api-changes.ipynb)\n\n[Version 0.4.5](https://gitlab.com/qtb-hhu/modelbase-software/-/tags/0.4.5) was the prior stable version\n\n[Version 0.2.5](https://gitlab.com/qtb-hhu/modelbase-software/-/tags/initial-release)\nis the official release for the submission of the\nmansucript "Building mathematical models of biological systems\nwith modelbase, a Python package for semi-automatic ODE assembly\nand construction of isotope-specific models" to the Journal of Open\nResearch Software.\n\nSee changelog.md for details on changes of earlier versions.\n\n## Installation\n\nIf you quickly want to test out modelbase, or do not require assimulo support, install modelbase via\n\n```bash\npip install modelbase\n```\n\nTo enable assimulo support, the easiest way is to install modelbase via conda. We also recommend using the conda-forge channels.\n\n```bash\n# recommended to avoid package clashes\nconda config --add channels conda-forge\n\n# Create a new environment (not necessary, but recommended)\nconda create -n mb39 python=3.9\nconda install -c conda-forge modelbase\n```\n\n## License\n\n[GPL 3](https://gitlab.com/qtb-hhu/modelbase-software/blob/main/LICENSE)\n\n## Documentation\n\nThe official documentation is hosted [here on gitlab](https://qtb-hhu.gitlab.io/modelbase-software/).\n\n## Issues and support\n\nIf you experience issues using the software please contact us through our [issues](https://gitlab.com/qtb-hhu/modelbase-software/issues) page.\n\n## Contributing to modelbase\n\nAll contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. See our [contribution guide](https://gitlab.com/qtb-hhu/modelbase-software/blob/main/CONTRIBUTING.md) for more information.\n\n## How to cite\n\nIf you use this software in your scientific work, please cite [this article](https://rdcu.be/ckOSa):\n\nvan Aalst, M., Ebenhöh, O. & Matuszyńska, A. Constructing and analysing dynamic models with modelbase v1.2.3: a software update. BMC Bioinformatics 22, 203 (2021)\n\n- [doi](https://doi.org/10.1186/s12859-021-04122-7)\n- [bibtex file](https://gitlab.com/qtb-hhu/modelbase-software/blob/main/citation.bibtex)\n',
|
|
38
38
|
'author': 'Marvin van Aalst',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|