v22.06.00
π¨ Breaking Changes
- Upgrade
numba
pinning to be in-line with rest of rapids (#912) @galipremsagar
π Bug Fixes
- Reduce
test_cudf_cluster_device_spill
test and speed it up (#918) @pentschev - Update ImportError tests with --pre-import (#914) @pentschev
- Add xfail mark to
test_pre_import_not_found
(#908) @pentschev - Increase spill tests timeout to 30 seconds (#901) @pentschev
- Fix errors related with
distributed.worker.memory.terminate
(#900) @pentschev - Skip tests on import error for some optional packages (#899) @pentschev
- Update auto host_memory computation when threads per worker > 1 (#896) @ayushdg
- Update black to 22.3.0 (#889) @charlesbluca
- Remove legacy
check_python_3
(#886) @pentschev
π Documentation
- Add documentation for
RAPIDS_NO_INITIALIZE
(#898) @charlesbluca - Use upstream warning functions for CUDA initialization (#894) @charlesbluca
π οΈ Improvements
- Pin
dask
anddistributed
for release (#922) @galipremsagar - Pin
dask
&distributed
for release (#916) @galipremsagar - Upgrade
numba
pinning to be in-line with rest of rapids (#912) @galipremsagar - Removing test of
cudf.merge_sorted()
(#905) @madsbk - Disable
include-ignored
coverage warnings (#903) @pentschev - Fix ci/local script (#902) @Ethyling
- Use conda to build python packages during GPU tests (#897) @Ethyling
- Pull
requirements.txt
into Conda recipe (#893) @jakirkham - Unpin
dask
&distributed
for development (#892) @galipremsagar - Build packages using mambabuild (#846) @Ethyling