v0.3.0
This is the release notes of v0.3.0. See here for the complete list of solved issues and merged PRs.
This release note only covers the difference from v0.3.0rc1; for all highlights and changes, please refer to the release notes of the pre-releases:
Announcements
From v0.3.0 on, v0.3.x will be the last series that support Python 2 until release of v0.4.0.
Changes that break compatibility
- Operand now supports stages(#935), reduction operands as well as those operands whose tiled chunks contain map or reduce phases cannot be serialized between this and former versions.
New Features
- Tensor
- DataFrame
- Support creating DataFrame from dict whose values are tensors (#922)
- Implements
DataFrame.quantileandSeries.quantile(#924) - Support DataFrame and Series count (#923)
- Implement
meanoperator for DataFrame and Series (#927) - Add comparison operands for DataFrame (#929)
- Support
df.reset_indexandseries.reset_index(#933)
Enhancements
- Add public base class for entity data (#879)
- Merge operands representing multiple stages of one single operand (#935)
Bug fixes
- Fix sparse behavior for
tensor.minandtensor.max(#936)