v0.2.8
github-actions
released this
22 Dec 00:03
·
1025 commits
to refs/heads/main
since this release
Changes
✨ New Features
- [PERF] Iceberg Partition Pruning @samster25 (#1688)
- [FEAT] annotate ray tasks with name of instructions @samster25 (#1729)
🚀 Performance Improvements
- [PERF] Iceberg Partition Pruning @samster25 (#1688)
- [PERF] Speed up CSV Reader with SIMD and reduced allocations @samster25 (#1749)
- [PERF] Greatly speed up Variable Length Concat @samster25 (#1748)
- [PERF] Predicate Pushdown into Scan Operator @samster25 (#1730)
- [PERF] Json Predicate Pushdown while reading @samster25 (#1727)
- [PERF] Predicate Pushdown for CSV Reader @samster25 (#1724)
👾 Bug Fixes
- [BUG] Concat Fix when Variable Length Array is sliced @samster25 (#1750)
- [BUG] bugfix when cluster has no workers and key error happens when fetching num cores @samster25 (#1745)
- [BUG] Fix comparing date and timestamps @samster25 (#1735)
- [BUG] Apply the default IOConfig in daft.from_glob_path @jaychia (#1731)
- [BUG] [Hotfix] Fix limit pushdown test. @clarkzinzow (#1728)
📖 Documentation
- Revert "[DOCS] Add proper robots.txt and sitemap.xml to index only latest and stable" @jaychia (#1753)
- [DOCS] Add proper robots.txt and sitemap.xml to index only latest and stable @jaychia (#1752)
- [DOCS] Add documentation on memory @jaychia (#1736)
- [DOCS] Add anonymous io_config for notebook @jaychia (#1721)
🧰 Maintenance
- [CHORE] kernel override for notebook checker @samster25 (#1746)
- [CHORE] Clean up Repr for GlobScanOperator and Explain @samster25 (#1734)
- [CHORE] Generate S3 manifests @samster25 (#1732)
- [CHORE] update dev version to 0.2.0 dev @samster25 (#1723)