v0.10.0
This release fixes handling of models with/without configuration limits and with/without velocity limits.
Added
- Base class
Limit
for configuration and velocity limits - In-place integration of a velocity from a configuration
- Unit tests for configuration limits
- Unit tests for velocity limits
Changed
- Add
pink.limits
submodule - Configuration and velocity limits are now stacked rather than pre-reduced
- Move configuration limit to
ConfigurationLimit
class - Move velocity limit to
VelocityLimit
class