Skip to content

v0.4.5

Choose a tag to compare

@qinxuye qinxuye released this 05 Aug 03:48
· 13 commits to v0.4 since this release
15c064e

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

New Features

  • DataFrame
    • Add support for arrow-based string dtype (#1440)
    • Add support for memory usage (#1447)

Bug fixes

  • Fix failed when serializing LearnShuffle operand. (#1449)
  • Fix reference cycle in promise.all_ (#1456)
  • Fix kmeans hang for local cluster (#1446)
  • Support ArrowStringDtype for DataFrame.sort_values() (#1457)