rtree2d v0.5.0 Release Notes

Release Date: 2018-06-22 // almost 6 years ago
    • ๐Ÿ“‡ 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