Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-18 | 2.0 kB | |
v0.5.11 source code.tar.gz | 2025-07-18 | 5.1 MB | |
v0.5.11 source code.zip | 2025-07-18 | 6.3 MB | |
Totals: 3 Items | 11.4 MB | 4 |
What's Changed ๐
โจ Features
- feat: Spread actor udf tasks @colin-ho (#4802)
- feat: Allow flotilla to autoscale with existing workers @colin-ho (#4765)
- feat: Add a DataFrame.write_turbopuffer method @desmondcheongzx (#4798)
- feat(flotilla): Non-actor UDFs with gpu requirements @colin-ho (#4731)
- feat: Add experimental turbopuffer sink @desmondcheongzx (#4779)
- feat: support suffix range get @stayrascal (#4688)
๐ Bug Fixes
- fix: Propagate worker failures to scheduler @colin-ho (#4800)
- fix: mark all pending nodes completed when plan completes @joyceerhl (#4799)
- fix(flotilla): Add logical node ids to task context @colin-ho (#4755)
- fix: Improve UDF Error Messaging @srilman (#4788)
- fix: use pc.field in turbopuffer sink @colin-ho (#4790)
- fix(repr): avoid crashing notebook UI when visualizing large strings @joyceerhl (#4789)
- fix: use
/
for objectstorage instead of os.path.join when reading deltalake @universalmind303 (#4785) - fix: Filter out null ids for turbopuffer sink @colin-ho (#4784)
- fix: Don't recompute df for count rows if results exist @colin-ho (#4778)
- fix: Clarify
json.query
deprecation @colin-ho (#4774) - fix: document processing notebook and explode expression docs @kevinzwang (#4758)
๐ Documentation
- docs: fix docstrings for map and shift_right @ccmao1130 (#4797)
- docs: add docstrings to Schema methods (issue [#4770]) @TheOphige (#4792)
- docs: update slack link in runllm widget @ccmao1130 (#4769)
๐ท CI
- ci: enable building wheels without LTO @joyceerhl (#4787)
๐ง Maintenance
- chore: Refactor flotilla pipeline node @colin-ho (#4793)
- chore: add docstring template to contributing @ccmao1130 (#4794)
- chore: add note about test cluster usage @colin-ho (#4795)
- chore: add bucket into endpoint for virtual host style @stayrascal (#4740)
- chore: add doc format and install dependency @Jay-ju (#4741)
Full Changelog: https://github.com/Eventual-Inc/Daft/compare/v0.5.10...v0.5.11