Skip to content

v0.5.0

Compare
Choose a tag to compare
@plokhotnyuk plokhotnyuk released this 22 Jun 08:16
· 684 commits to master since this release
  • Rename nearest query to nearestOption 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 custom search queries to return Unit instead of Boolean
  • 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