v0.19.0
π Bug Fixes
- Pin Dask and Distributed <=2021.04.0 (#585) @pentschev
- Unblock CI by xfailing test_dataframe_merge_empty_partitions (#581) @pentschev
- Install Dask + Distributed from
main
(#546) @jakirkham - Replace compute() calls on CuPy benchmarks by persist() (#537) @pentschev
π Documentation
- Add standalone examples of UCX usage (#551) @charlesbluca
- Improve UCX documentation and examples (#545) @charlesbluca
- Auto-merge branch-0.18 to branch-0.19 (#538) @GPUtester
π New Features
- Add option to enable RMM logging (#542) @charlesbluca
- Add capability to log spilling (#442) @pentschev
π οΈ Improvements
- Fix UCX examples for InfiniBand (#556) @charlesbluca
- Fix list to tuple conversion (#555) @madsbk
- Add column masking operation for CuPy benchmarking (#553) @jakirkham
- Update Changelog Link (#550) @ajschmidt8
- cuDF-style operations & NVTX annotations for local CuPy benchmark (#548) @charlesbluca
- Prepare Changelog for Automation (#543) @ajschmidt8
- Add --enable-rdmacm flag to benchmarks utils (#539) @pentschev
- ProxifyHostFile: tracking of external objects (#527) @madsbk
- Test broadcast merge in local_cudf_merge benchmark (#507) @rjzamora