Skip to content

v23.04.00

Compare
Choose a tag to compare
@raydouglass raydouglass released this 12 Apr 21:33
· 340 commits to main since this release
6958dcb

🚨 Breaking Changes

  • Consistently validate polygon inputs for GeoArrow offset format (#973) @harrism
  • Remove cubic spline interpolation (#959) @harrism
  • Refactors API to accept GeoSeries input for projection and trajectory functions (#955) @isVoid
  • Refactors filtering.py, indexing.py to Accept GeoSeries (#938) @isVoid
  • Refactors bounding.py to accept GeoSeries Input (#934) @isVoid
  • Remove shapefile reader, conda GDAL dependency, move cmake gdal dependency to cpp tests only (#932) @harrism
  • Refactor directed_hausdorff_distance and haversine_distance into GeoSeries Interface (#924) @isVoid

🐛 Bug Fixes

  • Bug Fix: point-in-multipolygon reduction using the wrong key-compare functor (#1043) @isVoid
  • Fix quotes in backticks in Developer Guide (#1034) @harrism
  • Attempt to Fix Broken C++ Build After cudftestutil is Made a Shared Lib (#996) @isVoid
  • Consistently validate polygon inputs for GeoArrow offset format (#973) @harrism
  • Fix OB bug in linestring_intersection_intermediates.remove_if Function (#945) @isVoid
  • Fix broken point_indices methods in PolygonGeoColumnAccessor (#907) @isVoid
  • Fix multiple bugs in user guide (#906) @isVoid
  • _from_point_xy improvements (#905) @isVoid
  • Add valid_count and has_nulls to GeoColumn (#894) @thomcom

📖 Documentation

🚀 New Features

  • Add segment Iterators, test multi*_range and miscellaneous lazy iterator additions (#1026) @isVoid
  • Add Header Only API for Linestring-Polygon Distance (#1011) @isVoid
  • Add geometry_generator factory for programmatic generation of geometry arrays (#998) @isVoid
  • Add python API pairwise_point_polygon_distance (#988) @isVoid
  • Add column API for pairwise_point_polygon_distance (#984) @isVoid
  • Add Header-Only point_polygon_distance, add non-owning polygon objects (#976) @isVoid
  • Remove cubic spline interpolation (#959) @harrism
  • Remove shapefile reader, conda GDAL dependency, move cmake gdal dependency to cpp tests only (#932) @harrism
  • Add from_linestrings_xy and from_polygons_xy (#928) @thomcom
  • Implement geom_equals and binary predicates that depend only on it. (#926) @thomcom
  • Add apply_boolean_mask Feature (#918) @isVoid
  • Add C++ Column API and Python API for pairwise_linestring_intersection (#862) @isVoid

🛠️ Improvements