Release Name: 1.3.14
Notes:
A framework for simulation of networks of hybrid automata, similar to SHIFT and Lambda-SHIFT. Includes ruby-based DSL for defining simulation components, and ruby/C code generation and runtime.
Changes:
redshift 1.3.14
- added rakefile and bones-based tasks
- added some examples
- Safer handling of C expressions using parens on RHS.
- Removed enum/op dependency.
- Small doc and comment changes.
- Cleaned up examples.
- Component#transition checks that operands are states.
- Fixed connect strict test.
- Fixed test_queue.rb on x86-64.
- Fixed CFLAGS for x86-64 in bench/formula.rb.
|