From a8b2f6c45f7284c24476dd6ec59ab23ae70e74db Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Tue, 11 Jul 2023 13:27:55 +0200 Subject: [PATCH 1/2] rerun update --- content/news/047/index.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/content/news/047/index.md b/content/news/047/index.md index 46f8d1fb0..dda5d0758 100644 --- a/content/news/047/index.md +++ b/content/news/047/index.md @@ -73,6 +73,40 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Tooling Updates +### [Rerun][rerun] + +[Rerun][rerun] ([Discord][rerun-dis], [Github][rerun-gh]) +is an open-source SDK for logging complex visual data paired with a visualizer +for exploring that data over time. While its primary focus is on robotics and +computer vision, it can be useful for all kinds of +rapid prototyping & algorithm development. + +[v0.7.0][rerun-v0-7-0] is out now, but it turned out a little bit smaller: + +A few of the biggest highlights: + +- Much more powerful transformation logging + - any affine transforms works now! + - supports many more formats and shows them in the viewer as-is +- Better color mapping range detection for images and tensors +- Add support for motion JPEG via the new jpeg_quality parameter to log_image +- Many small improvements to samples & documentation + +There's a growing community on [Discord][rerun-dis] +waiting for you to join in case you have any questions, +comments or just want to follow the latest development. +The [Github project][rerun-gh] is MIT/Apache +licensed and open to contribute for everyone, +be it with suggestions, bugs or PRs. + +[rerun]: https://rerun.io +[rerun-dis]: https://discord.gg/npTFxYR9 +[rerun-gh]: https://github.com/rerun-io/rerun +[rerun-meetup-vid]: https://youtube.com/watch?v=dVk_kZ9VSDA +[rerun-v0-7-0]: https://github.com/rerun-io/rerun/releases/tag/v0.7.0 +[rerun-wgpu]: https://app.rerun.io/webgpu/index.html + + ## Library Updates ## Popular Workgroup Issues in Github From 0a447de9517cc3922e74c2f6b9ae175b6b32c4d0 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Sun, 23 Jul 2023 13:24:36 -0400 Subject: [PATCH 2/2] Formatting --- content/news/047/index.md | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/content/news/047/index.md b/content/news/047/index.md index dda5d0758..4cdab7401 100644 --- a/content/news/047/index.md +++ b/content/news/047/index.md @@ -35,8 +35,8 @@ Feel free to send PRs about your own projects! - [Learning Material Updates](#learning-material-updates) - [Tooling Updates](#tooling-updates) - [Library Updates](#library-updates) -- [Other News](#other-news) - [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) +- [Other News](#other-news) - [Discussions](#discussions) - [Requests for Contribution](#requests-for-contribution) - [Jobs](#jobs) @@ -75,37 +75,31 @@ If needed, a section can be split into subsections with a "------" delimiter. ### [Rerun][rerun] -[Rerun][rerun] ([Discord][rerun-dis], [Github][rerun-gh]) -is an open-source SDK for logging complex visual data paired with a visualizer -for exploring that data over time. While its primary focus is on robotics and -computer vision, it can be useful for all kinds of -rapid prototyping & algorithm development. +[Rerun][rerun] ([Discord][rerun-dis], [Github][rerun-gh]) is an open-source SDK +for logging complex visual data paired with a visualizer for exploring that data +over time. While its primary focus is on robotics and computer vision, it can be +useful for all kinds of rapid prototyping & algorithm development. [v0.7.0][rerun-v0-7-0] is out now, but it turned out a little bit smaller: A few of the biggest highlights: - Much more powerful transformation logging - - any affine transforms works now! - - supports many more formats and shows them in the viewer as-is + - any affine transforms works now! + - supports many more formats and shows them in the viewer as-is - Better color mapping range detection for images and tensors - Add support for motion JPEG via the new jpeg_quality parameter to log_image - Many small improvements to samples & documentation -There's a growing community on [Discord][rerun-dis] -waiting for you to join in case you have any questions, -comments or just want to follow the latest development. -The [Github project][rerun-gh] is MIT/Apache -licensed and open to contribute for everyone, -be it with suggestions, bugs or PRs. +There's a growing community on [Discord][rerun-dis] waiting for you to join in +case you have any questions, comments or just want to follow the latest +development. The [Github project][rerun-gh] is MIT/Apache licensed and open to +contribute for everyone, be it with suggestions, bugs or PRs. [rerun]: https://rerun.io [rerun-dis]: https://discord.gg/npTFxYR9 [rerun-gh]: https://github.com/rerun-io/rerun -[rerun-meetup-vid]: https://youtube.com/watch?v=dVk_kZ9VSDA [rerun-v0-7-0]: https://github.com/rerun-io/rerun/releases/tag/v0.7.0 -[rerun-wgpu]: https://app.rerun.io/webgpu/index.html - ## Library Updates