Skip to content

v1.52.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 23:21
· 1652 commits to master since this release
eba7e06

LazySets v1.52.0

Diff since v1.51.0

Announcements

Contributors for this release:

Breaking changes

  • Remove VPolytope constructor from VPolygon (#2873)
  • Change return value of remove_redundant_vertices! (#2873)

Features

  • Add translate! for different set types
    • Balls (#2866)
    • Ellipsoid (#2868)
    • VPolygon and VPolytope (#2871)
    • Singleton, EmptySet, Universe (#2869)
  • Add is_polyhedral (#2872)

Enhancements

  • Add option to not remove redundant constraints in some intersection methods (#2863)
  • Remove some redundant usages of copy (#2873)
  • Add rationalize for vectors of numeric vectors (#2874)

Bug fixes

  • Fix rationalize for VPolygon and VPolytope (#2874)

Closed issues:

  • Remove constructor of VPolytope from VPolygon (#2009)
  • Faster copy function for sets (#2261)
  • Add trait-like method polyhedral sets (#2634)
  • Rationalize not working with VPolygon (#2830)
  • Review usage of copy in library code (#2865)

Merged pull requests: