-
Notifications
You must be signed in to change notification settings - Fork 4
Release log tracker
Christian Schilling edited this page Oct 16, 2019
·
88 revisions
Here we collect the new features, bug fixes, etc. for the next release.
This version is compatible with Julia v1.2.
- 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)
- discretize using matrix interval remainder (#659)
- reachability algorithm for LTI systems with interval matrices using zonotopes (#681) and a decomposed version thereof (#688)
- added a missing import of
SparseArrays
inUtils
module (#674)
- 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)
- use TaylorIntegration v0.6.0 (#682)