v1.5.3
Announcements
Note: this release is fully compatible with Julia v0.7/1.0 and also with Julia v0.6.
Features
- added parallel module with box approximation implementation (#905)
- added
UnionSet
type (#922) - added numeric conversion of
HalfSpace
(#985) - added binary convex hull (polygons, v-polytopes) (#953)
Bug fixes
- accept arbitrary vectors in
σ
forHPolyhedron
/HPolytope
(#1013)
Enhancements
- allow abstract vector in
Singleton
(#970) - make
low
/high
methods ofInterval
faster (#971) - added
copy
method to theLazySet
interface (#1002) - added comparisons in floating point with approximately-zero checks (#929)
- added faster box approximation of a
Zonotope
(#1019) - faster conversion from
Zonotope
toHPolytope
(#958)