rtree2d v0.6.0 Release Notes

Release Date: 2018-07-06 // over 5 years ago
    • โž• Add rtree2d- prefix to module and artifact names
    • โž• Add function for calculation of distance to the center of ellipsoidal model of the Earth
    • Simplify calculations of distances for spherical model
    • โž• Add entry constructor for spheres with different radiuses
    • ๐Ÿ‘‰ Use IndexOutOfBoundsException instead of ArrayIndexOutOfBoundsException
    • ๐Ÿ“‡ Rename x1, y1, x2, y2 fields of entries to minX, minY, maxX, maxY
    • ๐Ÿšš Move constant parameters to the benchmark title
    • Uncomment all benchmark parameters
    • ๐Ÿ›  Fix nearestK benchmark for David Moten's R-Tree
    • โž• Add JTS benchmarks

    All changes v0.5.0...v0.6.0