Skip to content

v1.1.0

Compare
Choose a tag to compare
@jlvdb jlvdb released this 02 Feb 15:02
· 9 commits to main since this release
73b870f

Implemented fixed number of nearest neighbour finding, by returning the neighbour distance and index in the array from which the tree was constructed.

This required adding a new field to the Point struct, which is not used in any other algorithms and adds a small performance overhead.