Skip to content

v0.6.0b1

Pre-release
Pre-release

Choose a tag to compare

@qinxuye qinxuye released this 24 Oct 04:49
· 691 commits to master since this release
b5b63f3

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_parquet support (#1652)

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_type does not take effect for df.apply (#1626)
  • Fix registration for DataFrameSetLabel operand (#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 flush method to _LogWrapper (#1646)
  • Fix md.concat which may occupy huge amount of memory on client when all of DataFrames own large RangeIndex (#1649)