Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-17 | 4.5 kB | |
v4.0.0 source code.tar.gz | 2025-04-17 | 635.2 kB | |
v4.0.0 source code.zip | 2025-04-17 | 1.1 MB | |
Totals: 3 Items | 1.7 MB | 0 |
LazySets v4.0.0
Breaking changes
- Remove constructors from
HRep
/VRep
(useconvert
instead) (#3715) - Remove scalar
linear_map
(usescale
instead) (#3729) - Remove
surface
function (#3816) EmptySet
: redefinenorm
/radius
/diameter
to 0 (instead of throwing an error) (#3667)- Revise plot recipe of small or flat 2D sets; this may change the plotting of sets in some cases (#3822)
- Rename
delaunay
→triangulate
andtriangulate
→triangulate_faces
and export symbols (#3804)
Merged pull requests:
- Add binary convex_hull
method to API
module (#3662) (@schillic)
- EmptySet
: redefine norm
/radius
/diameter
(#3667) (@schillic)
- Revise documentation of volume
(#3714) (@schillic)
- Remove constructors from HRep
/VRep
(#3715) (@schillic)
- Add distance
between point and set to API (#3722) (@schillic)
- Add isparametrictype
trait (#3725) (@schillic)
- Revise concretize
(#3726) (@schillic)
- Remove scalar linear_map
(#3729) (@schillic)
- Change default implementation of scale
(#3730) (@schillic)
- ConvexSet
: make σ
a required method (#3735) (@schillic)
- Fix minkowski_difference
for polyhedron and bounded set (#3741) (@schillic)
- AbstractAffineMap
: add volume
method (#3743) (@schillic)
- Move ○
to AbstractCentrallySymmetric
(#3761) (@schillic)
- Fix distance
of point and Line
(#3788) (@schillic)
- Automatic JuliaFormatter.jl run (#3791) (@github-actions[bot])
- Collect references in docstrings (#3792) (@schillic)
- Shorten some links (#3793) (@schillic)
- Flip order of bibliography in docs (#3794) (@schillic)
- Add minimal-area rotated hyperrectangle overapproximation (#3795) (@crisiumnih)
- Improve documentation (#3796) (@schillic)
- Fix incorrect convex hull with -0.0 (#3797) (@crisiumnih)
- Fix numeric type in cartesian_product
of Universe
s (#3798) (@schillic)
- Check dimensionality in minkowski_sum
method (#3799) (@schillic)
- Revise tests for EmptySet
(#3800) (@schillic)
- Revise tests for Universe
(#3801) (@schillic)
- Allow ≈
for EmptySet
s of different dimension (#3802) (@schillic)
- Add constrained_dimensions
for EmptySet
(#3803) (@schillic)
- Rename and export delaunay
and triangulate
(#3804) (@schillic)
- Minor revision of tests (#3805) (@schillic)
- Let exponential_map
of EmptySet
check for square matrix (#3806) (@schillic)
- Fixes for Universe
(#3807) (@schillic)
- Fixes for Universe
(#3808) (@schillic)
- Add isuniversal
for Translation
(#3809) (@schillic)
- Add isuniversal
for Polygon
(#3810) (@schillic)
- Add more tests for Universe
(#3811) (@schillic)
- Use helper methods from EmptySetModule
and revise tests (#3812) (@schillic)
- Collect disambiguation code (#3813) (@schillic)
- Add alias for unary ConvexHull
(#3815) (@schillic)
- Remove surface
function (#3816) (@schillic)
- Automatic JuliaFormatter.jl run (#3817) (@github-actions[bot])
- Automatic JuliaFormatter.jl run (#3818) (@github-actions[bot])
- overapproximation of SPZ to VPolytope (#3821) (@crisiumnih)
- Revise plot recipe of small or flat 2D sets (#3822) (@schillic)
- Allow TaylorModels v0.8 (#3826) (@schillic)
- Automatic JuliaFormatter.jl run (#3829) (@github-actions[bot])
- Use old JuliaFormatter version (#3830) (@schillic)
- [#3169] - Outsource common concretize
code of lazy array operations (#3831) (@alecarraro)
- [#2768] - Outource common code in BoxDiagDirections
(#3832) (@alecarraro)
- Increase CI test time (#3835) (@schillic)
- Fix _minkowski_sum_vrep_2d
(#3838) (@Zinoex)
- Clean up code (#3840) (@schillic)
- Simplify overapproximate
of SPZ
to VPolytope
(#3841) (@schillic)
- v4.0.0 (#3842) (@schillic)
Closed issues:
- Shared code in DiagDirections and BoxDiagDirections (#2768)
- Overapproximate polygon with minimal-area rotated hyperrectangle (#2903)
- Outsource common code to implement concretize of lazy array operations (#3169)
- Convex hull algorithm in 2D sensitive to numeric precision (#3455)
- Incorrect minkowski_sum
for polygons (#3836)