Skip to content

0.24.1 - Bug fixes

Latest
Compare
Choose a tag to compare
@rerun-bot rerun-bot released this 07 Aug 16:00
· 281 commits to main since this release

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


🌊 C++ API

  • Fix rerun_cpp CMake link errors #10756 (thanks @reinar!)
  • Fix C++ interface for VideoStream #10745
  • Fix C++ Arrow build #10799

🐍 Python API

  • Explicitly import pyarrow.compute in url_generation.py #10690
  • Add rerun-sdk[datafusion] and rerun-sdk[all] #10696

🦀 Rust API

  • Fix unnecessary rfd and wayland dependencies in SDK crate #10802

🪳 Bug fixes

  • Make parking_lot dependency version stricter to prevent import failure #10732 (thanks @sdd!)
  • Use ui.warning_label() in more places #10697
  • Fix colors sometimes being wrong in plot view #10713
  • Fix breaking example in rerun_notebook/example.ipynb #10706 (thanks @glk0!)
  • Fix GUI hickup when starting native video player #10797
  • Improve command palette in light mode #10825

🌁 Viewer improvements

  • Add time range query params when opening a time_range-based url #10819

🖼 UI improvements

  • Better component UI for Arrow StructArray #10748

🕸️ Web

  • Make @rerun-io/web-viewer-react compatible with React 19 #10809

📈 Analytics

  • Add some analytics events #10793