v2.10.0
github-actions
released this
21 Aug 04:01
·
688 commits
to master
since this release
LazySets v2.10.0
Announcements
Contributors for this release:
Breaking changes
- Remove confusing constructor method of a
Line2D
from aHalfSpace
(#3366)
Features
- Add
intersection
ofCartesianProduct
with polyhedron (#3361) - Add
area
forBall2
(#3365) - Add
difference
ofInterval
andHalfSpace
(#3351) - Add
AbstractBallp
interface with internal functionsradius_ball
andball_norm
to share common code between p-norm balls. This also adds some new methods and improves some old methods for p-norm balls. (#3368)
Enhancements
constraints_list
: faster forAbstractHyperrectangle
and alternative forAbstractSingleton
(#3363)- Better
linear_map
ofAbstractZonotope
for 1D output (#3364) - Faster
area
forBallInf
andAbstractHyperrectangle
(#3365) - Add
normalize
option toLine
constructor (#3367) - Simplify
intersection
result with unions (#3352)
Bug fixes
- Fix
issubset
of interval in union (#3351)
Internal changes
Closed issues:
- Add interface for balls (#1629)
- Concrete Minkowski sum of balls (#1630)
- Update "How to cite" in manual (#3347)
Merged pull requests:
- difference of Interval and HalfSpace & fix issubset of interval in union (#3351) (@schillic)
- Remove empty sets from intersection with union (#3352) (@schillic)
- #3347 - Add link to CITATION.bib to manual (#3354) (@schillic)
- intersection of CartesianProduct with polyhedron (#3361) (@schillic)
- constraints_list: faster for AbstractHyperrectangle and alternative for AbstractSingleton (#3363) (@schillic)
- Better linear_map of AbstractZonotope for 1D output (#3364) (@schillic)
- area: add for Ball2 and faster for BallInf and AbstractHyperrectangle (#3365) (@schillic)
- Line2D: merge docs, remove method from HalfSpace (#3366) (@schillic)
- Line: merge constructor docs to struct docs, add normalize option (#3367) (@schillic)
- Add AbstractBallp interface (#3368) (@schillic)
- Automatic JuliaFormatter.jl run (#3372) (@github-actions[bot])
- Update Project.toml (#3373) (@mforets)