Releases
v1.15.0
Breaking changes
renamed internal _to_minus_vector
-> to_negative_vector
function (#1504 )
added explicit non-zero requirement to normal direction of Line
/Hyperplane
/HalfSpace
(note that this was already required implicitly before) (#1528 )
removed algorithm
argument from support-vector method of VPolytope
(#1530 )
Features
added Muller's algorithm to uniformly sample balls and spheres, and application to sample a Ball2
(#1503 )
added isflat
method for BallInf
and Hyperrectangle
(#1524 )
added swap
methods to binary lazy set operations (#1526 )
added 3D plotting with Makie and Polyhedra's Mesh
(#1260 )
Enhancements
added binary search strategy for VPolygon
support vector (#1475 )
added Universe
to CompactSet
interface (#1529 )
added negation (unary -
) of SingleEntryVector
(#1523 )
use dispatch for isuniversal
of unbounded set types (#1527 )
faster support vector/support function for VPolytope
(#1530 )
You can’t perform that action at this time.