Skip to content

Update rerun-sdk requirement from <0.27,>=0.24 to >=0.24,<0.31#116

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/rerun-sdk-gte-0.24-and-lt-0.31
Open

Update rerun-sdk requirement from <0.27,>=0.24 to >=0.24,<0.31#116
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/rerun-sdk-gte-0.24-and-lt-0.31

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Updates the requirements on rerun-sdk to permit the latest version.

Release notes

Sourced from rerun-sdk's releases.

0.30.0 - Plot any scalar & on-demand streaming

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


🧳 Migration guide: https://rerun.io/docs/reference/migration/migration-0-30

✨ Overview & highlights

📈 Plot any scalar

anyscalar.action.4.mp4

You can now plot any scalar value, even if it lacks Rerun semantics in time series views. For instance, this lets you plot any value in an MCAP file.

In addition to plotting scalars from MCAP files, it is now possible to visualize arbitrary scalar components that were logged using AnyValues or DynamicArchetype. The supported data types are:

  • Float32 and Float64
  • Int8, Int16, Int32, and Int64
  • UInt8, UInt16, UInt32, and UInt64
  • Boolean
  • Any of the above nested inside of Arrow structs.

This also makes it possible to log and visualize multiple scalars to the same entity, which can drastically reduce the size of the resulting .rrd files.

Note that by default, and without blueprints, views are still only spawned for entities with Rerun semantics.

Time series views for entities with custom scalar components need to be spawned either:

  • from the context menu of the streams,
  • by adding a view from the blueprint panel,
  • or by specifying a blueprint using the Python or Rust SDK.

The components that should be visualized can be selected via a new dropdown menu from the completely revised visualizer section in the selection panel.

To quickly navigate to the desired visualizer, each time series view now shows an overview of it's current visualizers.

... (truncated)

Changelog

Sourced from rerun-sdk's changelog.

0.30.0 - (UNRELEASED) - plot any scalar & on-demand streaming

✨ Overview & highlights

📈 Plot any scalar

anyscalar.action.4.mp4

You can now plot any scalar value, even if it lacks Rerun semantics in time series views. For instance, this lets you plot any value in an MCAP file.

In addition to plotting scalars from MCAP files, it is now possible to visualize arbitrary scalar components that were logged using AnyValues or DynamicArchetype. The supported data types are:

  • Float32 and Float64
  • Int8, Int16, Int32, and Int64
  • UInt8, UInt16, UInt32, and UInt64
  • Boolean
  • Any of the above nested inside of Arrow structs.

This also makes it possible to log and visualize multiple scalars to the same entity, which can drastically reduce the size of the resulting .rrd files.

Note that by default, and without blueprints, views are still only spawned for entities with Rerun semantics.

Time series views for entities with custom scalar components need to be spawned either:

  • from the context menu of the streams,
  • by adding a view from the blueprint panel,
  • or by specifying a blueprint using the Python or Rust SDK.

The components that should be visualized can be selected via a new dropdown menu from the completely revised visualizer section in the selection panel.

To quickly navigate to the desired visualizer, each time series view now shows an overview of it's current visualizers.

For more details please refer to our documentation:

And finally, thanks to a contribution from @​vfilter, the series lines visualizer now also supports different interpolation modes to render staircase (or step) functions:

... (truncated)

Commits
  • 850db7e Bump versions to 0.30.0
  • 675e8e6 Stop following latest data when moving time cursor
  • 32c55d6 Bump versions to 0.30.0-rc.2
  • fe038e8 remove speculative link markers
  • d7d8255 More 0.30 highlights
  • 928e12e Add plot any scalar guide to howto/
  • 82da40f Add generalized example (snippet + doc page) for component mappings
  • fe8d955 Support custom bool types in plots
  • 3f85747 Rust BlueprintActivation default now matches python behavior
  • 1555e63 fill in breaking changes + migration guide link
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
rerun-sdk [>= 0.27.dev0, < 0.28]
rerun-sdk [>= 0.29.dev0, < 0.30]

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-sdk](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.24.0...0.30.0)

---
updated-dependencies:
- dependency-name: rerun-sdk
  dependency-version: 0.30.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python related to the python version labels Mar 2, 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 python related to the python version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants