Skip to contents

rsgeo 0.1.7

CRAN release: 2024-07-10

rsgeo 0.1.6

CRAN release: 2023-09-08

  • Adds configure and configure.win scripts to ensure the package remains on CRAN
  • fixes a bug in format.rsgeo where ... were passed into vapply() and not format()

rsgeo 0.1.5

CRAN release: 2023-09-02

rsgeo 0.1.4

  • vendoring rust dependencies to make rsgeo capable of being published on CRAN

rsgeo 0.1.3

  • adding additional parallelization to geodesic, Haversine, and Vincenty lengths
  • parallelization added to minimum bounding rect
  • line_segmentize() is now parallelized

rsgeo 0.1.0

  • Complete rewrite of rsgeo from the ground up.
  • distances matrices are calculated in parallel using rayon
  • removes cloning where possible reducing the overall memory footprint even more

rsgeo 0.0.0.9000

  • Added a NEWS.md file to track changes to the package.