-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.14.0 #5292
Merged
Merged
Release 0.14.0 #5292
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rerun-bot
added
⛴ release
Related to shipping or publishing
exclude from changelog
PRs with this won't show up in CHANGELOG.md
labels
Feb 26, 2024
Wumpf
reviewed
Feb 26, 2024
abey79
reviewed
Feb 26, 2024
abey79
reviewed
Feb 26, 2024
emilk
reviewed
Feb 27, 2024
emilk
reviewed
Feb 27, 2024
emilk
reviewed
Feb 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice changelog summary
Version 0.14.0-rc.4 published successfully.
|
### What * Fixes #5306 The `vertex_range` we compute to highlight single line strips within a line batch broke during the refactorings around line limitation. Review commit by commit - a readability refactor, followed by the actual fix. Tested using this rrd: [line failure repro.rrd.zip](https://github.com/rerun-io/rerun/files/14418194/line.failure.repro.rrd.zip) Before: <img width="163" alt="image" src="https://github.com/rerun-io/rerun/assets/1220815/e09ffe1c-53cd-4af7-8ecc-1f0782fda187"> After: <img width="104" alt="image" src="https://github.com/rerun-io/rerun/assets/1220815/d2232f7c-5164-4c8c-98c7-d7568b07d460"> ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5308/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5308/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5308/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5308) - [Docs preview](https://rerun.io/preview/ddd06669e251c15e72b90dac86e1a3ec297f666b/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/ddd06669e251c15e72b90dac86e1a3ec297f666b/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
### What What the title say ☝🏻 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5325/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5325/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5325/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5325) - [Docs preview](https://rerun.io/preview/a144a089de72371835f9fd598da63d1d5ed64618/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/a144a089de72371835f9fd598da63d1d5ed64618/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
<!-- Open the PR up as a draft until you feel it is ready for a proper review. Do not make PR:s from your own `main` branch, as that makes it difficult for reviewers to add their own fixes. Add any improvements to the branch as new commits to make it easier for reviewers to follow the progress. All commits will be squashed to a single commit once the PR is merged into `main`. Make sure you mention any issues that this PR closes in the description, as well as any other related issues. To get an auto-generated PR description you can put "copilot:summary" or "copilot:walkthrough" anywhere. --> ### What ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5320/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5320/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5320/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5320) - [Docs preview](https://rerun.io/preview/89411852bafcc6707d5541bec8e1e59f3c23ac7a/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/89411852bafcc6707d5541bec8e1e59f3c23ac7a/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) Follow up on #4121. Sorry for the extremely long delay. But we had several important developments in Unity and XR streaming. We released an individual project [ARFlow](https://github.com/cake-lab/ARFlow?tab=readme-ov-file) that contains more comprehensive streaming and visualization supports. We also released [Paper](https://doi.org/10.1145/3638550.3643617), [Project Page](https://cake.wpi.edu/ARFlow/), and [Video](https://youtu.be/mml8YrCgfTk). [![Demo video](https://img.youtube.com/vi/mml8YrCgfTk/maxresdefault.jpg)](https://youtu.be/mml8YrCgfTk) For this PR, I followed your previous recommendation of submitting a paper visualization-style example page. It looks like you have screenshot images served at `static.rerun.io`, and you might need a few short videos for the website (like this [page](https://www.rerun.io/examples/paper-visualizations/shape_pointe)). Let me know if I can help with that. Thanks! --------- Co-authored-by: Andreas Reich <[email protected]>
Version 0.14.0 published successfully.
|
GitHub release draft: 0.14.0 |
Conda forge PR: |
conda isn't merged yet but we need these changes here to release 0.14.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
exclude from changelog
PRs with this won't show up in CHANGELOG.md
⛴ release
Related to shipping or publishing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Next steps
Test the release
If this is an 'alpha' release, you can just merge the pull request.
Otherwise:
merged. This will be created by the once the GitHub release is created.
Tests