- Implement discrete time systems using events.
- Since systems with discontinuities should have been continuous-time
anyway, the
dt
argument to the numericSwitchedSystem
constructor was removed. - The argument rules for
event_equation_function
andupdate_equation_function
during integration now followoutput_equation_function
andstate_equation_function
, respectively. - No longer allow non-zero t0 for simulate;
- Since systems with discontinuities should have been continuous-time
anyway, the
- Public release.