v1.9.0
Announcements
Note: this release is fully compatible with Julia v0.6/v0.7/v1.0/v1.1.
Breaking changes
- The interface for
decompose
has changed. We now require three arguments: the set, the partition (although there is an option to specify a uniform block size), and a single option for approximation (#1179)
Features
- added a lazy
Translation
and a concretetranslate
operation (#1173, #1192) - added an extension to the
subtypes
function, to be used assubtypes(interface, concrete::Bool)
that returns all concrete subtypes of a given interface (#1185) - added a lazy
Complement
operation (#1204, #1206) - added concrete projection for
HalfSpace
andHPolyhedron
(#1213) - added conversion to and from
IntervalBox
types fromIntervalArithmetic
(#1215)
Bug fixes
HPolyhedron
'sisempty
method does not require the packagePolyhedra
anymore (#1195)- fixed
dim
of aUnionSet
(#1200) - fixed
constrained_dimensions
ofHalfSpace
with sparse normal vector (#1212)