Skip to content

v0.3.4

Compare
Choose a tag to compare
@qinxuye qinxuye released this 24 Apr 17:43
aa5c436

This is the release notes of v0.3.4. See here for the complete list of solved issues and merged PRs.

New Features

  • DataFrame
    • Add support for isna, notna and __dir__ (#1126)
    • Add support for {DataFrame,Series}.agg (#1128)
    • Add support for md.dropna (#1131)
    • Implements {DataFrame, Series}.{shift, tshift} (#1168)
    • Add plot and relative functions for DataFrame and Series (#1166)
    • Implement DataFrame nunique (#1170)
    • Implements {DataFrame,Series}.diff (#1177)
    • Support modulo operand for DataFrame (#1180)
  • Tensor
    • Add support for mt.union1d (#1167)
    • Support Tensor.__setitem__ with bool indexing (#1169)

Bug fixes

  • Support md.merge when on column is in df.index (#1165)

Tests

  • Check if tileable.nsplits and chunk.shape is consistent (#1133)
  • Allow pyarrow to use 0.17.0 (#1173)