Skip to content

v0.7.17

Compare
Choose a tag to compare
@wjsi wjsi released this 24 May 10:36
· 120 commits to master since this release
a7df902
  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