rerun
rerun copied to clipboard
Release 0.16.0
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:
- [ ] 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?
- [ ] Populate the release with the changelog and a nice header video/picture, check , then click .
- [ ] Make sure the conda feedstock PR gets merged. This will be created by the once the GitHub release is created.
- [ ] Update the google colab notebooks to install this version and re-execute the notebook.
- [ ] Merge this PR
- [ ] Sanity check the build artifacts:
- [ ] Tests
- [ ] Windows
- [ ] Linux
- [ ] MacOS
- [ ] Release checklist tests
- [ ] C++
- [ ] Python
- [ ] Rust
Deployed docs
| Commit | Link |
|---|---|
| 5ed7ae380dbbaf93b91acc5983b25bf56f6ada12 | https://landing-9cyq6t84x-rerun.vercel.app/docs |
Version 0.16.0-rc.4 published successfully.
| artifact | install |
|---|---|
| web app | |
| wheels | pip install rerun-sdk==0.16.0-rc.4 |
| crates | cargo install [email protected] |
| npm | npm install @rerun-io/[email protected] |
| docs | |
| py docs | |
| rs docs | |
| cpp_sdk zip |
Version 0.16.0 published successfully.
| artifact | install |
|---|---|
| web app | |
| wheels | pip install rerun-sdk==0.16.0 |
| crates | cargo install [email protected] |
| npm | npm install @rerun-io/[email protected] |
| docs | |
| py docs | |
| rs docs | |
| cpp_sdk zip |
GitHub release draft: 0.16.0
we'll need to push these link fixes also to docs-latest
Done: cherry-picked the last three commits there after which link checker reported no error. Everything before was already on docs-latest via automated merge