v1.58.1
github-actions
released this
12 Jul 09:32
·
1478 commits
to master
since this release
LazySets v1.58.1
Here we collect the new features, bug fixes, etc. for the next release.
Announcements
Contributors for this release:
- Marcelo Forets (@mforets)
- Christian Schilling (@schillic)
- Luca Ferranti (@lucaferranti)
Features
- Add
convert
fromAbstractZonotope
toSimpleSparsePolynomialZonotope
(#2991)
Enhancements
- Improved documentation of
SimpleSparsePolynomialZonotope
(#2996)
Bug fixes
- Fix
overapproximate
of aConvexHull
of zonotopes including a 0-generator zonotope (#2995)
Internal changes
- Activate docs preview (#2998)
Closed issues:
- Conversion from abstract zonotope to PZ (#2983)
- Overapproximate CH with 0-gens zonotope (#2994)
- should
genmat(::Hyperrectangle)
return a diagonal matrix? (#2997)
Merged pull requests:
- add conversion from zonotope to sspz (#2991) (@lucaferranti)
- Overapproximate CH with 0-gens zonotope (#2995) (@mforets)
- sspz docs tweaks (#2996) (@mforets)
- add docs preview (#2998) (@lucaferranti)