v1.37.3
github-actions
released this
22 Jul 15:13
·
2470 commits
to master
since this release
LazySets v1.37.3
Announcements
Contributors for this release:
- Marcelo Forets (@mforets)
- Sebastián Guadalupe (@SebastianGuadalupe)
- Christian Schilling (@schillic)
Features
- Implement
HParallelotope
set representation, a parallelotope in constraint form (#1632) - Polyhedron boundedness method using Stiemke's theorem of alternatives (#2110)
- Iterator versions
constraints
andvertices
ofconstraints_list
andvertices_list
(#2263) - Polyhedron constructor using symbolic variables through ModelingToolkit (#2270)
- Concrete in-place linear map of a zonotope (#2273)
Enhancements
- Robust comparison for intersection of a lazy set with a half-space (#2257)
- Efficient subset check between
CartesianProduct
s (#2241) - Subset check between
CartesianProductArray
s with different block structure (#2241) - Concrete linear map of a line returns a line (#2259)
- More efficient concrete projection of hyperrectangular sets, now returns a
Hyperrectangle
(#2272)
Closed issues:
- Add parallelotope (#1014)
- Add meaningful test for linear_map (#1036)
- Efficient subset check between CartesianProducts (#1227)
- Robust comparison for intersection with a half-space (#2113)
- Problems with equation rendering in documentation (#2256)
Merged pull requests:
- #1014 - Add parallelotope in constraint form (#1632) (@SebastianGuadalupe)
- #1227 - Efficient subset check between CartesianProducts (#2241) (@schillic)
- Update README.md (#2255) (@mforets)
- #2113 - Robust comparison for intersection with a half-space (#2257) (@SebastianGuadalupe)
- #1036 - Add meaningful test for linear_map (#2258) (@SebastianGuadalupe)
- Concrete linear map of a Line (#2259) (@mforets)
- #2256 - Problems with equation rendering in documentation (#2260) (@schillic)