Skip to content

Releases: rapidsai/cuspatial

v24.06.00

05 Jun 17:18
v24.06.00
3ffcc89
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Replace rmm::mr::device_memory_resource* with rmm::device_async_resource_ref (#1373) @harrism

🐛 Bug Fixes

🛠️ Improvements

[NIGHTLY] v24.08.00

05 Jun 14:11
v24.08.00a
f4ec75f
Compare
Choose a tag to compare
[NIGHTLY] v24.08.00 Pre-release
Pre-release

🔗 Links

🐛 Bug Fixes

🛠️ Improvements

v24.04.00

10 Apr 20:25
v24.04.00
7da37aa
Compare
Choose a tag to compare

🐛 Bug Fixes

📖 Documentation

🛠️ Improvements

v24.02.00

13 Feb 15:18
v24.02.00
a881c4a
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

  • Exclude tests from builds (#1339) @vyasr
  • Make sure cudf uses pyarrow's libarrow during wheel builds (#1334) @vyasr
  • Replace cudf _from_columns with a public API (#1326) @mroeschke
  • Update usage of cudf.core.column.arange to cudf.core.column.as_column (#1323) @AjayThorve

🚀 New Features

🛠️ Improvements

v23.12.01

07 Dec 00:55
v23.12.01
1672706
Compare
Choose a tag to compare

🐛 Bug Fixes

🛠️ Improvements

v23.12.00

06 Dec 18:39
v23.12.00
3a35772
Compare
Choose a tag to compare

🐛 Bug Fixes

🛠️ Improvements

v23.10.00

11 Oct 16:45
v23.10.00
29cddcd
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🛠️ Improvements

v23.08.01

10 Aug 20:52
v23.08.01
2660aba
Compare
Choose a tag to compare

🚨 Breaking Changes

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

🐛 Bug Fixes

📖 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

v23.08.00

09 Aug 20:40
d8a31ee
Compare
Choose a tag to compare

🚨 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

v23.06.00

07 Jun 18:19
7b3284a
Compare
Choose a tag to compare

🚨 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