Skip to content

Releases: jlvdb/balltree

v1.1.1

20 Aug 06:11
Compare
Choose a tag to compare

Upgraded to numpy v2.

v1.1.0

02 Feb 15:02
73b870f
Compare
Choose a tag to compare

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.

v1.0.1

01 Feb 00:32
Compare
Choose a tag to compare

Added additional tests and better build flags for the python extension on Windows.