0.23.1 - Fix notebooks
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 rerun
andcargo install rerun-cli --locked
- Online demo: https://rerun.io/viewer/version/0.23.0/
- C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.23.0/rerun_cpp_sdk.zip
🪳 Bug fixes
- Use correct URL for
RERUN_NOTEBOOK_ASSET
#9800
🌊 C++ API
- C++: Emit warnings when using deprecated Rerun types #9801
🐍 Python API
- Direct API for setting blueprint on a notebook-embedded viewer #9804
🌁 Viewer improvements
- Fix doclinks to archetypes #9791
🧑🏫 Examples
- Add link to Gradio annotation example #9790 (thanks @pablovela5620!)
🖼 UI improvements
- Show image format (resolution etc) of image blobs #9792