Changes
- Release 2024.8.2 @jrbourbeau (#11359)
- Add changelor entries for shuffle, vindex and blockwise_reshape @phofl (#11350)
- Ensure persisted collections are released without GC @fjetter (#11348)
- Update zoom link for dask meeting @scharlottej13 (#11357)
- Add more docstring examples for
normalize\_chunks
@Illviljan (#11271) - Choose automatically between tasks-based and p2p rechunking @hendrikmakait (#11337)
- Implement blockwise reshape @phofl (#11328)
- Make rechunking in shuffle more intelligent to distribute unevenly if necessary @phofl (#11326)
- Increase visibility of GPU CI updates @charlesbluca (#11345)
- Update
numpy
andpyarrow
versions in install docs @jrbourbeau (#11340) - Fixup dask and distributed dependencies @phofl (#11338)
- Bump
numpy>=1.24
andpyarrow>=14.0.1
minimum versions @jrbourbeau (#11331) - Add
crick
back to Python 3.11+ CI builds @jrbourbeau (#11335) - Preserve chunksizes in vindex @phofl (#11330)
- Fix
dask.array.fft
mismatch with Numpy's interface (add support fornorm
argument) @joanrue (#10665) - Pass additional parameters to
rechunk_p2p
@hendrikmakait (#11319) - Fix docstring formatting for map_overlap @Tao-VanJS (#11332)
- Fix NumPy overflowing for prod on 2.0 @phofl (#11327)
- tensordot: ensure
axes
are positive / add tests for negative axes @joanrue (#10812) - Fix map_overlap with new_axis @dstansby (#11128)
See the Changelog for more information.