Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 20:09
· 878 commits to refs/heads/main since this release
f49275b

Changes

✨ New Features

🚀 Performance Improvements

  • [PERF] Add "eager mode" to limits and use in .show() @jaychia (#1498)
  • [PERF] Micropartition, lazy loading and Column Stats @samster25 (#1470)
  • [PERF] Use pyarrow table for pickling rather than ChunkedArray @samster25 (#1488)
  • [PERF] Use region from system and leverage cached credentials when making new clients @samster25 (#1490)
  • [PERF] Update default max_connections 64->8 because it is now per-io-thread @jaychia (#1485)
  • [PERF] Pass-through multithreaded_io flag in read_parquet @jaychia (#1484)

👾 Bug Fixes

📖 Documentation

🧰 Maintenance