v0.6.5
This is the release notes of v0.6.5. See here for the complete list of solved issues and merged PRs.
New Features
- DataFrame
- Tensor
Enhancements
- Allow wrapping existing models with Mars class constructors (#1957)
- Optimize performance of
DataFrame.describe()(#1962) - Initialize
filesystemlibs (#1982)
Bug fixes
- Fix tensor sorting with empty chunks (#1973)
- Fix
MarsDMatrixwhen input tensor has unknown chunk shape (#1970) - Fix ValueError when reducing tensors with empty chunks (#1979)
- Fix job hang when error message can't be pickled (#1993)
Tests
- Add tests and releases for Python 3.9 (#1955)