v1.37.11
github-actions
released this
21 Oct 21:21
·
2383 commits
to master
since this release
LazySets v1.37.11
Announcements
Contributors for this release:
Features
- Extend
HPolyhedron
constructor for symbolic variables, which now accepts equality constraints, e.g.HPolyhedron([x == 0, v <= 1], vars)
(#2371) - In-place scale for zonotopes (#2275)
- New function,
read_gen
, that reads polygon files in generic (GEN) file format from other tools (#2377)
Enhancements
- Fix type of hyperrectangle vertices (#2376)
- Faster vertices list of low order zonotopes (#2375)
- Improve hyperrectangular set -> zonotope conversion for static arrays
Internal changes
- Refactoring work (#2372)