v1.5.2
Note: this release is fully compatible with Julia v0.7/1.0 and also with Julia v0.6.
Features
- added
constrained_dimensions
method forHPolyhedron
(#933) - binary concrete
convex_hull
now removes redundant vertices (#944) - added
ρ
for unboundedHyperplane
andHalfSpace
(#940) - added
isbounded
methods for all set types (#956)
Bug fixes
- fixed
issubset
and box approximation methods forEmptySet
(#931)
Minor changes
- added lazy
decompose
method usingLinearMap
(#935) - added dimensionality assertions in
convex_hull
(#945) - remove redundant vertices by default in higher-dimensional convex hull with Polyhedra (#944)
- update plotting recipes for polytopes (#937)
low
/high
forInterval
is now consistent with corresponding methods for otherAbstractHyperrectangle
set types; usemin
/max
for the old behavior (#959)