Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): bump the all group with 7 updates Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.8.0` | `2.9.0` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `3.0.3` | `4.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6` | `7` | | [actions/setup-python](https://github.com/actions/setup-python) | `6` | `7` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `9` | | [actions/setup-java](https://github.com/actions/setup-java) | `5` | `5.6.0` | | [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `4` | `5` | Updates `lycheeverse/lychee-action` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.8.0...v2.9.0) Updates `slackapi/slack-github-action` from 3.0.3 to 4.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v3.0.3...v4.0.0) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) Updates `actions/setup-java` from 5 to 5.6.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v5.6.0) Updates `CodSpeedHQ/action` from 4 to 5 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v4...v5) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-java dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: CodSpeedHQ/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/all-b310cfd049
4 hours ago
feat(file): trace video frame decoding (#7313) ## Changes Made - Add a private Rust-backed Python tracing context manager so Python/PyAV operations emit spans through Daft's existing tracing subscriber and OpenTelemetry exporter. - Add `VideoFile::frames`, `VideoFile::open`, `VideoFile::seek`, `VideoFile::decode`, and `VideoFile::to_image` spans around the corresponding work. - Avoid Python-to-Rust tracing context allocation when INFO tracing is disabled. - Stack this follow-up on #7312, which provides the per-type read spans and SpeedScope conversion utility. Together with #7312, this exposes the full VideoFile read, demux, decode, and image-conversion path. The generated SpeedScope profile contains all six expected VideoFile operations across 626 events. Validation: - `cargo fmt --check` - `cargo check -p daft-file --features python` - `make build` - `DAFT_RUNNER=native .venv/bin/pytest -q tests/file/test_video.py` (33 passed) - Converted the detailed JSON trace with `tools/trace_to_speedscope.py` ## Related Issues N/A
main
23 hours ago
fix(file): scope video frame spans per iteration
everettVT/trace-video-operations
23 hours ago
fix: clean up unscheduled UDF actors
everettVT/fix-main-failures
1 day ago
fix(io): address Hugging Face glob review feedback
everettVT/fix-hf-glob-revision
1 day ago
feat(file): trace media file reads (#7312) ## Changes Made - Add stable `File::read`, `VideoFile::read`, `AudioFile::read`, `ImageFile::read`, and `Hdf5File::read` tracing spans at the shared Python file-read boundary. - Propagate the current tracing span into blocking object-store I/O futures so context survives runtime boundaries and reaches Daft's existing OpenTelemetry integration. - Add `tools/trace_to_speedscope.py` to convert `DAFT_TRACE_FORMAT=json` span lifecycle logs into validated SpeedScope evented profiles, with a short command-line usage docstring. - Add focused converter tests. This makes media and file I/O visible in Daft traces and OTLP exports while providing a local visualization workflow. Validation: - `cargo fmt --check` - `cargo check -p daft-file --features python` - `make build` - Ruff lint and formatting checks - 151 focused file and converter tests ## Related Issues N/A
main
1 day ago
fix: simplify actor startup cleanup
everettVT/fix-main-failures
1 day ago
docs: add motion trimming physical AI example (#7341)
main
1 day ago
Latest Branches
CodSpeed Performance Gauge
N/A
chore(deps): bump the all group with 7 updates
#7348
4 hours ago
247f214
dependabot/github_actions/all-b310cfd049
CodSpeed Performance Gauge
0%
feat(file): trace video frame decoding
#7313
4 days ago
d7375e8
everettVT/trace-video-operations
CodSpeed Performance Gauge
0%
fix: clean up unscheduled UDF actors
#7346
1 day ago
357f176
everettVT/fix-main-failures
ยฉ 2026 CodSpeed Technology
Home
Terms
Privacy
Docs