Skip to content

Releases: paleolimbot/geos

geos 0.2.4

30 Nov 18:49
Compare
Choose a tag to compare
  • Fix format string checks as shown on the package check page (#93).

geos 0.2.3

15 Oct 02:11
Compare
Choose a tag to compare
  • Fix NA/NaN issues for forthcoming waldo package update (@hadley, #83).
  • Fix test on M1Mac (#85, #86).

geos 0.2.2

23 Oct 15:28
Compare
Choose a tag to compare
  • Fix new warnings from -Wstrict-prototypes.

geos 0.2.1

06 Oct 01:29
Compare
Choose a tag to compare
  • Fix address sanitizer error identified by the clang sanitizer.

geos 0.2.0

03 Sep 16:57
Compare
Choose a tag to compare
  • Added an experimental geos_inner_join() and geos_inner_join_keys() for
    potentially faster and/or more memory-efficient joins (#76, #66).
  • Added the geos_basic_strtree() class and query methods to create tree
    indices from non-GEOS geometries while making fewer copies (#73, #66).
  • Rewrote the GEOS-geometry construction code because of a bug that
    prevented it from being used for default conversion (#74, #56).
  • Added support for new features in GEOS 3.11, including
    geos_line_merge(), geos_line_merge_directed(), geos_concave_hull(),
    geos_remove_repeated_points(), geos_hilbert_code(), and
    geos_transform_xy() (#69).
  • Clarified documentation on make and unnest functions (#70, #68).

geos 0.1.3

07 Nov 15:11
Compare
Choose a tag to compare
  • Add support for new features in GEOS 3.10, including
    geos_is_within_distance(), geos_prepared_is_within_distance(),
    geos_read_geojson(), geos_write_geojson(),
    geos_constrained_delaunay_triangles(), geos_densify(),
    and a new argument flavor to geos_write_wkb() and
    geos_write_hex() to allow ISO WKB output instead of
    EWKB output for geometries with Z values (#57).
  • Fix crash when EMPTY points were passed to
    geos_project() or geos_project_normalized() (#52, #61).
  • Use geos_simplify(), geos_strtree_query(), and
    geos_clip_by_rect() to speed up plotting for polygons/
    lines with many vertices (#59, #61).
  • Update tests to use testthat 3rd edition (#62).
  • Add temporary workaround for intermittent crashes
    when importing large objects using geos_geometry_writer()
    (workaround uses sf::st_as_binary() and geos_read_wkb()
    until the source of the crash can be determined) (#56).

geos 0.1.2

22 Oct 14:59
Compare
Choose a tag to compare
  • Update tests to pass on GEOS 3.9.1 and 3.10.0 (#54).

Version 0.1.0

03 May 19:08
Compare
Choose a tag to compare
v0.1.0

Increment version number

Version 0.0.2

04 Jan 17:42
Compare
Choose a tag to compare
v0.0.2

run document

Version 0.0.1

13 Aug 16:19
Compare
Choose a tag to compare
v0.0.1

Fix CRAN submit suggestions