Releases: aliyun/aliyun-odps-python-sdk
Releases · aliyun/aliyun-odps-python-sdk
v0.8.2
v0.8.1
- Add sql cost task support
- Bug fixes
v0.8.0
- Support pass timezone as settings when submitting SQL tasks
- Support reshuffle by sort with
RandomScalar
- Fix bug when submitting a instance with specifying
running_cluster
- Fix time overflow for windows
- Fix pandas backend that add scalar to distinct df may generate wrong result
- Fix bug that multiple join may cause error for pandas backend
- Fix default field names in map_reduce
v0.7.20
v0.7.19
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
v0.6.10
v0.5.9
v0.7.17
- Make PyODPS compatible with Python 3.7, changes including support for the new method invocation instruction as well as changing
async
args intoasync_
to avoid conflicts with the new keyword - Support creating DDLs for external tables
- Support creating table resources referencing other projects
- Support using
project
arg onodps.df.func
- Add English docs
- Bug fixes