Skip to content

v1.15.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 30 Jul 20:00
v1.15.0
474691f

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)