Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-28 | 1.7 kB | |
v0.5.13 source code.tar.gz | 2025-07-28 | 5.1 MB | |
v0.5.13 source code.zip | 2025-07-28 | 6.4 MB | |
Totals: 3 Items | 11.4 MB | 1 |
What's Changed 🚀
✨ Features
- feat: Support multiple namespaces in the turbopuffer writer @desmondcheongzx (#4845)
- feat: add support for reading json arrays @universalmind303 (#4844)
- feat: Use daft-decoding for hive value deserialization @colin-ho (#4836)
- feat: use min size column as count pushdown column @Jay-ju (#4681)
- feat: optimize read parquet metadata logic via suffix-range get @stayrascal (#4775)
- feat(turbopuffer): Add client and write kwargs @desmondcheongzx (#4825)
🐛 Bug Fixes
- fix: add cachebusting parameter to huggingface urls @universalmind303 (#4853)
- fix: Handle unserializable exceptions from data sinks @desmondcheongzx (#4858)
- fix: concat chunked array safety @stayrascal (#4852)
- fix: Allow anonymous mode to be used for S3 uploads @desmondcheongzx (#4855)
- fix: read/write embeddings for Parquet and Lance @malcolmgreaves (#4834)
- fix: Fix
File writer must be created before bytes_written can be called
bug in native parquet writer @colin-ho (#4817) - fix: read/write embeddings for Parquet and Lance @malcolmgreaves (#4812)
- fix: expand ~ to home directory in deltatable read and write @r3stl355 (#4831)
📖 Documentation
- docs: categorize functions and make each function its own page @kevinzwang (#4838)
👷 CI
- ci: update daft domain @ccmao1130 (#4678)
- ci: fail on timeout @colin-ho (#4833)
🔧 Maintenance
- chore: upgrade py-spy version @Jay-ju (#4830)
⏪ Reverts
- revert: "fix: read/write embeddings for Parquet and Lance" @malcolmgreaves (#4832)
Full Changelog: https://github.com/Eventual-Inc/Daft/compare/v0.5.12...v0.5.13