v1.44.0
github-actions
released this
19 Apr 22:11
·
2249 commits
to master
since this release
LazySets v1.44.0
Announcements
Contributors for this release:
- Marcelo Forets (@mforets)
- Christian Schilling (@schillic)
- Sebastián Guadalupe (@SebastianGuadalupe)
Breaking changes
- Changed argument when plotting a list of sets: the positional argument
fast
became the keyword argumentsame_recipe
(#2653)
Features
- Add
remove_redundant_generators
function (#2637) - Add
rectify
method for generalLazySet
s (#2649) - Add
low
andhigh
with dimension argument for arbitrary sets (#2663)
Enhancements
- Generalize convexity assumption in docstrings of some lazy operations (#2629, #2630, #2631, #2636, #2638, #2639, #2640)
- Better plot recipe for
UnionSet
/UnionSetArray
(#2653) constraints_list
ofBloating
now uses the implementation of the lazyMinkowskiSum
(which is currently the same as before) (#2664)- Remove redundant
Requires
block forconcretize(::CartesianProductArray)
(#2664)
Bug fixes
- Fix
_update_plot_limits!
for empty or flat sets (#2650)
Internal changes
- Minor enhancement by using faster
sum(abs, ...)
in some places (#2658)
Closed issues:
- Add star set representation (#1357)
- Function to remove linear dependencies in zonotope generators (#2434)
- Equivalence check between star set and lazy set (#2559)
- Add concrete rectification method (#2643)
- MethodError in concrete rectification plot (#2644)
- Conversion of polyhedral set to star set (#2645)
- Concrete intersection of star set with half-space (#2646)
- Revise plot recipe for UnionSet (#2647)
- Add
low
andhigh
with dimension argument for arbitrary sets (#2660) - Let linear map and affine map of a Star return a lazy struct again (#2661)
Merged pull requests:
- Update AffineMap docstring (#2629) (@mforets)
- update Bloating docstring (#2630) (@mforets)
- update cached MSA docstrings (#2631) (@mforets)
- update CartesianProduct docstrings (#2636) (@mforets)
- #2434 - Function to remove linear dependencies in zonotope generators (#2637) (@schillic)
- Update CPA docstrings (#2638) (@mforets)
- Add docs for Complement (#2639) (@mforets)
- Update ConvexHull docstring (#2640) (@mforets)
- fix docs escape sequence (#2641) (@mforets)
- #2643 - Add concrete rectification method (#2649) (@schillic)
- #2644 - Fix _update_plot_limits! for empty inputs (#2650) (@schillic)
- #2645 - Add conversion from polyhedral set to star set (#2652) (@SebastianGuadalupe)
- #2647 - Revise plot recipe for UnionSet (#2653) (@schillic)
- #2646 - Add intersection between star set and halfspace (#2654) (@SebastianGuadalupe)
- Simplify test (#2655) (@schillic)
- Use faster sum(abs, ...) (#2658) (@schillic)
- CompatHelper: bump compat for "IntervalArithmetic" to "0.18" (#2662) (@github-actions[bot])
- #2660 - Add low and high with dimension argument for arbitrary sets (#2663) (@schillic)
- Change constraints_list of Bloating and remove redundant Requires block (#2664) (@schillic)
- Add Star type and common methods (#2665) (@mforets)
- Update Project.toml (#2666) (@mforets)