Changes
- Fix map_overlap bug where rechunking and trim=False caused inconsistent chunkings @phofl (#11605)
- Avoid reference to bound method in NestedContainer @hendrikmakait (#11608)
- Avoid constructing
NestedContainer
s in case of trivial inputs @hendrikmakait (#11600) - Avoid legacy implementation in read-csv @phofl (#11603)
- Remove legacy DataFrame import @phofl (#11604)
- asarray ignores dtype for array inputs @crusaderky (#11586)
- Add back LLM chatbot to Dask docs @dchudz (#11594)
- Avoid creating trivial DataNodes in graph conversion @hendrikmakait (#11598)
- Don't wrap keys in
TaskRef
inAlias
@hendrikmakait (#11597) - Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 @dependabot (#11593)
- Migrate dask array creation routines to task spec @jrbourbeau (#11582)
- Migrate most of dask array random to task spec @jrbourbeau (#11581)
- Do not use local function in
array.push
@fjetter (#11576)
See the Changelog for more information.