Skip to content

v23.06.00

Compare
Choose a tag to compare
@raydouglass raydouglass released this 07 Jun 18:19
· 214 commits to main since this release
7b3284a

🚨 Breaking Changes

  • Reorganize cuSpatial headers (#1097) @harrism
  • Update minimum Python version to Python 3.9 (#1089) @shwina
  • Move experimental headers into main include/cuspatial directory (#1081) @harrism
  • Improve Hausdorff Many Column Performance (#916) @isVoid

🐛 Bug Fixes

  • Fix scatter bug due to overlapping range in pairwise_linestring_intersection (#1152) @isVoid
  • Pin cuml dependency in notebook testing environment to nightlies (#1110) @isVoid
  • Fix a bug in point-in-polygon kernel: if the point is collinear with an edge, result is asserted false (#1108) @isVoid
  • Fix a bug in segment intersection primitive where two collinear segment touch at endpoints is miscomputed as a degenerate segment (#1093) @isVoid
  • Update CMAKE_CUDA_ARCHITECTURE to use new value (#1070) @isVoid
  • Bug fix in pairwise_linestring_intersection (#1069) @isVoid

📖 Documentation

  • Add documentation for pairwise_linestring_polygon_distance, pairwise_polygon_distance (#1145) @isVoid
  • Make User Guide appear in Docs page header (#1133) @jarmak-nv
  • Add Hausdorff Clustering Notebooks (#922) @isVoid

🚀 New Features

🛠️ Improvements