File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,17 +38,21 @@ julia> Pkg.add("SimJulia")
3838#### Release Notes
3939
4040* Version 0.4 is a complete rewrite: more julian and less pythonic.
41- * Only supports Julia v0.5 and above.
41+ * Only supports Julia v0.6 and above.
4242* Scheduling is based on TimeType and Period.
4343* The discrete event features are on par with version 0.3. (STABLE)
44+ * Two ways of making ` Processes ` are provided:
45+ - using the existing concept of ` Tasks ` : previous behaviour
46+ - using a novel finite-statemachine approach: a lot faster but less transparent for the end user
4447* The continuous time simulation is based on a quantized state system solver. (EXPERIMENTAL)
4548* Documentation is automated with [ Documenter.jl] ( https://github.com/JuliaDocs/Documenter.jl ) .
4649
4750
4851#### Todo
4952
50- * Integration of stiff ODE .
53+ * Transparent output processing .
5154* Extension to PDE by method of lines Integration.
55+ * Automatically running a large number of simulations (over a parameter space) on a cluster to do simulation based optimisations.
5256
5357
5458#### Authors
You can’t perform that action at this time.
0 commit comments