Skip to content

Releases: bkamins/EventSimulation.jl

Update to Julia 1.6.1

18 May 20:16
171f948

Choose a tag to compare

v0.7.3

release 0.7.3

v0.7.2

07 Oct 08:25
v0.7.2
a2005e5

Choose a tag to compare

v0.7.2 (2019-10-05)

Major changes:

  • more examples added
  • queue has length method added

Diff since v0.7.1

Merged pull requests:

v0.7.1

15 Aug 21:47
v0.7.1

Choose a tag to compare

v0.7.1 (2019-08-14)

Fixed wrong specification of dependencies.

Diff since v0.7.0

v0.7.0

12 Aug 13:31
v0.7.0

Choose a tag to compare

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

11 Sep 11:54

Choose a tag to compare

v0.6.0

change require

Fixed automated testing

11 Aug 11:49
5c6e413

Choose a tag to compare

Merge pull request #1 from fredrikekre/deploydocs

Add `julia` keyword argument to deploydocs

Update to Julia 1.0

11 Aug 11:36

Choose a tag to compare

Update to Julia 1.0 Pre-release
Pre-release
v0.5.0

fix randjump

Change require to Julia 0.7

12 Mar 23:38

Choose a tag to compare

v0.4.1

change REQUIRE

Migration to Julia 0.7

12 Mar 23:32

Choose a tag to compare

Pre-release

User visible changes

  • repeat_register! and repeat_bulk_register! terminate registering the event if interval function returns nothing (earlier they stopped when it returned Inf);
  • removed isfinite method from PriorityTime as it is not required now

Small code cleanup

11 Mar 23:03

Choose a tag to compare

This is the last release supporting Julia 0.6. Further package development is aimed at Julia 0.7 support