v0.5.0b2
Pre-release
Pre-release
This is the release notes of v0.5.0b2. See here for the complete list of solved issues and merged PRs.
New Features
- Learn
- Add
mars.learn.cluster.KMeanssupport (#1426)
- Add
Enhancements
- Optimize
to_pandasandto_numpyetc that fetch first, if failed, callexecute().fetch()instead (#1409) - Create backup
CalcActorwhen spawning a new graph inmars.remote(#1411) - Skip rechunk when DataFrame has unknown shape in
sort_values. (#1414)