Skip to content

v1.5.2

Compare
Choose a tag to compare
@mforets mforets released this 04 Jan 16:48
· 4172 commits to master since this release
b64b9cb

Note: this release is fully compatible with Julia v0.7/1.0 and also with Julia v0.6.

Features

  • added constrained_dimensions method for HPolyhedron (#933)
  • binary concrete convex_hull now removes redundant vertices (#944)
  • added ρ for unbounded Hyperplane and HalfSpace (#940)
  • added isbounded methods for all set types (#956)

Bug fixes

  • fixed issubset and box approximation methods for EmptySet (#931)

Minor changes

  • added lazy decompose method using LinearMap (#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 for Interval is now consistent with corresponding methods for other AbstractHyperrectangle set types; use min/max for the old behavior (#959)