0.8.1 - Bug Fixes
Rerun is an easy-to-use visualization toolbox for computer vision and robotics.
- Python:
pip install rerun-sdk
or onconda
- Rust:
cargo add rerun
andcargo install rerun-cli
- Online demo: https://demo.rerun.io/version/0.8.1/
🐍 Python SDK
- Add a warning category and stacklevel to rerun warnings.warn calls #2985
🪳 Bug Fixes
- Fix always redrawing in the presence of a 3D space view #2900
- Fix unable to set camera spinning until camera has moved #2990
🌁 Viewer Improvements
- Allow changing plot aspect ratio with scroll + cmd/ctrl + alt #2742
- Automatically select user timeline if no timeline was explicitly selected yet #2986
🧑🏫 Examples
- Add
Helix
todemo.rerun.io
#2930
📈 Analytics
- Make sure
re_analytics
never log higher than atdebug
level #3014