Skip to content

Commit 0a794ed

Browse files
committed
Update README.md
1 parent 1ff560a commit 0a794ed

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ A discrete event process oriented simulation framework written in [Julia](http:/
1111

1212
## Installation
1313

14-
[![SimJulia](http://pkg.julialang.org/badges/SimJulia_0.3.svg)](http://pkg.julialang.org/?pkg=SimJulia&ver=0.3)
15-
[![SimJulia](http://pkg.julialang.org/badges/SimJulia_0.4.svg)](http://pkg.julialang.org/?pkg=SimJulia&ver=0.4)
16-
[![SimJulia](http://pkg.julialang.org/badges/SimJulia_0.5.svg)](http://pkg.julialang.org/?pkg=SimJulia&ver=0.5)
17-
[![SimJulia](http://pkg.julialang.org/badges/SimJulia_0.6.svg)](http://pkg.julialang.org/?pkg=SimJulia&ver=0.6)
18-
[![SimJulia](http://pkg.julialang.org/badges/SimJulia_0.7.svg)](http://pkg.julialang.org/?pkg=SimJulia&ver=0.7)
19-
[![SimJulia](http://pkg.julialang.org/badges/SimJulia_1.0.svg)](http://pkg.julialang.org/?pkg=SimJulia&ver=1.0)
20-
2114
SimJulia.jl is a [registered package](http://pkg.julialang.org), and is installed by running
2215

2316
```julia
@@ -44,6 +37,8 @@ julia> Pkg.add("SimJulia")
4437

4538
## Release Notes
4639

40+
* v0.8 (2019)
41+
* adds support for Julia v1.2.
4742
* v0.7 (2018)
4843
* adds support for Julia v1.0
4944
* v0.6 (2018)
@@ -54,7 +49,7 @@ julia> Pkg.add("SimJulia")
5449
* 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):
5550
* Documentation is automated with [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl) (WIP: Overview and Tutorial OK).
5651
* v0.4.1 (2017)
57-
* the `@resumable` and `@yield` macros are put in a seperate package [ResumableFunctions](https://github.com/BenLauwens/ResumableFunctions.jl.git):
52+
* the `@resumable` and `@yield` macros are put in a seperate package [ResumableFunctions](https://github.com/BenLauwens/ResumableFunctions.jl.git):
5853
* Users have to take into account the following syntax change: `@yield return arg` is replaced by `@yield arg`.
5954
* v0.4 (2017) only supports Julia v0.6 and above. It is a complete rewrite: more julian and less pythonic. The discrete event features are on par with v0.3 (SimPy v3) and following features are added:
6055
* Scheduling of events can be done with `Base.Dates.Datetime` and `Base.Dates.Period`

0 commit comments

Comments
 (0)