Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-20 | 2.1 kB | |
v0.5.20 source code.tar.gz | 2025-08-20 | 6.1 MB | |
v0.5.20 source code.zip | 2025-08-20 | 7.5 MB | |
Totals: 3 Items | 13.6 MB | 0 |
What's Changed 🚀
💥 Breaking Changes
- feat!: RowWiseUdf.eval for eager evaluation @kevinzwang (#4998)
✨ Features
- feat: support count(1) in dataframe and choose the cheap column @huleilei (#4977)
- feat: add clickhouse data sink @huleilei (#4850)
- feat: implement distributed sort in flotilla engine @ohbh (#4991)
- feat!: RowWiseUdf.eval for eager evaluation @kevinzwang (#4998)
- feat: basic read_huggingface functionality @kevinzwang (#4996)
- feat: support using max() and min() on list of boolean values @varun117 (#4989)
- feat: Flotilla pre-shuffle merge @colin-ho (#4873)
- feat: Flotilla into partitions @colin-ho (#4963)
- feat(optimizer): Add Lance count() pushdown optimization @huleilei (#4969)
- feat: adds video frame streaming source @rchowell (#4979)
- feat: Add offset support to Spark Connect @plotor (#4962)
- feat: new
daft.File
datatype @universalmind303 (#4959) - feat: unify all Daft type to Python type conversions @kevinzwang (#4972)
🐛 Bug Fixes
- fix: Can translate sort in flotilla @colin-ho (#5005)
- fix: Lazily import pil in infer dtype @colin-ho (#5004)
- fix: Lazily import pyarrow when importing daft @colin-ho (#4999)
- fix: lance schema does not work @ddupg (#4940)
- fix: correct possessive apostrophe typo in README @ykdojo (#4984)
- fix: correct GitHub capitalization and add missing period in README @ykdojo (#4985)
- fix: ignore NotFound error of the non-first list during iter dir @stayrascal (#4891)
- fix: S3 multipart upload redirect to correct region @kevinzwang (#4865)
♻️ Refactor
- refactor: make DaftExtension class definition static @Jay-ju (#4968)
📖 Documentation
- docs: fix grammar in CONTRIBUTING.md setup instructions @ykdojo (#4986)
👷 CI
- ci: Don't run pr test suite on non-code changes @desmondcheongzx (#4992)
- ci: No progress bar in CI @colin-ho (#4988)
🔧 Maintenance
- chore: Snapshot Testing Optimizations @srilman (#4995)
Full Changelog: https://github.com/Eventual-Inc/Daft/compare/v0.5.19...v0.5.20