Skip to content

PyscesToolbox release 1.0.0

Latest
Compare
Choose a tag to compare
@jmrohwer jmrohwer released this 19 Aug 08:18

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
      the Output() widget in order to display properly.
    • networkx: the version 2.x series of networkx required changes to EventfulGraph and EventfulDict and in the
      way new nodes are added, in order for the ModelGraph functionality (metabolic network display with control patterns) to work
      correctly.
  • 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 or conda. 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