Skip to content

Releases: RomainFranceschini/quartz

v0.3.2

22 May 09:28

Choose a tag to compare

Compatibility with Crystal 1.0

v0.3.1

22 May 09:27

Choose a tag to compare

Compatibility with Crystal 0.35

v0.3.0

30 Apr 13:05

Choose a tag to compare

  • 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

Choose a tag to compare

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.