Skip to content

Releases: JuliaDynamics/ConcurrentSim.jl

v1.4.0

08 Aug 03:21
bd473f4
Compare
Choose a tag to compare

ConcurrentSim v1.4.0

Diff since v1.3.0

Merged pull requests:

v1.3.0

07 Aug 14:47
91c7e36
Compare
Choose a tag to compare

ConcurrentSim v1.3.0

Diff since v1.2.0

Merged pull requests:

v1.2.0

07 Aug 00:13
c8595c6
Compare
Choose a tag to compare

ConcurrentSim v1.2.0

Diff since v1.1.0

Merged pull requests:

v1.1.0

02 Aug 19:17
c62a6e5
Compare
Choose a tag to compare

ConcurrentSim v1.1.0

Diff since v1.0.0

Closed issues:

  • set documentation builder to error on warnings (and clear up all the warnings) (#86)
  • use the typical Base functions instead of declaring new ones (e.g. get, put, release, etc) (#91)
  • document difference between Resource, Store, and Container (#92)

Merged pull requests:

  • introduce lock, unlock, islocked, isready, get! and deprecate get, request, release (#93) (@Krastanov)

v1.0.0

06 Jun 20:59
4920751
Compare
Choose a tag to compare

ConcurrentSim v1.0.0

Diff since v0.8.1

Closed issues:

  • Make Store.items a dequeue (#56)
  • TagBot trigger issue (#73)
  • Citation reference? (#78)

Merged pull requests:

v0.8.1 Minor updates

25 May 09:00
ae4c813
Compare
Choose a tag to compare
Update Project.toml

v0.8.0

28 Aug 20:45
v0.8.0
Compare
Choose a tag to compare

v0.8.0 (2019-08-28)

Diff since v0.7.0

Merged pull requests:

  • Changed the type of process priorities from Int8 to Int (Julia v0.7+) (#60) (jvkerckh)
  • Cap Documenter.jl to 0.19 on Travis (#58) (mortenpi)

Julia 1.0 compatible

17 Sep 08:26
f5ed263
Compare
Choose a tag to compare
  • Fix all deprecations
  • Add testing for Julia v1.0

Support for Julia v0.7

14 Jun 17:51
7777f83
Compare
Choose a tag to compare
  • adds support for Julia v0.7.
  • the @oldprocess macro and the produce / consume functions are removed because they are no longer supported.

Bug fix for new iteration protocol of ResumableFunctions

28 Feb 10:13
Compare
Choose a tag to compare
Bug fix interaction interrupt with new iteration protocol of Resumabl…

…eFunctions