v0.5.0
- Rename
nearest
query tonearestOption
and simplify it to return an entry option instead of option of tuple for the entry and distance to it - Add
nearestK
query for search up to K of nearest entries - Add
nearest
query to allow custom filtering or/and aggregation of entries during search - Simplify
f
parameter function of customsearch
queries to returnUnit
instead ofBoolean
- Extract array wrappers to separated (non inner) classes to avoid possible memory leaks due holding of reference on R-tree instance
All changes v0.4.0...v0.5.0