v26.02.00
What's Changed
🚨 Breaking Changes
- Use CCCL's mdspan implementation by @bdice in #2836
- Default to static linking of libcudart by @bdice in #2890
- Remove
neighbors/,cluster/,distance/,spatial/,sparse/neighbors/apis by @aamijar in #2885 - Remove cutlass and cuco dependencies by @divyegala in #2916
🐛 Bug Fixes
- Include
<thrust/for_each.h>where it is used by @bdice in #2883 - Include CTest module in CMakeLists.txt by @bdice in #2895
- Fix Lanczos Determinism by @aamijar in #2894
- Change compile-time assertion to runtime assertion on is_strided by @bdice in #2909
- Set memory pool through RMM by @viclafargue in #2866
📖 Documentation
🚀 New Features
- Tile Policy for Uint8 Input (Pairwise) by @tarang-jain in #2770
- Add copy_vectorized to RAFT by @lowener in #2900
🛠️ Improvements
- Use strict priority in CI conda tests by @bdice in #2879
- Use strict priority in CI conda tests by @bdice in #2884
- Remove alpha specs from non-RAPIDS dependencies by @bdice in #2886
- Enable merge barriers by @KyleFromNVIDIA in #2889
- Fix is_exhaustive, no longer constexpr by @bdice in #2888
- Add devcontainer fallback for C++ test location by @bdice in #2893
eigshoptional seed by @aamijar in #2899- Empty commit to trigger a build by @bdice in #2904
- Update to C++20 by @divyegala in #2908
- Use SPDX license identifiers in pyproject.toml, bump build dependency floors by @jameslamb in #2910
- Remove
neighbors/detail/faiss_selectby @aamijar in #2902 - Remove
sparse/distanceby @aamijar in #2905 - Add CUDA 13.1 support by @bdice in #2896
- Fix CCCL 3.2 mdspan constexpr issues by @bdice in #2911
- build and test against CUDA 13.1.0 by @jameslamb in #2912
- Laplacian Kernel for COO inputs by @aamijar in #2891
- Empty commit to trigger a build by @jameslamb in #2919
- Use main shared-workflows branch by @jameslamb in #2921
- Fix update-version.sh incorrectly replacing main() function names by @AyodeAwe in #2923
- Lanczos remove dead code by @aamijar in #2918
- wheel builds: react to changes in pip's handling of build constraints by @mmccarty in #2927
- fix(build): build package on merge to
release/*branch by @gforsyth in #2929
New Contributors
Full Changelog: v26.02.00a...v26.02.00