Skip to content

v0.12.6

Choose a tag to compare

@wjsi wjsi released this 25 Mar 06:59
· 8 commits to master since this release
116371b

Features

  • Made pyodpswrapper available externally. When images of DataWorks are upgraded, users can upgrade features pyodpswrapper through pip install -U pyodps
  • Added Python 3.13 and 3.14 wheel support (without free-threaded support yet)
  • Added support for multi-thread read and write operations
  • Added EnhanceWriteCheck parameter to the CreateWriteSession interface in the storage API
  • Added partition_spec argument support for open_reader and open_writer methods

Enhancements

  • Added SQL hints parsing for SET lines
  • Allowed server-side fallback with MCQAv2
  • Added caching mechanism for URL resources

Bug Fixes

  • Fixed pickling of CredentialProviderAccount objects
  • Fixed uploading timestamp types in pandas DataFrames
  • Fixed writing empty columns with write_table function
  • Fixed checks for quotaName parameter in tunnel operations
  • Fixed long latency when submitting large SQL statements
  • Avoided unescaping CDATA sections twice

Docs

  • Fixed wrong raise information in ODPS.get_xxx methods