Skip to content

Releases: sys-bio/libantimonyjs

Release v2.15.0

21 Jul 17:43
Compare
Choose a tag to compare

This release is built from Antimony 2.15.0 source code. Main update is the SBML import now removes function definitions (by replacing the places they were used with their expanded versions).
Reference: [https://github.com/sys-bio/antimony/releases].

Release 2.14b

27 Mar 16:09
7a2b619
Compare
Choose a tag to compare

For this release:

  • Previous releases built the debug version of Antimony which would occasionally raise ASSERTs. This release was compiled with the release version.
  • Added a simplified wrapper to the release. Added a AntimonyWrapper class which resides in the antimony_wrap.js file. Now you can use two methods: convertAntimonyToSBML( antimonyString )and convertSBMLToAntimony( SBMLString ). See docs for more information.
  • Used -sSINGLE_FILE flag to incorporate the .wasm file into the .js file.

Release v2.14

29 Feb 20:23
Compare
Choose a tag to compare

Updates library to Antimony 2.14:

  • Add support for algebraic rules
  • Add support for SBML 'notes'
  • Add support for 'creator', 'created', and 'modified' annotations.

Release v2.13.4

21 Aug 23:19
Compare
Choose a tag to compare

This release is based on Antimony version 2.13.4. Going forward all libantimonyjs releases will use the same versioning as the Antimony library with which it is based on.

v1.1.0 release, based on libSBML 5.20.0

03 May 17:57
97857fb
Compare
Choose a tag to compare

Initial Release v 1.0.0

18 Apr 19:33
Compare
Choose a tag to compare

Initial release of JavaScript version of antimony. Convert SBML models to Antimony and vice-versa.