#export
action is not a part of the language anymore
- support
null
values of properties - add
#forceInsert
action #defineFunction
is not experimental anymore
- use
0
,1
together withtrue
,false
for boolean #deleteNS
action- use of
;
everywhere - update function list: log(x, b) -> logbase(x, b), remove nthRoot(x), hyperbolic functions support
- use
ProcessExpr
of type: A>B - use Regular Expression in
spaceFilter
of#export
action - default values for
filepath
of#export
action - minor text fixes
- add
#defineFunction
action as an experimental
- use
import xxx.xlsx type table
instead ofimport xxx.xlsx type xlsx
- add
@TimeScale
- remove
@Dose
class - Create explanation of "special string formats"
- Add
#setScenario
action
@StopSwitcher
as an experimental class- remove
@SimpleTask
piesewise()
function inside MathExpr (experimental)
reversible
property for@Process
- substitute
#include @UnitDef
instance by#defineUnit
action
- include
atStart
in _Switcher class - add cases
- add @Const properties: scale, lower, upper
- add
output
properties to@Record
- set @Dose class as experimental
- remove experimental from @CSwitcher
- multiple terminology updates: "action statement"
- use
trigger
property with MathExpr inCSwitcher
(continuous switcher) instead of condition referred to Record
- rename
CondSwitcher
toCSwitcher
(continuous switcher) - add
DSwitcher
class (discrete switcher) - add ternary operator
- extend modules discription
- replace
@Export
class by#export
action - add units page
- add modules case
- add AUC case
- remove abstract classes: no abstract classes at all
- text corrections s
- Rename
UnitDefinition
toUnitDef
class - Add class _Size
- Clarify namespaces usage:
#setNS
,#importNS
,#import
. Explainabstact
namespace. - Extend classes description
- add cases
- Multiple text corrections
- update list of core math functions
- add sheet (number) option in include statement
- add
include file.heta type heta with {}
statement instead ofimport
action
- mark namespace as experimental (unstable) feature
- more details to actions chapter
- update versions table
- rename "transformation workflow" to "compilation steps" and extend description.
- add error names
- all classes instances can be in nameless and in non-nameless space;
- remove _Simple ans _Scoped class, use Component as top class for all indexed components;
- change the properties of _Export class: remove "model" property;
- allow nameless namespace elements for exports;
- add description for _Export classes: SLVExport, JSONExport, YAMLExport, SimbioExport, MrgsolveExport.
- main components are desrcibed (draft)