v0.6.4
This is the release notes of v0.6.4. See here for the complete list of solved issues and merged PRs.
New Features
- DataFrame
Enhancements
Bug fixes
- Fix rechunk when input tileable has unknown shape (#1914)
- Fix KeyError when comparing series (#1921)
- Fix rechunk when chunks have different dtypes that cannot compare (#1926)
- Collect available ports before running LightGBM task (#1927)
- Fix KeyError when column pruning is applied (#1933)
- Fix error when shuffling data in
mars.learn
module (#1936) - Fix memory estimation of StartTracker for XGBoost (#1936)
- Fix
accuracy_score
for distributed execution (#1948)