Skip to content

v1.5.3

Compare
Choose a tag to compare
@mforets mforets released this 17 Jan 14:14
· 3899 commits to master since this release
a5c6791

Announcements

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

Features

  • added parallel module with box approximation implementation (#905)
  • added UnionSet type (#922)
  • added numeric conversion of HalfSpace (#985)
  • added binary convex hull (polygons, v-polytopes) (#953)

Bug fixes

  • accept arbitrary vectors in σ for HPolyhedron/HPolytope (#1013)

Enhancements

  • allow abstract vector in Singleton (#970)
  • make low/high methods of Interval faster (#971)
  • added copy method to the LazySet interface (#1002)
  • added comparisons in floating point with approximately-zero checks (#929)
  • added faster box approximation of a Zonotope (#1019)
  • faster conversion from Zonotope to HPolytope (#958)