Skip to content

v1.44.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 22:11
· 2249 commits to master since this release
992d153

LazySets v1.44.0

Diff since v1.43.2

Announcements

Contributors for this release:

Breaking changes

  • Changed argument when plotting a list of sets: the positional argument fast became the keyword argument same_recipe (#2653)

Features

  • Add remove_redundant_generators function (#2637)
  • Add rectify method for general LazySets (#2649)
  • Add low and high 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 of Bloating now uses the implementation of the lazy MinkowskiSum (which is currently the same as before) (#2664)
  • Remove redundant Requires block for concretize(::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 and high 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: