rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Release 0.23.1

Open rerun-bot opened this issue 8 months ago • 1 comments

Next steps

  • Test the release
  • If this is an 'alpha' release, you can just merge the pull request.
  • Otherwise:
    • For any added commits, run the release workflow in 'rc' mode again
    • After testing, _ensure that this PR is mergeable to _, then run the release workflow in 'release' mode
    • Once the final release workflow finishes it will create a GitHub release for you. Then:
      • [x] Sanity check the build artifacts:
        • [ ] pip install: does it install and run?
        • [ ] cargo install of cli tool: does it install and run?
        • [ ] C++ SDK zip: does it contain rerun_c for all platforms?
      • [x] Edit and publish the GitHub release:
        • Do NOT create a GitHub release draft yourself! Let the release job do it.
        • Populate the release with the changelog and a nice header video/picture
        • Make sure is checked
        • Click
        • Once published, the release assets will sync to it automatically.
      • [ ] Update the google colab notebooks to install this version and re-execute the notebook.
      • [ ] Update landing's version of the web viewer (@jprochazk)
      • [ ] Release a new version of gradio (@oxkitsune, @jprochazk)
      • [ ] Merge the Release PR

A few hours after the GitHub release is created, will create a conda feedstock PR. Make sure Jeremy is on top of it!

  • [ ] Tests
    • [ ] Windows
    • [ ] Linux
    • [ ] MacOS

Changelog

🪳 Bug fixes

  • Use correct URL for RERUN_NOTEBOOK_ASSET #9800

🌊 C++ API

  • C++: Emit warnings when using deprecated Rerun types #9801

🐍 Python API

  • Direct API for setting blueprint on a notebook-embedded viewer #9804

🌁 Viewer improvements

  • Fix doclinks to archetypes #9791

🧑‍🏫 Examples

🖼 UI improvements

  • Show image format (resolution etc) of image blobs #9792

rerun-bot avatar Apr 25 '25 08:04 rerun-bot

Version 0.23.1 published successfully.

artifact install
web app
wheels pip install rerun-sdk==0.23.1
crates cargo install [email protected] --locked
npm npm install @rerun-io/[email protected]
docs
py docs
rs docs
cpp_sdk zip

rerun-bot avatar Apr 25 '25 13:04 rerun-bot