Skip to content

v1.24.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 15 Dec 15:19
v1.24.0
1d65f72

Announcements

First time contributor:

Contributors for this release:

Features

  • Membership check for lazy M-sum of abstract singleton and set (#1795)
  • Conversion of lazy convex hull of singletons to VPolytope (#1817)
  • Robust equivalence check for sets, using double inclusion (#1819)
  • Volume function for hyperrectangular sets (#1812)
  • Volume function for the ball in the 2-norm (#1829)
  • Concrete minkowski sum with singleton (#1831)
  • isuniversal methods for all remaining sets (#1799)

Enhancements

  • The inclusion check of a polytopic set P and a set S now uses the constraints lists of S as default, and support function evaluation of P, if possible; otherwise uses the vertices list of P as before. A new algorithm keyword allows to choose which method to use. (#1796)
  • Membership function for a Ball2 now uses Tolerance (#1825)
  • Faster hyperrectangle support function for a vector with a single component (#1785)
  • Concretely type linear constraint arrays in internal usage (#1803)
  • Update some manual examples with respect to the refinement argument (#1830)
  • Robust getfield comparison (#1824)
  • We now print an informative error message if a required external package is missing (#1808)

Bug-fixes

  • Inclusion check between hyperrectangular set is now robust (#1810)
  • Fix order 0 for taylor model to zonotope conversion (#1820)
  • Add missing function for approximate permutation check (#1833)