feat(vortex-spatial): add convex hull scalar function - #9219
feat(vortex-spatial): add convex hull scalar function#9219HarukiMoriarty wants to merge 3 commits into
Conversation
ba1e979 to
40c257d
Compare
Merging this PR will regress 1 benchmark
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting Comparing Footnotes
|
40c257d to
5c27ddf
Compare
302bc8f to
ddf9146
Compare
ddf9146 to
6be40cf
Compare
6be40cf to
d8bd22f
Compare
d8bd22f to
d705823
Compare
d705823 to
8955426
Compare
8955426 to
a49acef
Compare
a49acef to
c76ebf6
Compare
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
c76ebf6 to
4045fa5
Compare
Summary
Semantics
The return dtype is always native Polygon, including empty and degenerate hulls. Consistent with the current geometry-kernel policy, coordinate finiteness is unchecked unless validation is explicitly enabled; this function does not add per-call NaN validation.