Skip to content

v0.11.3.1

Compare
Choose a tag to compare
@wjsi wjsi released this 10 Apr 03:44
· 49 commits to master since this release
b9e6316

Enhancements

  • Add support for none-Docker mode for pyodps-pack. It now supports limited scenarios when Docker not available.
  • Reduce maximum memory cost of to_pandas() on tunnels by converting to pandas in batches
  • Supports complex types when calling to_pandas() on tunnels
  • Use default schema when odps.namespace.schema enabled on tenants, or options.always_enable_schema set to True
  • Make sure merging small files is available under schemas
  • (Experimental) Supports more functionality of external volumes

Bugfixes

  • Fixes tunnel writing when pd.NA is used

Documentation

  • Multiple documentation fixes