Skip to content

Releases: hetalang/heta-compiler

Version 0.6.7 - ready for JOSS

10 Nov 10:34
Compare
Choose a tag to compare
  • 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

18 Aug 14:10
Compare
Choose a tag to compare
  • 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 of condition in CSwitcher
  • export CSwitcher to formats: SLV, DBSolve, Matlab, Simbiology, SBML

Version 0.5.8

23 Jul 15:56
Compare
Choose a tag to compare
  • 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

09 Jul 09:59
Compare
Choose a tag to compare
  • add AnotherXLSX export
  • fix rounding problems in units with prefixes
  • fix name of container in Simbio export

Version 0.5.3 - publication

02 Jul 14:00
Compare
Choose a tag to compare
  • 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

02 Jul 13:59
Compare
Choose a tag to compare
  • 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

13 May 15:22
Compare
Choose a tag to compare
  • 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

13 May 15:21
Compare
Choose a tag to compare