v0.7.2
- Unified execution engine for both ML and DataFrame
- Instance tunnel support
- Now support initialize DataFrame with
Partition
object - Setitem support for DataFrame, e.g.
df['new_col'] = df.col + 1
- Add
dropna
parameter forvalue_counts
- Bug fixes