Skip to content

v1.49.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 14:53
· 2020 commits to master since this release
f62bd86

LazySets v1.49.1

Diff since v1.49.0

Announcements

Contributors for this release:

Enhancements

  • Add constructors for H-rep sets (HPolyhedron/HPolytope/HPolygon/HPolygonOpt) from mixed HalfSpace types (#2815)
  • cartesian_product does not require Polyhedra anymore (#2814)
  • Faster symmetric_interval_hull for ExponentialMap of singletons and hyperrectangles (#2813)

Closed issues:

  • Common constraints list helper (#2048)

Merged pull requests:

  • Faster symmetric_interval_hull for ExponentialMap of singletons and hyperrectangles (#2813) (@schillic)
  • cartesian_product not requiring Polyhedra (#2814) (@schillic)
  • #2048 - Add HPoly constructors from mixed HalfSpace types (#2815) (@schillic)