0.30.1 - Bugfixes & Viewer improvements
Rerun is an easy-to-use database and visualization toolbox for multimodal and temporal data.
Try it live at https://rerun.io/viewer.
- Python:
pip install rerun-sdk - Rust:
cargo add rerunandcargo install rerun-cli --locked - Online demo: https://rerun.io/viewer
- C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.30.1/rerun_cpp_sdk.zip
✨ Overview & highlights
This patch on top of 0.30.0 comes not only with a random assortment of bug fixes but also some small improvements to the Viewer.
Most notably it's now possible to inspect values that were logged on the same timestamp!

🔎 Details
🐍 Python API
- Allow re-registering the same blueprint to a dataset cafbec9
- Fix
using_index_valuenot accepting pyarrow data of the correct types c59df09
🪳 Bug fixes
- Gracefully handle Rrd Manifest failures f14e343
- Fix docs urls being loaded as data sources 3eb98db
- Fix fix clicking names of color maps 700b590
- Fix rare ui id conflict in list item content 352f7c8
- Fix drag'n'drop issue on web 956ed91
🌁 Viewer improvements
- Selection panel: show all values at the latest time stamp 36ff7ff
- Limit number of plots only for non-builtin components and increase the limit f4fb62b
- Show all visualizable scalars on time series add-visualizer menu 0da70a5
- Stop warning on synthetic
oneofprotobuf fields 84ee94e
📚 Docs
- Corrected the docs example for the
DynamicArchetype32c37e8
🖼 UI improvements
🧢 MCAP
- Support also "sec" & "nsec" in
TimeSpecToNanos31c9a43