v22.08.00
π¨ Breaking Changes
π Bug Fixes
- Fix
distributed
error related toloop_in_thread
(#963) @galipremsagar - Add
__rmatmul__
toProxyObject
(#960) @jakirkham - Always use versioneer command classes in setup.py (#948) @wence-
- Do not dispatch removed
cudf.Frame._index
object (#947) @pentschev - Fix useless property (#944) @wence-
- LocalCUDACluster's memory limit:
None
means no limit (#943) @madsbk - ProxyManager: support
memory_limit=None
(#941) @madsbk - Remove deprecated
loop
kwarg toNanny
inCUDAWorker
(#934) @pentschev - Import
cleanup
fixture intest_dask_cuda_worker.py
(#924) @pentschev
π Documentation
- Switch docs to use common
js
&css
code (#967) @galipremsagar - Switch
language
fromNone
to"en"
in docs build (#939) @galipremsagar
π New Features
- Add communications bandwidth to benchmarks (#938) @pentschev
π οΈ Improvements
- Pin
dask
&distributed
for release (#965) @galipremsagar - Test memory_limit=None for CUDAWorker (#946) @wence-
- benchmarks: Record total number of workers in dataframe (#945) @wence-
- Benchmark refactoring: tidy data and multi-node capability via
--scheduler-file
(#940) @wence- - Add util functions to simplify printing benchmarks results (#937) @pentschev
- Add --multiprocessing-method option to benchmarks (#933) @wence-
- Remove click pinning (#932) @charlesbluca
- Remove compiler variables (#929) @ajschmidt8
- Unpin
dask
&distributed
for development (#927) @galipremsagar