Skip to content

Releases: aliyun/aliyun-odps-python-sdk

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

v0.3.0

01 Feb 11:19
Compare
Choose a tag to compare
  • Brand-new DataFrame API.
  • Command-line and IPython enhancement.

v0.2.1

20 Nov 06:35
Compare
Choose a tag to compare
  • Python 2.6+ including Python 3, and pypy support
  • Add documentation

v0.2.0

13 Nov 08:52
Compare
Choose a tag to compare
  • supports all models
  • new table read and write API