Skip to content

v0.3.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@qinxuye qinxuye released this 22 Oct 04:02
· 1009 commits to master since this release

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

New Features

  • Implements numpy.random.shuffle and numpy.random.permutation for tensor (#762)
  • Add preliminary support for distributed execution with CUDA (#776)
  • Add multiple GPU support for local execution (#779)
  • Support DataFrame groupby.agg (#767)

Enhancements

  • Overhaul dataframe/series index alignment. (#737)
  • Add support for controlling data copy across processes (#766)

Bug fixes

  • Fix relocation of plasma error objects (#771)
  • Fix execution of arithmetic on GPU (#775)