v1.38.0
github-actions
released this
05 Jan 09:03
·
2427 commits
to master
since this release
LazySets v1.38.0
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
) usesRandom
from Julia Base instead ofDistributions.jl
(which can still be used, but it is optional) (#2480) - Concrete projection of
BallX
,EmptySet
, andUniverse
(#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 2DVPolytope
s (#2486)
Bug fixes
- Fix bug in
isdisjoint
of two zonotopic sets (#2479)