Skip to content

Releases: rerun-io/rerun

0.27.3

08 Dec 19:57

Choose a tag to compare

Rerun is an easy-to-use database and visualization toolbox for multimodal and temporal data.
Try it live at https://rerun.io/viewer.


🔎 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 /version from oss server #12108

🤷‍ Other

Development Build

03 Dec 05:01
1e44c8e

Choose a tag to compare

Development Build Pre-release
Pre-release

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