v0.7.19
- Add support for new window functions (cumstd, qcut, nth_value, cume_dist)
- Upgrade cloudpickle to the latest version to support recursions and more
- Support
quantile(x)
in pivot_table - Support visiting negative indices in List types in DataFrame
- Bug fixes