v0.6.0b1
Pre-release
Pre-release
This is the release notes of v0.6.0b1. See here for the complete list of solved issues and merged PRs.
New Features
- DataFrame
- Add
DataFrame.to_parquetsupport (#1652)
- Add
Enhancements
- Optimize memory usage for brute-force algorithm in
NearestNeighbors(#1640) - Structural adjustment for proxima (#1624, thanks @rg070836rg!)
Bug fixes
- Fix the wrong dtypes of
DataFrameSetitem's inputs (#1623) - Fix issue that
output_typedoes not take effect fordf.apply(#1626) - Fix registration for
DataFrameSetLabeloperand (#1631) - Fix issue that serialization of transpose failed when input has unknown shape (#1632)
- Eliminate TimeoutError when there are running nodes (#1637)
- Fix PSRS error when chunks has fewer rows than partition number (#1642)
- Add
flushmethod to_LogWrapper(#1646) - Fix
md.concatwhich may occupy huge amount of memory on client when all of DataFrames own largeRangeIndex(#1649)