v0.7.18
- Add fast tunnel for simple types (bigint, double, boolean) for pandas
- Add unique aggregation support
- Add keep_nulls to support outer lateral view
- Make aggregations on pandas backend consistent with ODPS SQL backend
- Fix internal table ddl
- Add api_proxy options
- Add iter_xflow_sub_instances method to simplify fetching xflow sub instances
- Add support for Python 3.7 wheels
- Bug & doc fixes