v0.5.0a2
Pre-release
Pre-release
This is the release notes of v0.5.0a2. See here for the complete list of solved issues and merged PRs.
New Features
- DataFrame
- Learn
- Add support for LightGBM in Mars (#1244)
- Remote
- Support running tileables inside functions which spawned via
mr.spawn(#1248)
- Support running tileables inside functions which spawned via
Bug fixes
- Fix
.fetch()that may cause some op executed again (#1243) - Fix
df.describe()that failed when df has unknown shape and chunk size > 1 (#1249)
Tests
- Add checks for data consistency in learn module (#1246)