What's Changed
- Adds capability to return sequences of per-event features - minimally, the timestamps of detected events.
- Fix time-average feature computations
- add examples for visualizing event detection
- Simplified simulator setup by removing the need for "initialize" function calls in user code
- Support for ensemble shapes other than 1D. Features returned will be reshaped accordingly. E.g., 2D grids
- Improved data structures for returned features and trajectories, simplifying their usage in user code
- bug fixes in observers
**Full Changelog**: https://github.com/patrickfletcher/clODE/compare/v0.7.0...v0.8.1