v2.1.1
github-actions
released this
19 Aug 21:18
·
1658 commits
to master
since this release
LazySets v2.1.1
Announcements
Contributors for this release:
- Marcelo Forets (@mforets)
- Christian Schilling (@schillic)
- Luca Ferranti (@lucaferranti)
- Lasse Peters (@lassepe) (first-time contributor)
Features
- Add
Zonotope
enclosure ofSparsePolynomialZonotope
(#3028) - Add generalized
quadratic_map
forSimpleSparsePolynomialZonotope
s (#3037)
Enhancements
- Generalize code for inclusion checking in a
UnionSetArray
(#3041)
Bug fixes
- Fix bug that prevented from using
Revise
andIpopt
together (#3042)
Closed issues:
- Sparse polynomial zonotopes (#1543)
- Inclusion in union (#3012)
quadratic_map
on SSPZ should callremove_redundant_generators
(#3032)- Cannot load LazySets and Ipopt simulatneously when Revise is active (#3040)
remove redundants
(#3044)
Merged pull requests:
- add Zonotope enclosure of SPZ (#3028) (@lucaferranti)
- add generalized quadratic map for SSPZ (#3037) (@lucaferranti)
- #3012 - Generalize code for inclusion in union (#3041) (@schillic)
- Hotfix for Revise/Require bug (#3042) (@lassepe)