- Added functions to iterate over the points of the tree.
- Derive
Clone
trait forKDTree
. - Switched to Rust 2021 edition.
- Updated
ordered-float
to version 3.7 andcriterion
to version 0.5.
- Fixed linear candidate container to return less than k entries rather than entries with infinity if not enough neighbours can be found.
- Improved documentation.
- Made naming of functions in
dummy_point
and unit tests consistent.
- Initial re-implementation of the C++ library and adaptation to Rust.