KristofferC / NearestNeighbors.jl

High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
Other
413 stars 65 forks source link

In place queries not available #201

Open samncorn opened 3 hours ago

samncorn commented 3 hours ago

It seems knn! isn't actually exported, even though it's described in the documentation.

samncorn commented 2 hours ago

After playing around with it a bit more, I managed to pull down the branch that has it. I guess it just isn't int the latest release yet. Would it be possible to get that updated?