rerun
rerun copied to clipboard
Release 0.23.1
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
- [x] Sanity check the build artifacts:
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
- Add link to Gradio annotation example #9790 (thanks @pablovela5620!)
🖼 UI improvements
- Show image format (resolution etc) of image blobs #9792
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 |