daavoo / pyntcloud

pyntcloud is a Python library for working with 3D point clouds.
http://pyntcloud.readthedocs.io
MIT License
1.39k stars 221 forks source link

Use KDTree instead of cKDTree #339

Closed daavoo closed 1 year ago

daavoo commented 1 year ago

Require scipy>= 1.6.0

codecov-commenter commented 1 year ago

Codecov Report

Merging #339 (16181bc) into master (c9dcf59) will not change coverage. The diff coverage is 0.00%.

@@          Coverage Diff           @@
##           master    #339   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          61      61           
  Lines        2168    2168           
======================================
  Misses       2168    2168           
Impacted Files Coverage Δ
pyntcloud/filters/kdtree.py 0.00% <0.00%> (ø)
pyntcloud/neighbors/k_neighbors.py 0.00% <0.00%> (ø)
pyntcloud/structures/kdtree.py 0.00% <0.00%> (ø)
pyntcloud/structures/voxelgrid.py 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.