Skip to content

v0.5.1

Compare
Choose a tag to compare
@qinxuye qinxuye released this 14 Sep 04:39
· 43 commits to v0.5 since this release
00c12ae

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

New Features

  • DataFrame
    • Allow submitting Mars jobs in custom functions (#1560)
    • Add df.select_dtypes support (#1568, thanks @lipengsh!)
    • Add df.map_chunk support (#1570)

Enhancements

  • Add configurable label options in Kubernetes cluster (#1550)

Bug fixes

  • Use relative paths to avoid web rendering issues under backward proxies (#1545)
  • Allow returning None when using groupby.apply (#1548)
  • Fix bug that cannot pass numpy array to mt.swapaxes (#1561, thanks @YoshieraHuang!)
  • Fix pandas 1.1.2 compatibility (#1563)
  • Fix compatibility for tsfresh 0.17.0 (#1567)