Releases: rapidsai/cuspatial
Releases · rapidsai/cuspatial
v22.02.00
🐛 Bug Fixes
- Always upload cuspatial packages (#481) @raydouglass
- Remove use of libcudf's CUDA_HOST_DEVICE macro (#475) @harrism
🛠️ 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
🐛 Bug Fixes
🛠️ Improvements
- Update DEFAULT_CUDA_VER in ci/cpu/prebuild.sh (#468) @Ethyling
- Fix Changelog Merge Conflicts for
branch-21.12
(#467) @ajschmidt8 - Upgrade
clang
to11.1.0
(#463) @galipremsagar - NVCC warnings are errors (#458) @trxcllnt
- Update
conda
recipes for Enhanced Compatibility effort (#457) @ajschmidt8
v21.10.00
🐛 Bug Fixes
- Stop using now removed _apply_support_method function. (#448) @vyasr
- Remove cudf.core (#444) @thomcom
- FIX Sync version update script with CMakeLists and update version in … (#438) @dillon-cullinan
🛠️ Improvements
- Fix default cuda version in prebuild.sh for arm64 (#451) @Ethyling
- Skip imports tests on arm64 (#450) @Ethyling
- Update Cython Table APIs to match changes in cudf. (#449) @vyasr
- Fix Forward-Merge Conflicts (#445) @ajschmidt8
- Update cudf table apis (#437) @vyasr
- ENH Replace gpuci_conda_retry with gpuci_mamba_retry (#432) @dillon-cullinan
- Pin gdal to 3.3.x (#420) @weiji14
v21.08.01
v21.08.00
🐛 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
- Updating Clang Version to 11.0.0 (#426) @codereport
- Update sphinx config (#421) @ajschmidt8
- Bump isort, enable Cython package resorting (#419) @charlesbluca
- Fix
21.08
forward-merge conflicts (#418) @ajschmidt8 - Correct the docs example for
cuspatial.CubicSpline
(#411) @thomcom - Update version to 21.08.00 in cmakelists (#410) @harrism
- Fix merge conflicts (#408) @ajschmidt8
- Support spaces in build.sh paths (#385) @jolorunyomi
v21.06.00
🚀 New Features
🛠️ Improvements
- Update environment variable used to determine
cuda_version
(#407) @ajschmidt8 - Update
CHANGELOG.md
links for calver (#404) @ajschmidt8 - Move rmm::device_buffer instead of copying (#403) @harrism
- Update docs build script (#402) @ajschmidt8
- Update cuspatial version for calver, fix CMake FindPackage cudf (#401) @trxcllnt
- Improve performance of quadtree point-to-polyline join (#362) @trxcllnt
v0.19.0
🐛 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
- Auto-label PRs based on their content (#337) @jolorunyomi
🛠️ Improvements
- Set
install_rpath
for libcuspatial (#375) @trxcllnt - ENH Reduce cuspatial library size (#373) @dillon-cullinan
- Eliminate literals passed to device_uvector::set_element_async (#367) @harrism
- Update Changelog Link (#366) @ajschmidt8
- Rework libcuspatial CMakeLists.txt to export targets for CPM (#365) @trxcllnt
- Prepare Changelog for Automation (#364) @ajschmidt8
- Update 0.18 changelog entry (#363) @ajschmidt8
- ENH Build with
cmake --build
& Pass ccache variables to conda recipe & use Ninja in CI (#359) @Ethyling - Update make_counting_transform_iterator namespace in tests (#353) @trxcllnt
- Fix merge conflicts in #348 (#349) @ajschmidt8
- Pin gdal to 3.2.x (#347) @weiji14
v0.18.0
Documentation 📖
New Features 🚀
- New build process script changes & gpuCI enhancements (#338) @raydouglass
Improvements 🛠️
- Update stale GHA with exemptions & new labels (#357) @mike-wendt
- Add GHA to mark issues/prs as stale/rotten (#355) @Ethyling
- Prepare Changelog for Automation (#345) @ajschmidt8
- Pin gdal to 3.1.x (#339) @weiji14
- Use simplified
rmm::exec_policy
(#331) @harrism - Upgrade to libcu++ on GitHub (#297) @trxcllnt