v0.4.0
Announcements
This version is compatible with Julia v1.2.
Breaking changes
- decomposing algorithms now return a
SparseReachSet
instead of aReachSet
(#676) - revised projection (#676)
- continuous-post operator
TMJets
now returns a flowpipe with concrete set types to account for a change inLazySets
(#695)
Features
- discretize using matrix interval remainder (#659)
- reachability algorithm for LTI systems with interval matrices using zonotopes (#681) and a decomposed version thereof (#688)
- coordinate transformations are now properly reversed (#689)
Bug fixes
Enhancements
- improved
ConcreteDiscretePost
operator (#650) - added
AbstractReachSet
as new supertype of reach-set wrappers (#676) - properties are now checked after taking the intersection with the invariant (#692)