v1.52.0
github-actions
released this
26 Sep 23:21
·
1652 commits
to master
since this release
LazySets v1.52.0
Announcements
Contributors for this release:
Breaking changes
- Remove
VPolytope
constructor fromVPolygon
(#2873) - Change return value of
remove_redundant_vertices!
(#2873)
Features
- Add
translate!
for different set types - 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
forVPolygon
andVPolytope
(#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:
- Add option to not remove redundant constraints (#2863) (@schillic)
- In-place concrete translation for BallX (#2866) (@mforets)
- in-place concrete translation for Ellipsoid (#2868) (@mforets)
- In-place translation (cont'd) (#2869) (@mforets)
- Note on interval translation (#2870) (@mforets)
- In-place translation for VPoly (#2871) (@mforets)
- #2634 - Add is_polyhedral function (#2872) (@schillic)
- #2865 - Review usage of copy in library code (#2873) (@schillic)
- #2830 - rationalize for nested numeric vectors (#2874) (@schillic)
- Update make.jl (#2877) (@mforets)
- Update Project.toml (#2878) (@mforets)