v1.46.0
github-actions
released this
12 Jun 12:38
·
2144 commits
to master
since this release
LazySets v1.46.0
Announcements
Contributors for this release:
- Marcelo Forets (@mforets)
- Christian Schilling (@schillic)
- Sebastián Guadalupe (@SebastianGuadalupe)
Breaking changes
- Rework sampling (modify how
RejectionSampler
works, which allows to pass a custom distribution and sample from unbounded sets; rename other samplers:Sampler
→AbstractSampler
,PolytopeSampler
→RandomWalkSampler
) (#2731)
Features
- Add
permute
forVPolytope
(#2738)
Enhancements
- Add fast checks in concrete intersection between zonotope and
HalfSpace
(#2733)
Bug fixes
- Fix
cartesian_product
withUniverse
(#2736)
Closed issues:
- Generalize random sampling for other distributions (#2730)
- Concrete Cartesian product with Universe does not increase the dimension (#2735)
Merged pull requests:
- Refactor dispatch in sampling.jl (#2731) (@mforets)
- Add quicker concrete intersection between zonotope and halfspace (#2733) (@SebastianGuadalupe)
- #2735 - Fix concrete Cartesian product with Universe (#2736) (@schillic)
- permute for VPolytope (#2738) (@schillic)
- Update Project.toml (#2740) (@mforets)