Releases: bkamins/EventSimulation.jl
Releases · bkamins/EventSimulation.jl
Update to Julia 1.6.1
v0.7.2
v0.7.2 (2019-10-05)
Major changes:
- more examples added
queuehaslengthmethod added
Merged pull requests:
v0.7.1
v0.7.0
Release 0.7.0 updates the package to work correctly under Julia 1.0 (including migration to the new package manager).
Fully moved to Julia 1.0
v0.6.0 change require
Fixed automated testing
Merge pull request #1 from fredrikekre/deploydocs Add `julia` keyword argument to deploydocs
Update to Julia 1.0
v0.5.0 fix randjump
Change require to Julia 0.7
v0.4.1 change REQUIRE
Migration to Julia 0.7
User visible changes
repeat_register!andrepeat_bulk_register!terminate registering the event ifintervalfunction returnsnothing(earlier they stopped when it returnedInf);- removed
isfinitemethod fromPriorityTimeas it is not required now
Small code cleanup
This is the last release supporting Julia 0.6. Further package development is aimed at Julia 0.7 support