v0.3.0b2
Pre-release
Pre-release
This is the release notes of v0.3.0b2. See here for the complete list of solved issues and merged PRs.
Highlights
- Interoperability with XGBoost and TensorFlow are introduced:
mars.learn.contrib.xgboost.XGBClassifierandmars.learn.contrib.xgboost.XGBRegressorcan be used to do distributed classification and regression mission.mars.learn.contrib.tensorflow.run_tensorflow_scriptsupports running distributed TensorFlow 2.0 training in Mars cluster.
New Features
- Tensor
- Add
mt.uniquesupport for tensor (#783)
- Add
- DataFrame
- Learn
Enhancements
- Return execution exception info properly to session client (#770)
- Simplify tiles logic to improve its performance (#792)
- Support
axisargument forpermutationandshuffle(#803) - Support
__iadd__etc by wrapaddwithoutargument (#813) - Handle worker storage in batches (#818)
Bug fixes
- Correct type checking for DataFrame arithmetic (#815)
Tests
Others
- Bump copyright year to 2020 (#809)