Skip to content

Releases: aliyun/aliyun-odps-python-sdk

v0.4.8

04 May 08:42
Compare
Choose a tag to compare
  • support aliases for execute_sql
  • fix radd bug for DataFrame arithmetic operation
  • fix volume api

v0.4.5

19 Apr 08:08
Compare
Choose a tag to compare
  • fix bug when creating a table from existed table's schema
  • fix bug of df

v0.4.3

06 Apr 04:13
Compare
Choose a tag to compare
  • Fix bug of MapReduce API, add ascending parameter.
  • Fix bug of sql magic, when ';' exists in sql, error will be raised.

v0.4.2

05 Apr 14:29
Compare
Choose a tag to compare
  • Fix bug when groupby a join expr.
  • Fix bug that the expr which has executed cannot cache successfully.

v0.4.1

04 Apr 14:18
Compare
Choose a tag to compare
  • Fix compatible issue under Py3 when running DataFrame API
  • DataFrame executor now support the project which disabled the tunnel download

v0.4.0

19 Mar 03:41
Compare
Choose a tag to compare
  • DataFrame API now support pandas backend
  • DataFrames which have different data sources like ODPS SQL and pandas can do join, union and isin operations
  • User defined function can be used in apply on axis=1
  • cache API
  • MapReduce API
  • DataFrame enrichments and bug fixes

v0.3.9

17 Feb 09:47
Compare
Choose a tag to compare
  • For IPython plugin, sql command support named parameters.

v0.3.7

15 Feb 10:02
Compare
Choose a tag to compare
  • In DataFrame API, map support UDF that has already been defined
  • fix bugs of DataFrame API

v0.3.6

13 Feb 13:29
Compare
Choose a tag to compare
  • Fix a tunnel bug which yields when uploading records using compression

v0.3.4

05 Feb 02:19
Compare
Choose a tag to compare
  • fix several bugs of DataFrame