Skip to content

v0.4.0

Compare
Choose a tag to compare
@ray6080 ray6080 released this 02 May 20:37
· 197 commits to master since this release
82c21d2

Changes

Breaking Changes

  • Renaming of list-like types:
    • FIXED-LIST to ARRAY
    • VAR-LIST to LIST
  • Import/Export database
  • Copy from subquery
  • Bulk insertion into non-empty database
  • External database extensions
    • DuckDB
    • Postgres
  • Scan from pandas pyarrow backend (#3058)

Usability Improvements

Performance Improvements

  • Python import cache (#2905)
  • Internal ID compression (#3116)
  • Avoid busy loop when max threads has reached (#3233, contributed by @ted-wq-x)

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0