Releases: aliyun/aliyun-odps-python-sdk
Releases · aliyun/aliyun-odps-python-sdk
v0.6.8
v0.6.7
- DataFrame add more aggregation including moment, skew, kurtosis, and cat.
- DataFrame
reshuffle
API - DataFrame optimize MapReduce performance, recommend upgrade if use map_reduce
- Fix segment fault which may happen when downloading data through cython
- Refactor and bugfixes
v0.6.6
- odps.ml is available for machine learning
- DataFrame add
extract_kv
,to_kv
,melt
API - DataFrame add preprocess API including
min_max_scale
,std_scale
,split
,append_id
- DataFrame.describe()'s result is more readable
- DataFrame.concat on axis=0
- DataFrame's user defined function including map, apply and so on support partital function
- Bug fixes
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
- DataFrame map, apply, agg and map_reduce now support third-party pure python library
- Paginated DataFrame results and Interactive charts
- Combiner support for MapReduce API
- Extended Sample API
- Auto completer for get_(odps model, table etc)
- Column pruning and predicate pushdown optimization for DataFrame
- Full Python 2.6 support
- Refactoring and bug fixes