Releases: JuliaDynamics/DiscreteEvents.jl
Releases · JuliaDynamics/DiscreteEvents.jl
v0.3.5
v0.3.4
DiscreteEvents v0.3.4
This is a bugfix release:
v0.3.3
DiscreteEvents v0.3.3
**
- 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:
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
v0.3.1
v0.3.0
DiscreteEvents v0.3.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
This is the first version fully supporting three modeling schemes: events, processes and sampling.