-
Notifications
You must be signed in to change notification settings - Fork 4
Release log tracker
Christian Schilling edited this page Oct 19, 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)
- coordinate transformations are now properly reversed (#689)