Skip to content

v1.38.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 09:03
· 2427 commits to master since this release
fa615bb

LazySets v1.38.0

Diff since v1.37.17

Announcements

Contributors for this release:

Breaking changes

  • Simplification of lazy intersection of halfspaces to polyhedron (#2482)

Features

  • Conversion of lazy intersection to polyhedral types (#2481)

Enhancements

  • Default random sampling (sample) uses Random from Julia Base instead of Distributions.jl (which can still be used, but it is optional) (#2480)
  • Concrete projection of BallX, EmptySet, and Universe (#2476)
  • Generalize special case for concrete projection of polyhedra (#2478)
  • Use promotion in HPolyhedron's support function and support vector (#2484)
  • Generalize overapproximate to unbounded sets (#2405)
  • Rename helper method and reduce allocations in intersection of 2D VPolytopes (#2486)

Bug fixes

  • Fix bug in isdisjoint of two zonotopic sets (#2479)

Internal changes

  • Test that concrete projection of a zonotope is a zonotope (#2473)
  • Outsource project from Approximations (#2475, #2485)
  • Add keyword argument to range (#2477)
  • Faster building of docs (#2489)