Releases: hetalang/heta-compiler
Releases · hetalang/heta-compiler
Version 0.6.7 - ready for JOSS
- error messages for unsupported switchers in SLV, DBSolve, mrgsolve
- update reserved words list with "default" (to support mrgsolve)
- extend API documentation
- export only concrete namespaces in Simbio
Version 0.5.12
- fix transformation in Julia: nthRoot, exponentiale, zero dynamic, ode_ priority, factorial
- add bind() method to
DSwitcher
- export
DSwitcher
to formats: SLV, DBSolve, Matlab, Simbiology, SBML - multispace Julia export
- use
trigger
instead ofcondition
inCSwitcher
- export
CSwitcher
to formats: SLV, DBSolve, Matlab, Simbiology, SBML
Version 0.5.8
- add spaceFilter for Mrgsolve, Julia
- version selection in #export {format: SBML}: support for L2V3, L2V4, L2V5
- add support @TimeSwitcher as event in SimBiology (instead of doses)
- fix bug with "not a deep clone in Expression"
- fix bug with empty period in Matlab
- include correct description of TimeSwitcher in Julia
- update structure of Julia format
Version 0.5.4
- add AnotherXLSX export
- fix rounding problems in units with prefixes
- fix name of container in Simbio export
Version 0.5.3 - publication
- Add Export of format DBSolve
- Fix errors in unit rebase
- Add DSwitcher class
- Rename CondSwitcher to CSwitcher
- draft DSwitcher in Julia export
Version 0.5.2
- rewrites Heta logs: all logs are stored in container
- fix Matlab export without event
- SBML module: support speciesType
- pretty Unit.toHTML
- faster clone() method for components
- support multiplier in Unit's hash
- minute as qsp unit
0.5.1 - IRT ready
- support {free: true} in #export DBSolve
- update _Component.clone() method to exclude cloning of namespace
- fixes to sbmlParse() function for clear math expressions
- "src/browser.js" is an entry point for browser apps and webpack
- methods references() to _Component
- add "omit" property to #export formats: JSON, YAML, XLSX
- exclude "fs" and "path" libs from core code for browser support
- updates to nunjucks templates for easy usage in browser apps
- remove specific JS errors from Container and components
- multiple dependencies updates
0.5.0 - first public
- corresponds to Heta standard v0.2.4, see https://hetalang.github.io/