• Mostly fixes for CRAN
  • Initial work on approximate knn
  • Returning distances from nearest neighbor search
  • More accommodations for broken compilers
  • Native R matrix support
  • Will sort spatial sf data frames by location
  • Now passes checks without c++17
  • added support for native data frames, distance weights and string distance
  • range query and nearest neighbor search have variants that return indices
  • can now sort a vector of pointers to tuples
  • exposed to R as kd_order
  • Additional bug fixes
  • Bug fix in lower/upper_bound
  • For upload to CRAN
  • Added a NEWS.md file to track changes to the package.
  • Fixed a bug in vignette building