Releases: sys-bio/libantimonyjs
Releases · sys-bio/libantimonyjs
Release v2.15.0
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
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 )
andconvertSBMLToAntimony( SBMLString )
. See docs for more information. - Used -sSINGLE_FILE flag to incorporate the .wasm file into the .js file.
Release v2.14
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
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
This release built using libSBML 5.20.0 (https://github.com/sbmlteam/libsbml/releases/v5.20.0)
Initial Release v 1.0.0
Initial release of JavaScript version of antimony. Convert SBML models to Antimony and vice-versa.