Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-31 | 989 Bytes | |
v0.5.15 source code.tar.gz | 2025-07-31 | 5.1 MB | |
v0.5.15 source code.zip | 2025-07-31 | 6.4 MB | |
Totals: 3 Items | 11.5 MB | 0 |
What's Changed 🚀
✨ Features
- feat: add openai provider in llm_generate function @huleilei (#4809)
- feat: Use
shuffle_aggregation_default_partitions
in flotilla aggregate @colin-ho (#4869) - feat: abstract the interface of scan pushdown @Jay-ju (#4772)
- feat: Add
get_or_infer_runner_type
to support getting runner type from context @plotor (#4810) - feat: support glob multiple path @stayrascal (#4811)
🐛 Bug Fixes
- fix(runtime): Reduce thread name length for compute and I/O threadpools @rohitkulshreshtha (#4877)
- fix: import ParamSpec from typing_extensions only for python \< 3.10 @kevinzwang (#4878)
- fix: Allow file:/ schemes in read_iceberg @colin-ho (#4843)
📖 Documentation
- docs: Restructure docs to target users @desmondcheongzx (#4875)
🔧 Maintenance
- chore: Cleanup MicroPartition::concat_or_get @srilman (#4864)
Full Changelog: https://github.com/Eventual-Inc/Daft/compare/v0.5.14...v0.5.15