v1.28.0
github-actions
released this
15 Feb 16:09
·
2928 commits
to master
since this release
LazySets v1.28.0
Announcements
Contributors for this release:
Breaking changes
- Add a dimension to
EmptySet
(#1896)
Features
- Array function to extend a matrix by its orthogonal complement (#1938)
- New algorithm
"lift"
for the concrete linear map of a polytopic set in half-space representation, and non-invertible (rectangular) matrixM
withsize(M, 1) > size(M, 2)
(#1939) basetype
function (#1947)- Concrete decomposition using
linear_map
(#1956)
Enhancements
- Extend concrete projection to arbitrary
HalfSpace
s (#1957) - Extend projection to polyhedral sets (#1957)
- Pass constructor argument,
remove_redundant_generators
, in the concrete minkowski sum of
zonotopes (#1962).
Internal changes
- Refactor boundness check for
HPolygon
, makingisbounded(::HPolygon, false)
more efficient (#1931)