Skip to content

v0.5.4

Choose a tag to compare

@qinxuye qinxuye released this 07 Nov 12:27
· 7 commits to v0.5 since this release
65669bb

This is the release notes of v0.5.4. See here for the complete list of solved issues and merged PRs.

Enhancements

  • Support inplace parameter in reset_index method (#1663)
  • Add a threshold for DataFrame.head optimization (#1679)

Bug fixes

  • Check unknown shape chunks in tile of md.concat (#1656)
  • Fix hang for rerun DataFrame.groupby in distributed mode (#1669)
  • Create Fetch operands given output types (#1668)
  • Modify df.copy() so that it generates the identical key (#1678)
  • Fix IndexError when 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 setitem chunks (#1691)
  • Fix assigning operands with expected workers (#1693)
  • Add timeout for SharedHolderActor creation (#1692)