Version history
v0.2.0
This is the first version fully supporting three modeling schemes: events, processes and sampling.
now!
for IO-operations of processes,- functions and macros for defining conditions,
- conditional
wait!(cond)
, - conditional events with
event!(sim, ex, cond)
, - most functions can be called without the first clock argument, default to
๐ถ
, event!
takes an expression or aSimFunction
or a tuple or an array of them,- introduced aliases:
SF
forSimFunction
andSP
forSimProcess
- introduced process-based simulation:
SimProcess
andprocess!
anddelay!
, - extensive documentation,
- more examples.
v0.1.0
- first registration 2019-11-04
- event-/activity-/state-based simulation with
SimFunction
andevent!
based on Julia functions and expressions, - introduced a central clock variable ๐ถ,
Clock
state machine withinit!
,run!
,incr!
,stop!
,resume!
,Logger
and logging functions,- first documentation,
- first examples,
- CI and development setup.