v1.7.0
Announcements
Note: this release is fully compatible with Julia v0.6/v0.7/v1.0/v1.1.
Breaking changes
- The output type of the concrete
linear_map
of polytopes has changed in some cases. In particular, in 2D we now create polygon types (HPolygon
/VPolygon
), and we try to stay close to the input type. We have also removed the optionoutput_type
. Useconvert
on the result to imitate the old behavior. (#1093)
Features
- added
remove_redundant_constraints
for removing redundant constraints of anHPolygon
, which is now used by default (#898) - added
Universe
set type (#1098, #1121) - added
constraints_list
from matrix and vector, and corresponding constructors forHPolygon
/HPolygonOpt
(#1102) - added lazy
Resetmap
operation type (#1114) - added concrete
intersection
betweenAbstractPolyhedron
(#1120) - added concrete
intersection
betweenAbstractPolyhedron
and polytopicResetMap
(#1139)
Bug fixes
- fixed crash for
isinvertible
for sparse matrices (by converting to a dense matrix) (#1093)