Skip to content

Releases: aliyun/aliyun-odps-python-sdk

v0.7.7.1

05 Jul 07:37
Compare
Choose a tag to compare
  • Don't limit instance tunnel by default
  • Fix bloom_filter bug when null value exists
  • Optimize DataFrame.union compilation

v0.7.7

30 Jun 06:07
Compare
Choose a tag to compare
  • Wheel support for installation
  • Bug fixes

v0.7.6

16 Jun 05:46
Compare
Choose a tag to compare
  • Optimize tunnel performance
  • Add options.tunnel.string_as_binary option to treat the string field as bytes
  • Add more retries for fetching instance status and progress in df and ml execution engine
  • Bug fixes

v0.7.5

02 Jun 06:28
Compare
Choose a tag to compare
  • Optimize tunnel performance
  • Bug fixes

v0.7.4

15 May 02:54
Compare
Choose a tag to compare
  • Add tunnel optimization for filter_partition operation
  • Fix encoding issue for windows
  • Other bug fixes

v0.7.3

28 Apr 07:13
Compare
Choose a tag to compare
  • Drop, setdiff, intersection, applymap API for collection
  • outer_join, left_join and right_join support auto merge columns from on condition by specifying merge_columns paramter
  • onlinemodel support
  • Bug fixes

v0.7.2

07 Apr 09:52
Compare
Choose a tag to compare
  • Unified execution engine for both ML and DataFrame
  • Instance tunnel support
  • Now support initialize DataFrame with Partition object
  • Setitem support for DataFrame, e.g. df['new_col'] = df.col + 1
  • Add dropna parameter for value_counts
  • Bug fixes

v0.7.1

24 Mar 05:40
Compare
Choose a tag to compare
  • Delay API which support run DataFrame in parallel
  • Bug fixes

v0.7.0

10 Mar 04:56
Compare
Choose a tag to compare
  • DataFrame database backends including postgresql and mysql
  • DataFrame support join and union data from ODPS and database
  • func API for invoking the odps internal function
  • Timezone support
  • Bug fixes

v0.6.9

25 Jan 02:19
Compare
Choose a tag to compare
  • Bug fixes