0.10.1 - Bug fixes
Rerun is an easy-to-use visualization toolbox for computer vision and robotics.
- Python:
pip install rerun-sdk
- Rust:
cargo add rerun
andcargo install rerun-cli
- Online demo: https://app.rerun.io/version/0.10.1/
Overview & Highlights
This is a small release primarily to tie up some loose ends for our C++ SDK.
🌊 C++ SDK
- Avoid possible link/symbol errors but defaulting all OSes to static linking of arrow #4101
- Fix compilation errors with C++20 #4098
- Improve C++ SDK perf 5x by respecting CMAKE_BUILD_TYPE and enabling mimalloc #4094
- Reduce amount of cmake log from building & downloading libArrow #4103
🧑💻 Dev-experience
Read the full changelog at https://github.com/rerun-io/rerun/blob/main/CHANGELOG.md