Skip to content

v23.08.00

Compare
Choose a tag to compare
@raydouglass raydouglass released this 09 Aug 20:40
· 159 commits to main since this release
d8a31ee

🚨 Breaking Changes

  • Simplify point-in-polygon header only APIs (#1192) @isVoid

🐛 Bug Fixes

  • Update nightly wheel tests for cuproj (#1250) @raydouglass
  • Update GeoDataFrame to Use the Structured GatherMap Class (#1219) @isVoid
  • Add streams to allocate_like call (#1218) @isVoid
  • Add CUDA major to cuspatial's build/string (#1211) @jakirkham
  • Fix overflowing in intersection_intermediates.remove_if (#1209) @isVoid
  • Sort the mergeable segments before computing merged segments (#1207) @isVoid
  • Fix a small typo in pairwise_linestring_distance (#1199) @isVoid
  • Improve Polygon.contains(LineString) predicate logic. (#1186) @thomcom
  • Use grid_stride_range in kernel loops (#1178) @harrism
  • Better support for binary predicates with large inputs. (#1166) @thomcom

📖 Documentation

  • cuProj Python and C++ Documentation (#1237) @harrism
  • cuSpatial 23.08 README updates (#1232) @jarmak-nv
  • Add author credit to zipcode counting notebook, fix cudf string processing argument (#1201) @isVoid
  • Remove osmnx dependency and use a small local dataset (#1195) @isVoid

🚀 New Features

🛠️ Improvements