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