Changes in version 0.2-16 (2026-05-03) - remove '%>%'; depend on R 4.1.0 - st_snap_to_grid() handles empty geometries; #100 Changes in version 0.2-15 (2026-01-12) - st_geod_azimuth() adds feature/pairwise azimuth #97 by @robitalec - add st_geom_from_geohash(); #37 - fix default for argument digits in st_astext() Changes in version 0.2-14 (2024-02-21) - st_perimeter() is deprecated in favor of st_perimeter_lwgeom(), as sf takes over with sf::st_perimeter(). Changes in version 0.2-13 (2023-05-22) Changes in version 0.2-11 (2023-01-14) - replace sprintf() instances with snprintf() Changes in version 0.2-10 (2022-11-19) - fix -Wstrict-prototypes warnings Changes in version 0.2-9 (2022-10-01) - fix formatting issues for long long int Changes in version 0.2-8 (2021-10-06) - remove PROBLEM ... ERROR constructs from C code Changes in version 0.2-5 (2020-06-12) - GEOS requirement lowered to 3.5.0, which also seems to work; #59. Changes in version 0.2-4 (2020-05-20) - require sf >= 0.9-3, and use C API PROJ path setting (to work on CRAN windows binaries) - update to new GEOS (3.8.0) and PROJ (6.3.1) versions for CRAN windows binary builds - require GEOS 3.6.0 (required by PostGIS 3.0.0), and add check to configure Changes in version 0.2-3 (2020-04-12) - fix configure script to work with ubuntu/bionic and PROJ 4.9.3; #28 - fix configure script to work with PROJ 5.x versions Changes in version 0.2-2 (2020-04-11) - adjust to sf >= 0.9-0 new crs representation - use st_make_valid() generic from package sf; https://github.com/r-spatial/sf/issues/1300 Changes in version 0.2-1 (2020-01-31) - fix PROJ 5.x installation issue (has proj.h, but shouldn't use it) Changes in version 0.2-0 (2020-01-31) - export lwgeom_make_valid(), to gradually move st_make_valid() from lwgeom to sf; https://github.com/r-spatial/sf/issues/989 - constrain argument crs in st_transform_proj() to take one or two character strings - update to POSTGIS 3.0.0 liblwgeom version - update to modern PROJ, use proj.h when available Changes in version 0.1-5 (2018-12-07) - check for user interrupts on st_geod_distance(), #29 by Dan Baston - add st_astext() for fast WKT writing, #25 by Etienne Racine - add st_is_polygon_cw(), #21 by Andy Teucher @ateucher; add Andy Teucher to contributors - add st_perimeter() and st_perimeter_2d() functions to compute the length measurement of the boundary of a surface. - allow st_transform_proj() to take two proj4 strings as crs, as c(input_p4s, output_p4s), ignoring the CRS of x Changes in version 0.1-4 (2018-01-28) - tries to fix the CRAN error for r-release-osx (datum files missing in sf; removed test) Changes in version 0.1-3 (2018-01-21) - add st_geod_covered_by() binary geometry predicate Changes in version 0.1-2 (2017-12-19) - try to fix OSX compile on CRAN, tuning configure.ac Changes in version 0.1-1 (2017-12-17) - add st_length() - attempt to fix Solaris and OSX - report proj.4 and GEOS versions on startup, and on lwgeom_extSoftwareVersions; #10 - add minimum bounding circle, by @rundel; #7 - add st_subdivide(), see https://github.com/r-spatial/sf/issues/597 Changes in version 0.1-0 (2017-11-16) - first CRAN submission