Releases: JuliaDynamics/ConcurrentSim.jl
Releases · JuliaDynamics/ConcurrentSim.jl
v1.4.1
ConcurrentSim v1.4.1
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#100) (@dependabot[bot])
- Fix spelling and leftover SimJulia reference. (#103) (@AbelHutten)
- Bump actions/cache from 3 to 4 (#105) (@dependabot[bot])
- ported Event example from old SimJulia doc (#107) (@asmirnov69)
- github/workflow updates (#109) (@Krastanov)
- Bump julia-actions/cache from 1 to 2 (#114) (@dependabot[bot])
- Permit casting of values in
Store
put!
methods (#125) (@Krastanov)
Closed issues:
v1.4.0
v1.3.0
v1.2.0
ConcurrentSim v1.2.0
Merged pull requests:
v1.1.0
ConcurrentSim v1.1.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
ConcurrentSim v1.0.0
Closed issues:
Merged pull requests:
- Added Latency example (#55) (@riccardosven)
- Restore AllOf and AnyOf operators (#74) (@hdavid16)
- Rename to ConcurrentSim and fix up CI (#83) (@Krastanov)
- doc fixes (#84) (@Krastanov)
v0.8.1 Minor updates
Update Project.toml
v0.8.0
Julia 1.0 compatible
- Fix all deprecations
- Add testing for Julia v1.0
Support for Julia v0.7
- adds support for Julia v0.7.
- the
@oldprocess
macro and theproduce
/consume
functions are removed because they are no longer supported.