Skip to content

Releases: JuliaDynamics/DiscreteEvents.jl

v0.3.5

23 Feb 14:39
Compare
Choose a tag to compare

Release notes 0.3.5:

  • add compat 0.25 for ‘Distributions‘, see issue #45
  • Removed dynamical multi-threading, see issue #38
  • Rewritten _scale in schedule.jl (broken by Julia 1.7 or 1.8)

v0.3.4

12 Apr 20:30
Compare
Choose a tag to compare

DiscreteEvents v0.3.4

Diff since v0.3.3

This is a bugfix release:

  • fixed an error caused by an unneeded call to rand() from parallel clocks, issue #31
  • parallel clocks/dynamical multi-threading is now more stable, issue #38

v0.3.3

18 Mar 10:30
Compare
Choose a tag to compare

DiscreteEvents v0.3.3

Diff since v0.3.2

**

  • compat DataStructures = "0.17, 0.18"
  • fixed one bug in process.jl, see #36, PR #37
  • removed test of dynamical multi-threading, see issue #38

Closed issues:

  • Update Distributions to v0.24 (#32)
  • Wrong Fieldname in PrcEvent? (#36)

Merged pull requests:

  • CompatHelper: bump compat for "DataStructures" to "0.18" (#35) (@github-actions[bot])
  • Fixes typo in fieldname for PrcException, fixes #36 (#37) (@SamRodkey)

v0.3.2

19 Dec 14:26
Compare
Choose a tag to compare

DiscreteEvents v0.3.2

Diff since v0.3.1

  • compatibility with Distributions 0.24
  • GitHub CI workflow

v0.3.1

16 Sep 16:13
Compare
Choose a tag to compare

DiscreteEvents v0.3.1

Diff since v0.3.0

Closed issues:

  • Suggest updating README.md (#24)
  • Release 0.3 (rename from Simulate.jl) (#27)
  • Documentation request: vs SimJulia (#28)

Merged pull requests:

v0.3.0

11 Sep 20:13
Compare
Choose a tag to compare

DiscreteEvents v0.3.0

Diff since v0.2.0

Closed issues:

  • tests don't run on x86, Julia 1.0 (#8)
  • register v0.2.0 (#9)
  • Can't log variable that changes type (#12)
  • Rename package (#13)
  • Include documentation example of process "getting out of sync" with clock (#14)
  • Getting rid of all functionality involving gobal scope (#15)
  • Multithreading (#16)
  • Implement resource concept (#17)
  • wrong information in readme (#19)
  • Error in the document (#20)
  • Real time clock (#22)
  • Simplify and streamline documentation (#23)
  • Clock sample rate not calculated appropriately (#26)

Merged pull requests:

v0.2.0

03 Dec 20:48
v0.2.0
Compare
Choose a tag to compare

This is the first version fully supporting three modeling schemes: events, processes and sampling.

v0.1.0

07 Nov 18:19
v0.1.0
Compare
Choose a tag to compare