You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SimJulia.jl is a [registered package](http://pkg.julialang.org), and is installed by running
20
21
@@ -42,6 +43,9 @@ julia> Pkg.add("SimJulia")
42
43
43
44
## Release Notes
44
45
46
+
* v0.6 (2018)
47
+
* adds support for Julia v0.7.
48
+
* the `@oldprocess` macro and the `produce` / `consume` functions are removed because they are no longer supported.
45
49
* v0.5 (2018)
46
50
* The old way of making processes is deprecated in favor of the semi-coroutine approach as implemented in [ResumableFunctions](https://github.com/BenLauwens/ResumableFunctions.jl.git). The `@process` macro replaces the `@coroutine` macro. The old `@process` macro is temporarily renamed `@oldprocess` and will be removed when the infrastructure supporting the `produce` and the `consume` functions is no longer available in Julia. (DONE)
47
51
* This version no longer integrates a continuous time solver. A continuous simulation framework based on [DISCO](http://www.akira.ruc.dk/~keld/research/DISCO/) and inspired by the standalone [QSS](https://sourceforge.net/projects/qssengine/) solver using SimJulia as its discrete-event engine can be found in the repository [QuantizedStateSystems](https://github.com/BenLauwens/QuantizedStateSystems.jl.git) (WIP):
0 commit comments