Skip to content

v0.4.6

Compare
Choose a tag to compare
@qinxuye qinxuye released this 16 Aug 04:46
· 5 commits to v0.4 since this release
87aa9fb

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

New Features

  • DataFrame
    • Implements md.qcut (#1473)
    • Implements {DataFrame, Series}.reindex (#1483)
    • Add support for ArrowListDtype as well as ArrowListArray (#1487)

Enhancements

  • Serialize results in worker before storing into shared storages (#1474)
  • Raise timeout when assigning failed for a long time (#1477)
  • Fix pickling arrow types & allow specifying parallel number in IO runners (#1482)

Bug fixes

  • Support ExtensionDtype in df.astype and complex serialization (#1464)
  • Fix incorrect index_value in df.drop() (#1488)