v1.44.4
github-actions
released this
18 May 19:59
·
2170 commits
to master
since this release
LazySets v1.44.4
Announcements
Contributors for this release:
Enhancements
- Allow for new versions of optional dependency packages (#2699)
- Improve
InverseLinearMap
'svertices_list
(#2689) - Remove convexity requirement in the docstrings of:
- Improvements for
UnionSetArray
(fix case inan_element
and fasterρ
) (#2691)
Bug fixes
- Respect
xlims
/ylims
when plotting unbounded sets (#2701)
Closed issues:
- Generalize convexity in docstrings of lazy operations (#1837)
- Concrete cartesian_product of hyperrectangular sets (#2227)
- Plotting union with seriestype kwarg fails (#2678)
- Adjusting DEFAULT_PLOT_LIMITS? (#2700)
Merged pull requests:
- Improve InverseLinearMap's vertices_list (#2689) (@schillic)
- #1837 - Remove convexity requirement in LinearMap (#2690) (@schillic)
- #1837 - Updates for UnionSetArray (#2691) (@schillic)
- #1837 - Updates for UnionSet (#2692) (@schillic)
- #1837 - Remove convexity requirement in Translation (#2693) (@schillic)
- #1837 - Updates for SymmetricIntervalHull (#2694) (@schillic)
- #1837 - Updates for ResetMap (#2695) (@schillic)
- #1837 - Remove convexity requirement in Rectification (#2696) (@schillic)
- #1837 - Updates for MinkowskiSum & MinkowskiSumArray (#2697) (@schillic)
- #1837 - Add information about convexity preservation (#2698) (@schillic)
- New versions of optional packages (#2699) (@schillic)
- #2700 - Respect xlims/ylims when plotting unbounded sets (#2701) (@schillic)
- Update Project.toml (#2704) (@mforets)