Skip to content

Releases: rapidsai/cuspatial

v22.06.00

07 Jun 18:53
Compare
Choose a tag to compare

🐛 Bug Fixes

📖 Documentation

🚀 New Features

  • Refactor linestring_distance to header only API (#526) @isVoid
  • Python Bindings for Pairwise Linestring Distance (#521) @isVoid
  • Refactor lonlat_to_cartesian to header-only API (#514) @harrism
  • C++ pairwise linestring distance (#510) @isVoid

🛠️ Improvements

  • Fix library directory for installation (#537) @vyasr
  • Fix conda recipes (#532) @Ethyling
  • Fix various issues with CMake exports (#527) @vyasr
  • Build cuspatial with scikit-build (#524) @vyasr
  • Update Documentation with Pydata Sphinx Theme, and more (#523) @isVoid
  • Use conda to build python packages during GPU tests (#517) @Ethyling
  • Replace CUDA_TRY with CUSPATIAL_CUDA_TRY (#516) @isVoid
  • Use rapids-cmake for builds (#515) @vyasr
  • Update black to 22.3.0, update usage of libcudf macros, and remove direct column indexing (#511) @charlesbluca
  • Enable building static libs (#506) @trxcllnt
  • Add clang-format to pre-commit hook (#505) @isVoid
  • Add libcuspatial-tests package (#499) @Ethyling
  • Use conda compilers (#495) @Ethyling
  • Build packages using mambabuild (#486) @Ethyling
  • Refactor haversine_distance to a header-only API (#477) @harrism

v22.04.00

06 Apr 17:10
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Swap NumericalColumn.values_host for now removed to_array (#485) @vyasr

📖 Documentation

  • Improve point_in_polygon documentation regarding poly_ring_offsets (#497) @harrism
  • Fix documentation of return type of quadtree_point_in_polygon (#490) @harrism

🛠️ Improvements

v22.02.00

02 Feb 20:28
Compare
Choose a tag to compare

🐛 Bug Fixes

🛠️ Improvements

  • Prepare upload scripts for Python 3.7 removal (#479) @Ethyling
  • Fix test_pip_bitmap_column_to_binary_array test (#472) @Ethyling
  • Fix imports tests syntax (#471) @Ethyling
  • Remove IncludeCategories from .clang-format (#470) @codereport
  • Fix Forward-Merge Conflicts in #464 (#466) @ajschmidt8

v21.12.00

09 Dec 14:24
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Remove use of now removed cudf Table object. (#455) @vyasr

🛠️ Improvements

v21.10.00

06 Oct 19:09
Compare
Choose a tag to compare

🐛 Bug Fixes

🛠️ Improvements

v21.08.01

06 Aug 20:29
Compare
Choose a tag to compare

v21.08.01

v21.08.00

04 Aug 18:47
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix usage of assert_columns* APIs. (#433) @vyasr
  • Switch to using public cudf testing utilities (#431) @vyasr
  • Update CMake, fix testing use of assert_eq, and correct metadata copying (#430) @vyasr
  • Improve Hausdorff perf and accept larger number of inputs. (#424) @cwharris
  • Fix a critical issue with parallel_search functor. (#405) @thomcom

🛠️ Improvements

v21.06.00

09 Jun 21:09
Compare
Choose a tag to compare

🚀 New Features

  • from_geopandas converts GeoPandas GeoSeries objects into cuspatial GeoArrow form. (#300) @thomcom

🛠️ Improvements

v0.19.0

21 Apr 19:50
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Revert "Update conda recipes pinning of repo dependencies" (#372) @raydouglass
  • Update conda recipes pinning of repo dependencies (#370) @mike-wendt
  • Rename cartesian_product_group_index_iterator_test.cpp to .cu (#369) @trxcllnt

🚀 New Features

🛠️ Improvements

v0.18.0

24 Feb 21:44
Compare
Choose a tag to compare

Documentation 📖

  • Fix directed_hausdorff_distance space_offsets name + documentation (#332) @cwharris

New Features 🚀

Improvements 🛠️