v0.5.4
This is the release notes of v0.5.4. See here for the complete list of solved issues and merged PRs.
Enhancements
- Support
inplaceparameter inreset_indexmethod (#1663) - Add a threshold for
DataFrame.headoptimization (#1679)
Bug fixes
- Check unknown shape chunks in tile of
md.concat(#1656) - Fix hang for rerun
DataFrame.groupbyin distributed mode (#1669) - Create Fetch operands given output types (#1668)
- Modify
df.copy()so that it generates the identical key (#1678) - Fix
IndexErrorwhen binary op on Series whose type is datetime (#1680) - Mount /dev/shm on host to pods when starting Mars workers in Kubernetes (#1681)
- Fix DataFrame reduction that output type consistent for map and combine phase (#1686)
- Fix wrong dtypes of DataFrame
setitemchunks (#1691) - Fix assigning operands with expected workers (#1693)
- Add timeout for SharedHolderActor creation (#1692)