v0.2.3
This is the release notes of v0.2.3. See here for the complete list of solved issues and merged PRs.
New Features
- Tensor:
- Add
mt.uniquesupport for tensor (#798)
- Add
- DataFrame
Enhancements
- Simplify tiles logic to improve its performance (#801)
- Return execution exception info properly to session client. (#821)
- Support
axisargument forpermutationandshuffle(#822) - Support
__iadd__etc by wrapaddwithoutargument (#824)
Bug fixes
- Correct type checking for DataFrame arithmetic (#819)
- Fix stuck issue of GeventThreadPoolExecutor (#823)