Skip to content

Releases: crvs/KDTree

v2.0.1

09 Jul 19:10
21d5a30
Compare
Choose a tag to compare

Bugfix:

  • Extension of the k-nearest neighbors buffer should only occur when the it would occur in the middle of the buffer or when the number of requested elements has not been reached yet.
  • This fixes a bug that was noticeable when running with MSVC.

v2.0.0

06 Jun 08:57
Compare
Choose a tag to compare

While this is the first actual version, it is canonically version 2 since it introduced (non-breaking) changes to the API.

  • Major code clean up.
  • Introduced automatic formatting and static analysis.
  • Extended testing and the build system.
  • New K-nearest-neighbors query.