Skip to content

v2.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 18:13
· 403 commits to master since this release
413252e

LazySets v2.14.0

Diff since v2.13.0

Announcements

Contributors for this release:

Breaking changes

  • Remove symbol aliases of concrete operations ( and \) (#3528)
  • Remove redundant VectorIterator (#3529)
  • Remove membership test of number in Interval (#3534)

Features

  • Add MatrixSets with MatrixZonotope (not exported; planned to be outsourced later) (#3510)
  • Add center to API module (#3513)
  • Outsource Interval to its own module (#3520)
  • Outsource EmptySet to its own module (#3536)
  • Add SymEngine code to create HalfSpace/Hyperplane (#3532)

Enhancements

  • Make Interval's diameter consistent with radius (#3514)
  • Add radius for Interval (#3515)
  • Revise and test convert to Interval (#3517)
  • Add space in error message (#3523)
  • Revise translate and translate! (#3525)
  • Support is_interior_point for mixed numeric types (#3526)
  • Support ReachabilityBase v0.3 (#3537)

Bug fixes

  • Export missing function permute (#3521)
  • Fix overapproximate of (Simple)SparsePolynomialZonotope with Zonotope and dom (#3531)

Internal changes

  • Add JuliaHub and PkgEval badges (#3512)
  • Remove mince import (#3516)
  • More tests for split of Interval (#3518)
  • Tests for issubset between Intervals (#3519)
  • Fix Array package source in tests (#3524)
  • Allow passing "" argument to tests (#3522, #3535)
  • Move API in docs (#3527)
  • Add tests for API module (#3530)

Merged pull requests: