package rtree

  1. Overview
  2. Docs
A pure OCaml R-Tree implementation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rtree-0.2.0.tbz
sha256=e7679552ebaf3b16fe441811436ddc3a13732912632f94e2473a9c2ea7e19991
sha512=7be935e9ce89e2629174efb55a07902fc7a3a1b490b2c78aa799bd24f9e57b907fe215e9c2a6cfce7ce6cb2ac8999fa39152ef63602ef911b35f7c9f513b8462

doc/CHANGELOG.html

v0.2.0 2026-05-05 Belfast

  • Add a set of remove functions (#44, @FayCarsons)

Bugs, Fixes and Optimisations

  • Fix values not returning entire tree (#40, @mdales)
  • Added bounds function to get overall tree dimensions (#42, @mdales)

v0.1.1 2023-08-17 Cambridge

Bugs, Fixes and Optimisations

  • Remove extra length calculations (#16, @lindig)
  • Remove some polymorphic comparisons and replace with Float functions (#15, @patricoferris)
  • Fix stack overflows in OMT and Rectangle.merge (#14, @patricoferris, reported by @lindig)

v0.1.0 2023-08-08 Munich

  • Initial release