@@ -5,14 +5,14 @@ SimJulia
55
66#### Build Status
77
8- [ ![ Build Status] ( https://travis-ci.org/BenLauwens/SimJulia.jl.svg?branch=master )] ( https://travis-ci.org/BenLauwens/SimJulia.jl )
9- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/djuiegytv44pr54c/branch/master ?svg=true )] ( https://ci.appveyor.com/project/BenLauwens/simjulia-jl )
8+ [ ![ Build Status] ( https://travis-ci.org/BenLauwens/SimJulia.jl.svg?branch=redesign )] ( https://travis-ci.org/BenLauwens/SimJulia.jl )
9+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/djuiegytv44pr54c/branch/redesign ?svg=true )] ( https://ci.appveyor.com/project/BenLauwens/simjulia-jl )
1010
1111
1212#### Coverage
1313
14- [ ![ Coverage Status] ( https://coveralls.io/repos/BenLauwens/SimJulia.jl/badge.svg?branch=master )] ( https://coveralls.io/r/BenLauwens/SimJulia.jl?branch=master )
15- [ ![ codecov.io] ( http://codecov.io/github/BenLauwens/SimJulia.jl/coverage.svg?branch=master )] ( http://codecov.io/github/BenLauwens/SimJulia.jl?branch=master )
14+ [ ![ Coverage Status] ( https://coveralls.io/repos/BenLauwens/SimJulia.jl/badge.svg?branch=redesign )] ( https://coveralls.io/r/BenLauwens/SimJulia.jl?branch=redesign )
15+ [ ![ codecov.io] ( http://codecov.io/github/BenLauwens/SimJulia.jl/coverage.svg?branch=redesign )] ( http://codecov.io/github/BenLauwens/SimJulia.jl?branch=redesign )
1616
1717
1818#### Installation
@@ -39,7 +39,6 @@ julia> Pkg.add("SimJulia")
3939
4040* Version 0.4 is a complete rewrite: more julian and less pythonic.
4141* Only supports Julia v0.6 and above.
42- * Scheduling is based on TimeType and Period.
4342* The discrete event features are on par with version 0.3. (STABLE)
4443* Two ways of making ` Processes ` are provided:
4544 - using the existing concept of ` Tasks ` :
@@ -81,7 +80,6 @@ julia> Pkg.add("SimJulia")
8180#### Todo
8281
8382* Transparent output processing.
84- * Extension of continuous integration to PDEs by method of lines Integration.
8583* Automatically running a large number of simulations (over a parameter space) on a cluster to do simulation based optimisation.
8684
8785
0 commit comments