Skip to content

v0.7.19

Compare
Choose a tag to compare
@wjsi wjsi released this 14 Aug 15:39
· 109 commits to master since this release
  1. Add support for new window functions (cumstd, qcut, nth_value, cume_dist)
  2. Upgrade cloudpickle to the latest version to support recursions and more
  3. Support quantile(x) in pivot_table
  4. Support visiting negative indices in List types in DataFrame
  5. Bug fixes