Closed abey79 closed 6 hours ago
Latest documentation preview deployed successfully.
Result | Commit | Link |
---|---|---|
✅ | 51571cefeb4b390c52868041891f73b88b9105f8 | https://landing-poek9jfsi-rerun.vercel.app/docs |
Note: This comment is updated whenever you push a commit.
@rerun-bot full-check
Started a full build: https://github.com/rerun-io/rerun/actions/runs/11859747576
What
This PR primarily overhauls
rr.AnyBatchValue()
, a wrapper around pyarrow to package any data to what looks like a serialised custom component:send_columns
..partition()
method.Also in this PR:
rr.AnyValues()
compatible withsend_columns
(you need to callvalues.as_component_batch()
though)Checklist
[x] I have read and agree to Contributor Guide and the Code of Conduct
[x] I've included a screenshot or gif (if applicable)
[x] I have tested the web demo (if applicable):
main
build: rerun.io/viewernightly
build: rerun.io/viewer[x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
[x] If applicable, add a new check to the release checklist!
[x] If have noted any breaking changes to the log API in
CHANGELOG.md
and the migration guidePR Build Summary
Recent benchmark results
Wasm size tracking
To run all checks from
main
, comment on the PR with@rerun-bot full-check
.To deploy documentation changes immediately after merging this PR, add the
deploy docs
label.