Skip to content

0.16.0: More blueprint control from code

Latest
Compare
Choose a tag to compare
@rerun-bot rerun-bot released this 16 May 16:50
· 51 commits to main since this release

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

Release.0.16.mp4

✨ Overview & highlights

  • 🟦 Customize views in code: We started exposing some view properties in the blueprint!
    • 📋 Included are:
      • Visible time ranges
      • Time Series legend & y-axis configuration
      • 2D & 3D View background color
      • 2D View bounds
    • 📚 learn more on the new view blueprint doc pages
    • 🚀 …more to come in the future!
  • 🕰️ Deprecated timeless in favor of new static logging
    • Except for the name change, they behave similarly in most use cases. Unlike with timeless, static data…
      • …can't be mixed with non-static data on the same component.
      • …will override previous static data and not keep old data in memory.
    • Check out our migration guide.
  • 🖼️ 2D View's pan & zoom got redone, it's now a free canvas without any scroll bar
  • 🤖 Added an example to use Rerun with ROS2.

As always there's a lot going on under the hood:

  • 🚚 We streamlined our development processes & CI and examples.
  • 🕸️ Our web page is about to switch from React to Svelte, making it a lot snappier!
  • 💿 Instance key removal in 0.15.0 opened the door to major simplifications in our data store, this
    will make it easier for us to improve performance and implement data streaming.
  • 🤗 We're making it easier to work with HuggingFace's Gradio API. Stay tuned! Most things for this already landed in this release and we'll soon build more direct support on top.

Full Changelog