Skip to content

v1.37.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 00:37
· 2745 commits to master since this release
11acdf6

LazySets v1.37.1

Announcements

Contributors for this release:

Features

  • Add convex_hull of an array of polytopes (#2215)
  • Create half-spaces and hyperplanes symbolically using ModelingToolkit (#2193)
  • Add approximate function for Rectification of a polytope (#2233)
  • Add Line, an n-dimensional line representation (#2210)
  • Improve and extend zonotope splitting methods (#2214)

Enhancements

  • Add rectify for Interval, Singleton, and ZeroSet (#2225, #2229, #2232)
  • Generalize singleton_list to arbitrary sets with vertices_list function (#2242)
  • Disjointness check with the empty set (#2235)

Internal changes

  • Add ModelingToolkit as an optional dependency (#2193)
  • Add StaticArrays as an optional dependency (#2214)

Diff since v1.37.0

Closed issues:

  • Add explicit set operations for special set types (#324)
  • Add dimension as type parameter (#372)
  • Remove duplicate exports (#452)
  • Higher dimensional line (#652)
  • Investigate errors in binary functions (#861)
  • Sampling from a set (#917)
  • convex_hull of polytopes (#941)
  • Decomposed intersection for CartesianProductArray (#1041)
  • Add template directions alias symbols (#1329)
  • Approximation of Rectification of polytope (#1435)
  • Generalize singleton_list (#1659)
  • Add better error message for conversion of non zonotopic set to zonotope (#1944)
  • Move triangulation to new file (#2078)
  • Rectangular linear_map from Zonotope given inverse matrix crashes (#2176)
  • Disjointness check with the empty set (#2182)
  • Add dimension of constrained reset map (#2198)
  • Port zonotope splitting implementation from RA (#2213)

Merged pull requests: