v1.24.0
Announcements
First time contributor:
- Daniel Freire (@dfcaporale)
Contributors for this release:
- Marcelo Forets (@mforets)
- Daniel Freire (@dfcaporale)
- Christian Schilling (@schillic)
- Ueli Wechsler (@ueliwechsler)
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 setS
now uses the constraints lists ofS
as default, and support function evaluation ofP
, if possible; otherwise uses the vertices list ofP
as before. A newalgorithm
keyword allows to choose which method to use. (#1796) - Membership function for a
Ball2
now usesTolerance
(#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)