Skip to content

Releases: aliyun/aliyun-odps-python-sdk

v0.8.2

01 Jul 04:12
Compare
Choose a tag to compare
  • Support signing with bearer token.
  • DataFrame's MaxCompute backend supports distinct union.
  • Bug fixes

v0.8.1

17 Apr 03:14
Compare
Choose a tag to compare
  • Add sql cost task support
  • Bug fixes

v0.8.0

25 Dec 04:01
Compare
Choose a tag to compare
  • Support pass timezone as settings when submitting SQL tasks
  • Support reshuffle by sort with RandomScalar
  • Fix bug when submitting a instance with specifying running_cluster
  • Fix time overflow for windows
  • Fix pandas backend that add scalar to distinct df may generate wrong result
  • Fix bug that multiple join may cause error for pandas backend
  • Fix default field names in map_reduce

v0.7.20

25 Dec 03:51
Compare
Choose a tag to compare
  • Support referencing resources in other projects when creating functions
  • Support reading Instance result in binary form
  • Bug fixes

v0.7.19

14 Aug 15:39
Compare
Choose a tag to compare
  1. Add support for new window functions (cumstd, qcut, nth_value, cume_dist)
  2. Upgrade cloudpickle to the latest version to support recursions and more
  3. Support quantile(x) in pivot_table
  4. Support visiting negative indices in List types in DataFrame
  5. Bug fixes

v0.7.18

03 Jul 10:48
Compare
Choose a tag to compare
  1. Add fast tunnel for simple types (bigint, double, boolean) for pandas
  2. Add unique aggregation support
  3. Add keep_nulls to support outer lateral view
  4. Make aggregations on pandas backend consistent with ODPS SQL backend
  5. Fix internal table ddl
  6. Add api_proxy options
  7. Add iter_xflow_sub_instances method to simplify fetching xflow sub instances
  8. Add support for Python 3.7 wheels
  9. Bug & doc fixes

v0.6.10

20 Jun 00:55
Compare
Choose a tag to compare

Fix job submission problem for v0.6.x

v0.5.9

20 Jun 00:55
Compare
Choose a tag to compare

Fix job submission problem for v0.5.x

v0.7.17

24 May 10:36
a7df902
Compare
Choose a tag to compare
  1. Make PyODPS compatible with Python 3.7, changes including support for the new method invocation instruction as well as changing async args into async_ to avoid conflicts with the new keyword
  2. Support creating DDLs for external tables
  3. Support creating table resources referencing other projects
  4. Support using project arg on odps.df.func
  5. Add English docs
  6. Bug fixes

v0.7.16

26 Mar 08:22
Compare
Choose a tag to compare
  • Add support for percentile in DataFrame
  • Allow using collections in %sql parameters (#58)
  • Bug fixes