v2.1.0
github-actions
released this
17 Aug 16:42
·
1700 commits
to master
since this release
LazySets v2.1.0
Announcements
Contributors for this release:
- Marcelo Forets (@mforets)
- Christian Schilling (@schillic)
- Luca Ferranti (@lucaferranti)
Breaking changes
- Rename
genmat
andngens
methods for sparse polynomial zonotopes (#3035)
Features
- Add
underapproximate
of a polygon with a box of maximum area (#3011) - Add
project
forUnionSetArray
(#3026) - Add
exact_sum
forSparsePolynomialZonotope
s (#3025)
Enhancements
- Add missing
convert
toInterval
and to/fromIntervalArithmetic.Interval
(#3024) - Extend
linear_map
for polynomial zonotopes (#3036)
Closed issues:
- minor list (#215)
- Investigate performance regression in Reachability with LinearMap (#1054)
- Make PolynomialZonotope a LazySet (#1845)
- Make unions a LazySet (#1846)
- Make Complement a LazySet (#2407)
- Make AbstractStar a LazySet (#2553)
- Make multiplication with a scalar fall back to scale (#2609)
- Polytope underapproximation of connected union of boxes (#3000)
- Rename
independent_genmat
anddependent_genmat
(#3031)
Merged pull requests:
- Underapproximation of polygon with box (#3011) (@schillic)
- Complete conversion to/from IA.Interval (#3024) (@schillic)
- added exact sum for sparse polynomial zonotopes (#3025) (@lucaferranti)
- project for UnionSetArray (#3026) (@schillic)
- rename genmat methods for spz (#3035) (@lucaferranti)
- update linear map for polynomial zonotopes (#3036) (@lucaferranti)