Releases: rerun-io/rerun
Releases · rerun-io/rerun
0.27.3
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.27.2/rerun_cpp_sdk.zip
🔎 Details
🌊 C++ API
- Make component type registration thread-safe in C++ SDK #11907
- Don't install signal handlers into rerun_c outside of DEBUG mode #11956
🐍 Python API
- Rework notebook auth to use device code flow #12128
🪳 Bug fixes
- Fix the visible time range for the time series view #11938
- Fix opening non-recording URLs on startup #11981
🗄️ OSS server
- Expose
/versionfrom oss server #12108
🤷 Other
- Add crate linkage delete user logging from future f7df67196c6844369f91a23ac4bbb14002ee6b05
Development Build
This is a prerelease. It is not intended for production use.
Please report any issues you find.
Example Hosted App
https://rerun.io/viewer/commit/1e44c8e
Wheels can be installed with:
pip install --pre --no-index -f https://build.rerun.io/commit/1e44c8e/wheels --upgrade rerun-sdk
or
pip install --pre --no-index -f https://github.com/rerun-io/rerun/releases/download/prerelease --upgrade rerun-sdk
CMake fetch-content for C++ SDK
include(FetchContent)
FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/1e44c8e/rerun_cpp_sdk.zip)
FetchContent_MakeAvailable(rerun_sdk)
or
include(FetchContent)
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/prerelease/rerun_cpp_sdk.zip)
FetchContent_MakeAvailable(rerun_sdk)
Web Viewer NPM package
Can be installed with:
npm install https://build.rerun.io/commit/1e44c8e/rerun_js