Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Updates the requirements on rerun to permit the latest version.

Release notes

Sourced from rerun's releases.

0.26.0 - Viewer improvements and table filtering upgrades

Rerun is an easy-to-use database and visualization toolbox for multimodal and temporal data. Try it live at https://rerun.io/viewer.


✨ Overview & highlights

We have started aiming for a higher release cadence, with smaller, more frequent releases.

🧩 Blueprint improvements

Blueprints now give you more control over playback and visualization settings. You can define playback speed and FPS directly in blueprints, and manage time and timeline behavior through them as well. The Blueprint panel is now always resizable, and we've added support for customizing plot backgrounds.

🔍 Table filtering upgrades

Table filtering just got a lot more capable. You can now filter on timestamps, use new string operators like starts with, ends with, and does not contain, and combine these with improved numeric and boolean filtering.

⚠️ Breaking changes

🐍 Python API

The blocking argument for flush has been removed, use the new timeout_sec argument instead, for non-blocking calls, set timeout_sec=0. Mostly you can just call .flush() with no arguments.

We also have started using named arguments (kw-args) for more of our functions, this will make it easier for us to evolve our APIs in the future, when adding new arguments, or renaming old ones.

cargo install rerun-cli now requires a system installation of protoc.

See the 🧳 Migration guide for more details.

🔎 Details

🪵 Log API

  • Merge DroppableEncoder and Encoder into a single facility #11446
  • Encoder: simplified APIs and improved discoverability #11450
  • Introduce Lens as a concept for semantic mapping of arbitrary data #11394

... (truncated)

Changelog

Sourced from rerun's changelog.

0.26.0 - 2025-10-13 - Viewer improvements and table filtering upgrades

✨ Overview & highlights

We have started aiming for a higher release cadence, with smaller, more frequent releases.

🧩 Blueprint improvements

Blueprints now give you more control over playback and visualization settings. You can define playback speed and FPS directly in blueprints, and manage time and timeline behavior through them as well. The Blueprint panel is now always resizable, and we've added support for customizing plot backgrounds.

Table filtering upgrades

Table filtering just got a lot more capable. You can now filter on timestamps, use new string operators like starts with, ends with, and does not contain, and combine these with improved numeric and boolean filtering.

⚠️ Breaking changes

🐍 Python SDK

The blocking argument for flush has been removed, use the new timeout_sec argument instead, for non-blocking calls, set timeout_sec=0. Mostly you can just call .flush() with no arguments.

We also have started using named arguments (kw-args) for more of our functions, this will make it easier for us to evolve our APIs in the future, when adding new arguments, or renaming old ones.

See the 🧳 Migration guide for more details.

🔎 Details

🪵 Log API

  • Merge DroppableEncoder and Encoder into a single facility #11446
  • Encoder: simplified APIs and improved discoverability #11450
  • Introduce Lens as a concept for semantic mapping of arbitrary data #11394

🐍 Python API

  • Add module definition to all pyclasses #11268
  • Python SDK: Add timeout_sec argument to flush #11295
  • Python SDK: remove blocking argument of flush #11314
  • Fix instances of newest_first not working correctly #11326
  • Update Schema to make query view requirements clearer #11287
  • Fix error when logging AnyValues with empty columns #11322
  • Include "outer nullability" when we format column datatypes #11339
  • Fix error message for what package to install #11398
  • Py-SDK: More kw-args #11384
  • Add meaningful equality comparisons to many rust wrappers #11401

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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](rerun-io/rerun@0.25.0...0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 20, 2025
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