Skip to content

v5.20.0

Compare
Choose a tag to compare
@skeating skeating released this 03 Apr 11:07
· 93 commits to development since this release
fdfda61

The SBML Team with the addition of new members from ARC at UCL is pleased to announce the 5.20.0 release of libSBML.


FILES

Source

libSBML src archive zip
libSBML src archive tar.gz

Documentation

C++ API Documentation

MATLAB bindings for all OS

libSBML-5.20.0-matlab-binaries.tar.gz
libSBML-5.20.0-matlab-binaries.zip

Python bindings

Available as python-libsbml from PyPi.

R bindings

libSBML-5.20.0 src archive


NEWS

Given the length of time since our last release the list of changes
and acknowledgements of contributions is incomplete. We apologise and
offer thanks to anyone who has been involved and those people who have
contributed their spare time to continuing maintenance and development.

  • Addition of support for the SBML Spatial package

    • Now that the first official version of the specification for the
      SBML Level 3 Spatial package is available, the libSBML API for
      'spatial' is now included in the stable release of libSBML.
      Thus a CMake build using '-WITH_STABLE_PACKAGES' will now include
      the spatial package code.
  • New features

    • There is a new converter SBMLRateRuleConverter which will take
      a model with RateRules and infer the corresponding reaction network.
      This is still considered under development and we would really
      appreciate any feedback.
  • Bug fixes

    • A large number of code 'smells' have been cleaned up. Thanks to
      Jamie Quinn for undertaking this laborious task.

    • The python examples have been updated for Python 3.8 changes.
      Thanks to Akira Funahashi for committing these fixes.

    • The python code used for creating documentation has been
      updated for Python 3.10 changes. Thanks to
      Zbigniew Jędrzejewski-Szmek for submitting the changes.

  • Configuration/build system changes

    • Extensive continuous integration testing has been added to
      the GitHub repository.
  • Miscellaneous


What's Changed

New Contributors

Full Changelog: v5.19.7...v5.20.0