Skip to content

v1.3.0

Compare
Choose a tag to compare
@mforets mforets released this 01 Aug 13:46
· 5283 commits to master since this release
53b2e09

Features

  • added benchmarking capabilities (#356)
  • added an_element function for LinearMap (#374)
  • added concrete linear_map functions for polytopes and singletons (#373)
  • added lazy IntersectionArray type (#390)
  • added functions to convert into HPolygon from VPolygon, AbstractSingleton, and LineSegment (#376)
  • added concrete intersection of two hyperrectangles (#399)

Bug fixes

  • fixed performance regression in LinearMap (#205)
  • fixed caching issue in CacheMinkowskiSum (#367)
  • fixed crash when printin error message in VPolygon (#393)
  • fixed change of numeric type in LinearMap of ZeroSet (#413)
  • fixed vertices_list of HPolytope (#425)
  • fixed intersect to fall back to Intersection only for LazySet types (#429)
  • fixed SymmetricIntervalHull's radius_hyperrectangle function (#421)

Minor changes

  • fixed Julia v0.7 deprecation warnings (#358, #403, #404)
  • fixed inconsistency in VPolygon (renamed vertices_list field to vertices) (#385)
  • replaced explicit error checks for function inputs by @assert (#392)
  • added fixed version numbers for package in REQUIRE (#418)
  • changed numeric type of Ellipsoid to AbstractFloat (#434)
  • changed return type of intersection of two Lines to a Singleton (#408)