| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-14 | 1.5 kB | |
| v0.7.20 source code.tar.gz | 2026-07-14 | 9.0 MB | |
| v0.7.20 source code.zip | 2026-07-14 | 10.4 MB | |
| Totals: 3 Items | 19.4 MB | 0 | |
What's Changed
✨ Features
- feat(iceberg): push down starts_with and is_nan/not_nan filters by @jackylee-ch in https://github.com/Eventual-Inc/Daft/pull/7266
🐛 Bug Fixes
- fix(dashboard): support OUT_DIR on a different filesystem from the source tree by @alejandro-soto-franco in https://github.com/Eventual-Inc/Daft/pull/7246
- fix(daft-file): release GIL in PyDaftFile methods to prevent deadlock by @zhouwenjiajia in https://github.com/Eventual-Inc/Daft/pull/7257
- fix: fd and thread leak from tqdm progress bar in Jupyter by @ykdojo in https://github.com/Eventual-Inc/Daft/pull/7262
♻️ Refactor
- refactor(shuffle): dedup local shuffle backend enums for gather and into_partitions by @BABTUNA in https://github.com/Eventual-Inc/Daft/pull/7221
🔧 Maintenance
- chore(deps): lower opt-level for opendal-service-oss release builds by @alejandro-soto-franco in https://github.com/Eventual-Inc/Daft/pull/7249
- chore(config): deprecate min_cpu_per_task by @XiaoHongbo-Hope in https://github.com/Eventual-Inc/Daft/pull/7125
New Contributors
- @alejandro-soto-franco made their first contribution in https://github.com/Eventual-Inc/Daft/pull/7249
- @zhouwenjiajia made their first contribution in https://github.com/Eventual-Inc/Daft/pull/7257
Full Changelog: https://github.com/Eventual-Inc/Daft/compare/v0.7.19...v0.7.20