v0.4.14
NearestNeighbors v0.4.14
Merged pull requests:
- Allow usage of semi and pre-metrics with BruteTree (#137) (@davnn)
- Make KDNode smaller (#166) (@KristofferC)
- avoid copying inputs when doing a
knn
orinrange
for a matrix input (#168) (@KristofferC) - some fixes for weighted metrics (#170) (@KristofferC)
- avoid unnecessarily overloading
Distances.evaluate
(#171) (@KristofferC)
Closed issues:
- BruteTree SemiMetric support (#99)
- Benchmarking parallel implementation leads to segfaults (#136)
- Reverse Cuthill-McKee ordering option (#158)
- Julia 1.10 is waiting on IO to finish during compilation (#164)
- It should be possible to make
KDNode
smaller (#165) - KDTree: Wrong results for non-Euclidean metrics (#169)