Skip to content

v1.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 16:09
· 2928 commits to master since this release
8809b65

LazySets v1.28.0

Diff since v1.27.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) matrix M with size(M, 1) > size(M, 2) (#1939)
  • basetype function (#1947)
  • Concrete decomposition using linear_map (#1956)

Enhancements

  • Extend concrete projection to arbitrary HalfSpaces (#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, making isbounded(::HPolygon, false) more efficient (#1931)