rtree2d v0.4.0 Release Notes

Release Date: 2018-06-20 // almost 6 years ago
    • ➕ Added constructors of entries for plane and spherical geometries
    • ⚡️ RTree2D API changed: constructor methods for entries separated and moved to different namespaces for plane and spherical geometries (EuclideanPlane and SphericalEarth objects accordingly); returned collections are IndexedSeq now (was Seq); collections of entries for packing and update are Iterable now (was Traversable)
    • 👌 Improved error messages in constructors for entries

    All changes v0.3.1...v0.4.0