v23.08.00
🐛 Bug Fixes
- Ensure plugin config can be passed from worker to client (#1212) @wence-
- Adjust to new
get_default_shuffle_method
name (#1200) @pentschev - Increase minimum timeout to wait for workers in CI (#1192) @pentschev
📖 Documentation
- Remove RTD configuration and references to RTD page (#1211) @charlesbluca
- Clarify
memory_limit
docs (#1207) @pentschev
🚀 New Features
- Remove versioneer (#1204) @pentschev
- Remove code for Distributed<2023.5.1 compatibility (#1191) @pentschev
- Specify disk spill compression based on Dask config (#1190) @pentschev
🛠️ Improvements
- Pin
dask
anddistributed
for23.08
release (#1214) @galipremsagar - Revert CUDA 12.0 CI workflows to branch-23.08. (#1210) @bdice
- Use minimal Numba dependencies for CUDA 12 (#1209) @jakirkham
- Aggregate reads & writes in
disk_io
(#1205) @jakirkham - CUDA 12 Support (#1201) @quasiben
- Remove explicit UCX config from tests (#1199) @pentschev
- use rapids-upload-docs script (#1194) @AyodeAwe
- Unpin
dask
anddistributed
for development (#1189) @galipremsagar - Remove documentation build scripts for Jenkins (#1187) @ajschmidt8
- Use KvikIO in Dask-CUDA (#925) @jakirkham