Releases: aliyun/aliyun-odps-python-sdk
Releases · aliyun/aliyun-odps-python-sdk
v0.7.12
- Add support for new types in MaxCompute 2.0 in basic API, including create table, upload/download data etc. UDF not supported
- Allow saving options in rooms
- Add support for ipywidgets 7.0.0
- Add support for customizing numpy package in lambdas
- Bug fixes
v0.7.11
- Support async and delayed execution of to_pandas()
- Support specifying local paths in options.df.libraries for automatic code uploading
- Bug fixes
v0.7.10
- DataFrame.query API, filter data by string, e.g.
df.query('sepallength < 5')
- Bug fixes
v0.7.9
- Support nunique on multiple columns, e.g.
df['a', 'b'].nunique()
- Fix bug of DataFrame's predicate pushdown
- Unify parameters passed to DataFrame.persist method
- Other minor fixes
v0.7.8
- DataFrame support partial update on column, e.g.
df[df.field < 10, 'col'] = 1
- Bug fixes
v0.7.7.1
- Don't limit instance tunnel by default
- Fix bloom_filter bug when null value exists
- Optimize DataFrame.union compilation
v0.7.7
- Wheel support for installation
- Bug fixes
v0.7.6
- Optimize tunnel performance
- Add
options.tunnel.string_as_binary
option to treat the string field as bytes
- Add more retries for fetching instance status and progress in df and ml execution engine
- Bug fixes