Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
style: fix pre-commit issues in docs and examples Add missing Path import in the HDF5 notebook, normalize imports and formatting across DROID/HDF5 examples, and apply EOF/JSON formatting.
everettVT/droid-hdf5-stack
4 hours ago
feat(ai): support text file inputs in transformers prompter (#7174) ## Changes Made Extends the Transformers prompter to accept `daft.File` and `bytes` inputs whose MIME type is `text/*`, so file columns can be passed to `prompt()` directly without a separate `read_text` step. - New `singledispatchmethod` branches on `_process_message` for `File` and `bytes`; content is read and inlined into the user prompt wrapped in a `<file_*>...</file_*>` tag derived from the MIME type, so the model can distinguish file content from instructions. - Non-text File/bytes raise `NotImplementedError`; image/audio/video support is left to follow-ups. - 5 new mocked unit tests; usage example added under the Transformers section of `docs/ai-functions/prompt.md`. ## Related Issues Part of #5620
main
4 hours ago
build: strip symbols from release wheels Add `strip = "symbols"` to `[profile.release]` (inherited by `release-lto`) so the shipped extension module no longer carries its symbol table. On the published daft-0.7.16 wheel this trims the binary 115MB -> 99MB and the download 44.3MB -> 40.2MB (~9%), with no functional change: the abi3 export symbols are preserved and there is no DWARF in release builds. The dev-bench profile keeps its explicit strip = "none" for profiling.
kszucs:build/strip-release-wheels
12 hours ago
style(droid): fix ruff docstring and formatting issues
everettVT/droid-hdf5-stack
15 hours ago
feat(droid): add scene filtering, trajectory schema, and HF classifications Extend the DROID dataset helpers with explicit trajectory dtypes, filter_scenes joining HF-hosted scene classifications, simplified camera_frames validation, docs/examples, and an upload script for the Parquet mirror on Hugging Face.
everettVT/droid-hdf5-stack
17 hours ago
fix the io test
slade/formatted-errors
17 hours ago
Update src/daft-scan/src/storage_config.rs Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Lucas61000:issue-7180
18 hours ago
update tests
slade/formatted-errors
20 hours ago
Latest Branches
CodSpeed Performance Gauge
-1%
feat: streamline HDF5 file access
#7160
5 hours ago
6753877
everettVT/droid-hdf5-stack
CodSpeed Performance Gauge
0%
build: strip symbols from release wheels
#7182
13 hours ago
88e2a38
kszucs:build/strip-release-wheels
CodSpeed Performance Gauge
0%
fix: Format nested Rust errors as a simplified backtrace in Python
#7178
18 hours ago
78b3187
slade/formatted-errors
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs