v0.4.4
This is the release notes of v0.4.4. See here for the complete list of solved issues and merged PRs.
New Features
- Learn
- Add
mars.learn.cluster.KMeanssupport (#1428)
- Add
Enhancements
- Optimize
to_pandasandto_numpyetc that fetch first, if failed, callexecute().fetch()instead (#1410) - Create backup
CalcActorwhen spawning a new graph inmars.remote(#1412) - Skip rechunk when DataFrame has unknown shape in
sort_values(#1420)
Bug fixes
- Fix worker assign when no evaluation sets specified in LGBM training (#1408)
- Fix query alias & add estimation for object types (#1417)
- Fix the dtype of LightGBM model's predicted results (#1421)
- Fix the error raised when inferring dtype in DataFrame.transform (#1427)
- Fix crash when storing data inside Docker containers (#1432)