Skip to content

Update rerun requirement from 0.31 to 0.32#29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rerun-0.32
Open

Update rerun requirement from 0.31 to 0.32#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rerun-0.32

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Updates the requirements on rerun to permit the latest version.

Changelog

Sourced from rerun's changelog.

Rerun changelog

Unreleased

🧳 Migration guide: https://rerun.io/docs/reference/migration/migration-0-32?speculative-link

✨ Overview & highlights

Python chunk processing API

This release introduces a chunk processing API designed for systematic and efficient wrangling of robotics data. It includes:

  • A Chunk object for inspecting, creating, and manipulating chunks.
  • Readers for common file formats (RRD, MCAP, Parquet, URDF, and more to come) which output streams of chunks.
  • A composable LazyChunkStream class to define memory-bounded chunk-based filtering and transformation pipelines.
  • Lenses: an expressive and performant API to manipulate component data in chunks.
  • A multithreaded, GIL-free, native engine for pipeline execution that is designed for distributed execution in the future.
  • Interoperability with a catalog server and the Rerun SDK logging API.

In addition to enabling powerful data wrangling pipelines, the chunk processing API is significant for offering read/write chunk-level control of RRD files down to the raw Arrow data.

Note: this API is experimental and subject to breaking changes as we continue to improve it.

Experimental dataset review

You can now build tables of recording previews configured with arbitrary blueprints!

59636c2a3c79f0f4f543e353a87315ec416bdad8_datasetpreview.new.mp4

Clickable flags let you curate data directly from the table: toggles update a boolean flag column and are written back to the server.

To try it out, enable the experimental options in the Viewer's settings and try the two Python examples: table_grid_with_flags for basic grids with clickable flags, and table_blueprints for the full preview experience.

Limitations, or why this is still experimental:

  • previews don't yet work directly on raw datasets; you have to send a special table to the server instead (see examples)
  • table blueprints are currently text-encoded in table metadata, this is subject to change
  • depending on the number and content of previews, overall runtime performance can be poor, especially in the browser
  • many UX details are still unfinished

Experimental state timeline view

A new experimental view for visualizing discrete state transitions over time as horizontal colored lanes, useful for state machines, mode transitions, and similar discrete signals. Log state changes with the new StateChange archetype; configure their display on the UI or using StateConfiguration in the blueprint API.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rerun](https://github.com/rerun-io/rerun) to permit the latest version.
- [Release notes](https://github.com/rerun-io/rerun/releases)
- [Changelog](https://github.com/rerun-io/rerun/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rerun-io/rerun/commits)

---
updated-dependencies:
- dependency-name: rerun
  dependency-version: 0.32.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants