Skip to content

v0.2.2

Choose a tag to compare

@qinxuye qinxuye released this 22 Oct 05:46
· 25 commits to v0.2 since this release

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

New Features

  • Add multiple GPU support for local execution (#781)
  • Implements numpy.random.shuffle and numpy.random.permutation for tensor (#780)
  • Support DataFrame groupby.agg (#782)

Enhancements

  • Overhaul dataframe/series index alignment (#778)

Bug fixes

  • Fix execution of arithmetic on GPU (#777)