We are pleased to announce the release of PyscesToolbox version 1.0.0.
What's new in this release:
- Major changes include support for the latest versions of library dependencies:
- ipywidgets: changes in this library required the refactoring of interactive PyscesToolbox graphs to make use of
theOutput()
widget in order to display properly. - networkx: the version 2.x series of networkx required changes to
EventfulGraph
andEventfulDict
and in the
way new nodes are added, in order for theModelGraph
functionality (metabolic network display with control patterns) to work
correctly.
- ipywidgets: changes in this library required the refactoring of interactive PyscesToolbox graphs to make use of
- We are now for the first time providing Anaconda install packages on all three major platforms (Windows, Linux, macOS). This greatly simplifies the installation procedure, and it is now a one-line command install with either
pip
orconda
. The only component that still has to be installed manually is Maxima. README and installation instructions in the documentation have been updated accordingly. - A number of bug fixes.
Installation
conda install -c pysces -c sbmlteam pyscestoolbox
or
pip install pyscestoolbox
depending on your Python setup. Dependencies are pulled in automatically.
Detailed installation instructions and documentation
- https://pyscestoolbox.readthedocs.io/en/latest/installation.html (for platform-specific installation and configuration instructions)
- https://pyscestoolbox.readthedocs.io/en/latest (documentation)