v0.6.8
This is the release notes of v0.6.8. See here for the complete list of solved issues and merged PRs.
New Features
- Tensor
- Implements
mt.block
(#2080, thanks @fyrestone!)
- Implements
Enhancements
- Make import of LightGBM and XGBoost lazy (#2085)
Bug fixes
- Fix
mt.unique
on empty arrays (#2061) - Use a ref count to make delete works when multiple workers connect to the same vineyard (#2078)
- Backport of bug fixes discovered in Galois serialization refactor (#2081)
Tests
- Fix batch get / delete object id and stop launching plasma when working on vineyard (#2071)