Skip to content

v22.06.00

Compare
Choose a tag to compare
@GPUtester GPUtester released this 07 Jun 18:53
· 593 commits to main since this release

🐛 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