Skip to content

v2.0.0

Choose a tag to compare

@weichencs weichencs released this 07 Aug 04:56

破坏性变更

  • df.pipeline() 废弃,改用 df.connect() 链式 API(迁移指南见文档)
  • Python 要求 3.10+

新特性

  • df init 骨架(PR #63
  • sqlite 写锁重试(PR #62
  • nullable schema(PR #64