roym899/pose_and_shape_evaluation

Efficient nearest neighbor queries for Python 3.6

roym899 opened this issue · 1 comments

Currently Python 3.6 support is limited due to slow KDTree implementation of scipy <1.5 (see 1.5 changelog). Possible fix might be to use scikit.neighbors module instead.

See #1 for initial discussion of this issue.

Python 3.6 reached its end-of-life. Therefore, only Python 3.7 will be supported in future versions.