@@ -721,21 +721,23 @@ for exploring that data over time. While its primary focus is on robotics and
721721computer vision, it can be useful for all kinds of
722722rapid prototyping & algorithm development.
723723
724- Two new versions got released in March,
725- [ 0.4 .0] ( https://github.com/rerun-io/rerun/releases/tag/v0.4 .0 )
724+ Three new versions got released since the last newsletter!
725+ [ 0.5 .0] ( https://github.com/rerun-io/rerun/releases/tag/v0.5 .0 )
726726is now latest. A few of the biggest highlights:
727727
728728- The web-viewer is, while still experimental & unpolished, now stable.
729729 [ Try it out here!] ( https://app.rerun.io/ )
730+ - Rerun can now be embedded in Jupyter notebooks
730731- Depth textures can now directly be visualized with point clouds and
731732 have a variety of color map settings.
732733- Selection/hover highlights use now outlines for better visibility and
733734 in order to avoid changing the visualization itself.
735+ - Picking is now done on the GPU, fixing many issues of the previous system
736+ - All color-mapping is now done on-the-fly on the GPU, faster & less memory use
734737- Support for mesh vertex colors.
735738- [ New example] ( https://github.com/rerun-io/rerun/blob/main/examples/python/opencv_canny/main.py )
736739 of forever-streaming a web-camera image to Rerun.
737- - Python packages now work with Ubuntu-20.04.
738- - Many performance & bug fixes as well as compile time improvements.
740+ - Major improvements to the data store for better performance and memory usage
739741
740742There's a growing community on [ Discord] [ rerun-discord ]
741743waiting for you to join in case you have any questions,
0 commit comments