Skip to content

Release 5.20.0

Compare
Choose a tag to compare
@fbergmann fbergmann released this 03 Apr 11:30
· 27 commits to setuptools_cmake since this release

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