Releases: RomainFranceschini/quartz
Releases · RomainFranceschini/quartz
v0.3.2
22 May 09:28
Compare
Sorry, something went wrong.
No results found
Compatibility with Crystal 1.0
v0.3.1
22 May 09:27
Compare
Sorry, something went wrong.
No results found
Compatibility with Crystal 0.35
v0.3.0
30 Apr 13:05
Compare
Sorry, something went wrong.
No results found
Distinguish between state variables and parameters
Mask WIP priority queues under -Dexperimental compile-time flag
Add a convenient #after_initialize method for initializing models
Improved Duration API
Fixed bug computing initial internal event with initial elapsed times
Fixed arithmetic error initializing durations with Duration.from(0.0)
Improved wiki documentation
v0.2.0
24 Apr 15:30
Compare
Sorry, something went wrong.
No results found
State refactor (breaking-change ): (#15 )
state_var : Type = value is replaced by state { var : Type = value }
State variables are no longer part of the model, the model now has a reference to its companion class State.