Skip to content
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.17.0 #6766

Merged
merged 56 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
232a5be
Bump versions to 0.17.0-rc.1
rerun-bot Jul 4, 2024
9753191
Minor fixes to RELEASES.md
abey79 Jul 4, 2024
a57202d
initial CHANGELOG.md draft (more to do)
abey79 Jul 4, 2024
cbc06f8
Fix display for `Text` and `Name` components (#6774)
abey79 Jul 4, 2024
4114e99
Use proper colormap popup for the Colormap component (#6771)
abey79 Jul 4, 2024
e95117e
update changelog
abey79 Jul 4, 2024
bf0341d
Fix typos (#6780)
emilk Jul 5, 2024
9328185
Rename `HalfSizes2D/3D` to `HalfSize2D/3D` (#6768)
emilk Jul 5, 2024
33f7cc7
Update changelog and migration guide
abey79 Jul 5, 2024
6d54089
Docs: Update howto/notebook + READMEs (#6782)
jprochazk Jul 5, 2024
fb82a1a
Fix incorrect label placement for 3D arrows with origins (#6779)
Wumpf Jul 5, 2024
a916f9d
Update to egui 0.28.1 (#6785)
emilk Jul 5, 2024
490b3e6
Document support for `ogImageUrl` in docs frontmatter (#6786)
jprochazk Jul 5, 2024
776e2e9
Redirect migration to 0.17 migration guide
emilk Jul 5, 2024
12e22fd
Open visible time range by default
emilk Jul 5, 2024
127d123
Use overrides & defaults in nuscenes example (#6783)
Wumpf Jul 5, 2024
7e6f876
Use the blueprint API for styling in the `plots` example (#6781)
abey79 Jul 5, 2024
83b3dc0
Update changelog with recently cherrypicked commits
abey79 Jul 5, 2024
abf52ec
Update migration guide and changelog
abey79 Jul 5, 2024
ed1999a
Bump versions to 0.17.0-rc.2
rerun-bot Jul 6, 2024
bd6dac2
Remove speculative link markers
abey79 Jul 8, 2024
84bc53b
Update RELEASES.md
abey79 Jul 8, 2024
9fb4e37
Remove speculative links from codegen
abey79 Jul 8, 2024
6910c26
some changelog cleanup
abey79 Jul 8, 2024
e952571
Use "N-dimensional" instead of "rank-N" in docstrings and error messa…
emilk Jul 8, 2024
ec4eb8a
Add cherrypicked commit to change log
abey79 Jul 8, 2024
195012d
update `check_heuristics_2d.py` expectation
jprochazk Jul 8, 2024
f3a1904
blueprint clear instructions
jprochazk Jul 8, 2024
508493e
update clear instructions
jprochazk Jul 8, 2024
6bf6e3b
Fix typo and "why" heading for notebook readme
Wumpf Jul 8, 2024
d9e86fd
Update documentation with overrides + update some screenshots
abey79 Jul 8, 2024
5e36366
Update "Detect and track objects" example screenshot
emilk Jul 8, 2024
b26fd1b
Add 2D neural field notebook (#6775)
roym899 Jul 8, 2024
a1e7782
add neural field notebook to example list in changelog highlights
Wumpf Jul 8, 2024
e03eff3
don't mention bar chart view changes in highlights
Wumpf Jul 8, 2024
1bbd560
Don't wrap text in context menus
emilk Jul 8, 2024
5bfcea1
update changelog for neural field example
abey79 Jul 8, 2024
3b1f43e
Add videos to major releases in `CHANGELOG.md` (#6805)
teh-cmc Jul 8, 2024
8a88d0d
Fix query benchmarks overflow (#6806)
teh-cmc Jul 8, 2024
bd1273e
Move neural field to the right release :/
abey79 Jul 8, 2024
2edb925
Bump versions to 0.17.0-rc.3
rerun-bot Jul 8, 2024
76b5874
Fix spurious delete in CHANGELOG.md
abey79 Jul 8, 2024
bc69910
Added media
abey79 Jul 8, 2024
d65ca50
Bump versions to 0.17.0
rerun-bot Jul 8, 2024
5a77d18
Bump versions to 0.18.0-alpha.1+dev
rerun-bot Jul 8, 2024
f496d62
Add a warning about not un-drafting the GH release prematurely
emilk Jul 8, 2024
d611427
release: build snippets during web publish
jprochazk Jul 8, 2024
ecb774e
Remove extra `)` in changelog entry
emilk Jul 8, 2024
de767ef
Merge branch 'main' into release-0.17.0
emilk Jul 8, 2024
1c77af4
Fix casing
emilk Jul 8, 2024
ddf79fc
Add missing newline
emilk Jul 8, 2024
f642ac7
Ignore casing in URLs
emilk Jul 8, 2024
acdec88
pylint
emilk Jul 8, 2024
8452179
Mention that conda-forge has a 4h lag
emilk Jul 8, 2024
63153cd
Improve wording of release PR template
emilk Jul 8, 2024
6ec6dc6
Link to release blogpost from changelog
emilk Jul 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,11 @@ jobs:
- [ ] 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 `Set as latest release`, then click `Publish release`.
- [ ] Make sure the [conda feedstock PR](https://github.com/conda-forge/rerun-sdk-feedstock/pulls) gets
merged. This will be created by the `regro-cf-autotick-bot` once the GitHub release is created.
- [ ] Update the [google colab notebooks](https://drive.google.com/drive/folders/0AC0q24MFKh3fUk9PVA) to install this version and re-execute the notebook.
- [ ] Merge this PR

A few hours after the GitHub release is created, `regro-cf-autotick-bot` will create a
[conda feedstock PR](https://github.com/conda-forge/rerun-sdk-feedstock/pulls).
Make sure Jeremy is on top of it!

- [ ] Tests
- [ ] Windows
Expand Down Expand Up @@ -359,6 +360,10 @@ jobs:

cat <<EOF > comment-body.txt
GitHub release draft: [$version](https://github.com/rerun-io/rerun/releases/tag/$version)

Do NOT create a GitHub release yet!

The release will be automatically un-drafted by the "Sync Release Assets" job, which will run automatically.
EOF

gh pr comment $pr_number --body-file comment-body.txt
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reusable_publish_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ jobs:
--channel "release" \
web_viewer/examples

- name: Build snippets
run: |
pixi run -e wheel-test build-examples snippets \
web_viewer/examples/snippets

- name: Build examples manifest
run: |
pixi run -e wheel-test build-examples manifest \
Expand Down
169 changes: 166 additions & 3 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading
Loading