v0.3.0b1
Pre-release
Pre-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
andnumpy.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)