Skip to content

Releases: aliyun/aliyun-odps-python-sdk

v0.5.7

12 Aug 08:39
Compare
Choose a tag to compare
  • Fix resource reload, use GET instead of HEAD method
  • Fix bugs and structures adjustment
  • cloudpickle now support pickle py3 code to py2

v0.5.6

08 Jul 09:24
Compare
Choose a tag to compare
  • fix switch bug for DataFrame pandas backend
  • fix models list bugs
  • secret mode to keep access key safe

v0.5.5

05 Jul 04:21
Compare
Choose a tag to compare
  • security API
  • fix several DataFrame bugs
  • DataFrame SQL backend pypy support

v0.5.4

13 Jun 06:21
Compare
Choose a tag to compare
  • add unknown_as_string and as_type parameters when initializing a DataFrame from pandas.DataFrame
  • fix table open_reader and open_writer bug when reopen a different partition reader or writer

v0.5.3

03 Jun 15:25
Compare
Choose a tag to compare
  • Better tunnel performance(cython required)
  • Dataframe bug fixes

v0.5.2

26 May 14:53
Compare
Choose a tag to compare
  • C integration for Tunnel Download which has better performance
  • fix bug of count expression for pandas backend
  • fix installation issue

v0.5.0

21 May 02:39
Compare
Choose a tag to compare
  • User defined aggregation support
  • User defined function like map, apply, agg and map_reduce can read resources from file, table or collection
  • Window function support for pandas backend
  • C integration for Tunnel Upload which has better performance
  • Visualization for DataFrame which need the installation of graphviz
  • sample API
  • strptime for string operation
  • bloom_filter and hll_count API
  • BuilinFunction for DataFrame to call the builtin function of ODPS SQL which has no parameter or constant parameters
  • Display option will sync to pandas option
  • Refactoring and bugfixes

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.