latest-test
版本发布时间: 2023-02-13 17:58:13
rerun-io/rerun最新发布版本:prerelease(2024-09-02 21:03:39)
Installing the pre-release Python SDK
- Download the correct
.whl
. For Mac M1/M2, grab the "universal2".whl
- Run
pip install rerun_sdk<...>.whl
(replace<...>
with the actual filename) - Test it:
rerun --version
What's Changed
- Puffin profiler by @emilk in https://github.com/rerun-io/rerun/pull/1
- Save rerun data to file by @emilk in https://github.com/rerun-io/rerun/pull/2
- Zoom timeline by @emilk in https://github.com/rerun-io/rerun/pull/3
- Time selection by @emilk in https://github.com/rerun-io/rerun/pull/4
- Add objectron app that logs objectron dataset by @emilk in https://github.com/rerun-io/rerun/pull/5
- Update to latest three-d by @emilk in https://github.com/rerun-io/rerun/pull/6
- Fast data access prototype by @emilk in https://github.com/rerun-io/rerun/pull/7
- Refactor 3D picking by @emilk in https://github.com/rerun-io/rerun/pull/8
- Unify prototype data_store with existing code by @emilk in https://github.com/rerun-io/rerun/pull/9
- Faster sphere rendering by @emilk in https://github.com/rerun-io/rerun/pull/10
- CI: deny warnings, and use --locked by @emilk in https://github.com/rerun-io/rerun/pull/11
- update to latest egui by @emilk in https://github.com/rerun-io/rerun/pull/12
- Misc improvements by @emilk in https://github.com/rerun-io/rerun/pull/14
- Use data store by @emilk in https://github.com/rerun-io/rerun/pull/13
- Splat batches by @emilk in https://github.com/rerun-io/rerun/pull/15
- re_organize crates by @emilk in https://github.com/rerun-io/rerun/pull/16
- Improve CI: cargo cranky + pinned wasm-bindgen-cli by @emilk in https://github.com/rerun-io/rerun/pull/17
- Python SDK by @emilk in https://github.com/rerun-io/rerun/pull/18
- Update egui by @emilk in https://github.com/rerun-io/rerun/pull/19
- Update to three-d 0.12.2 by @emilk in https://github.com/rerun-io/rerun/pull/20
- Python sdk log points by @emilk in https://github.com/rerun-io/rerun/pull/21
- Add lint.py by @emilk in https://github.com/rerun-io/rerun/pull/24
- Tensor images by @emilk in https://github.com/rerun-io/rerun/pull/25
- Depth map support by @emilk in https://github.com/rerun-io/rerun/pull/26
- Replace
re_viewer
binary with newrerun
binary by @emilk in https://github.com/rerun-io/rerun/pull/27 - Update to Rust 1.63.0 by @emilk in https://github.com/rerun-io/rerun/pull/28
- Rename the Python SDK library from
rerun_sdk
to justrerun
. by @emilk in https://github.com/rerun-io/rerun/pull/30 - Update to latest eframe, which includes an update of winit by @emilk in https://github.com/rerun-io/rerun/pull/29
- Revert "Rename the Python SDK library from
rerun_sdk
to justrerun
." by @emilk in https://github.com/rerun-io/rerun/pull/31 - Python SDK improvements by @emilk in https://github.com/rerun-io/rerun/pull/32
- Refactor
TimeSource
to also include its type by @emilk in https://github.com/rerun-io/rerun/pull/33 - Introduce
TimeInt
as a replacement forTimeValue
in most places by @emilk in https://github.com/rerun-io/rerun/pull/34 - Smooth scrolling of sequenced time in time panel by @emilk in https://github.com/rerun-io/rerun/pull/35
- Add
RecordingId
:s by @emilk in https://github.com/rerun-io/rerun/pull/36 - Multiple open recordings by @emilk in https://github.com/rerun-io/rerun/pull/37
- Update dependencies by @emilk in https://github.com/rerun-io/rerun/pull/39
- Extend Python example with fake rgb and point clouds that matches the depth images. by @nikolausWest in https://github.com/rerun-io/rerun/pull/40
- Fix sdk handling numpy views by @nikolausWest in https://github.com/rerun-io/rerun/pull/41
- Python <-> Rust bridge fixes by @nikolausWest in https://github.com/rerun-io/rerun/pull/42
- clean up rust.yml by @emilk in https://github.com/rerun-io/rerun/pull/43
- Update to egui/eframe 0.19 by @emilk in https://github.com/rerun-io/rerun/pull/44
- Add type hints to the python SDK by @nikolausWest in https://github.com/rerun-io/rerun/pull/46
- Improve Python SDK docs by @emilk in https://github.com/rerun-io/rerun/pull/47
- Support images with u16 and f32 components by @emilk in https://github.com/rerun-io/rerun/pull/48
- Convert point colors from linear to 8-bit gamma by @nikolausWest in https://github.com/rerun-io/rerun/pull/49
- pyproject.toml: only depend on numpy by @nikolausWest in https://github.com/rerun-io/rerun/pull/50
- mypy: ignore missing type stubs from cv2 and Rust by @nikolausWest in https://github.com/rerun-io/rerun/pull/51
- python example: log depth image to own space by @emilk in https://github.com/rerun-io/rerun/pull/52
- rename log_tensor -> _log_tensor to indicate it's private by @nikolausWest in https://github.com/rerun-io/rerun/pull/55
- Python SDK: add
set_space_up
by @emilk in https://github.com/rerun-io/rerun/pull/56 - Check.sh runs pytest and mypi by @nikolausWest in https://github.com/rerun-io/rerun/pull/53
- Move shell-scripts into scripts folder by @emilk in https://github.com/rerun-io/rerun/pull/60
- Python SDK: Log GLB meshes and 3D paths by @emilk in https://github.com/rerun-io/rerun/pull/59
- Ci speedup by @nikolausWest in https://github.com/rerun-io/rerun/pull/62
- Refactor how vectors of data is stored by @emilk in https://github.com/rerun-io/rerun/pull/61
- Python object paths by @emilk in https://github.com/rerun-io/rerun/pull/64
- Update PyO3 crates to 0.17 by @emilk in https://github.com/rerun-io/rerun/pull/65
- Move web build and scripts by @emilk in https://github.com/rerun-io/rerun/pull/66
- Remove
ObjPathBuilder
by @emilk in https://github.com/rerun-io/rerun/pull/67 - Add CameraSpaceConvention enum to the logged Camera type by @emilk in https://github.com/rerun-io/rerun/pull/70
- CI: check docs by @emilk in https://github.com/rerun-io/rerun/pull/69
- Log camera by @nikolausWest in https://github.com/rerun-io/rerun/pull/68
- Handle dependencies in pyproject.toml by @nikolausWest in https://github.com/rerun-io/rerun/pull/71
- Use an affine matrix for the mesh transform by @emilk in https://github.com/rerun-io/rerun/pull/73
- Camera as transform between 2D and 3D by @emilk in https://github.com/rerun-io/rerun/pull/72
- Copy new issues to Linear by @nikolausWest in https://github.com/rerun-io/rerun/pull/74
- Post issues to Linear team named Product by @nikolausWest in https://github.com/rerun-io/rerun/pull/76
- Python SDK: add function to save recorded log data to an .rrd file by @emilk in https://github.com/rerun-io/rerun/pull/78
- Python SDK: support logging from child-processes by @emilk in https://github.com/rerun-io/rerun/pull/79
- Python SDK: allow manually assigning recording id:s to a process by @emilk in https://github.com/rerun-io/rerun/pull/80
- Update pip install instructions to use pip >= 21.3 by @nikolausWest in https://github.com/rerun-io/rerun/pull/81
- cargo update by @emilk in https://github.com/rerun-io/rerun/pull/83
- View spaces in resizable and dockable tabs by @emilk in https://github.com/rerun-io/rerun/pull/82
- Improve setup instructions by @emilk in https://github.com/rerun-io/rerun/pull/84
- Python SDK: let user pick rectangle type in log_rect by @emilk in https://github.com/rerun-io/rerun/pull/85
- Python SDK: add rerun.log_rects by @emilk in https://github.com/rerun-io/rerun/pull/86
- Refactor: Remove
TimeValue
by @emilk in https://github.com/rerun-io/rerun/pull/87 - Minor data store refactor by @emilk in https://github.com/rerun-io/rerun/pull/89
- Data Model 3 - refactoring how batches work by @emilk in https://github.com/rerun-io/rerun/pull/88
- Linter: forbid FIXME and HACK, and add a test for the linter by @emilk in https://github.com/rerun-io/rerun/pull/90
- Create
re_log
library to wraptracing
andlog_once
by @emilk in https://github.com/rerun-io/rerun/pull/91 - Improve docs of re_data_store by @emilk in https://github.com/rerun-io/rerun/pull/92
- CI: check for rustdoc::missing_crate_level_docs by @emilk in https://github.com/rerun-io/rerun/pull/94
- Refactor DataStore and LogDb in anticipation of timeless data by @emilk in https://github.com/rerun-io/rerun/pull/95
- Timeless data refactor 2 by @emilk in https://github.com/rerun-io/rerun/pull/97
- Improve time range queries: also select latest before range by @emilk in https://github.com/rerun-io/rerun/pull/98
- Timeless data by @emilk in https://github.com/rerun-io/rerun/pull/96
- Reduce memory use in image-intensive applications by @emilk in https://github.com/rerun-io/rerun/pull/100
- Port
nyud
example to Python SDK by @jondo2010 in https://github.com/rerun-io/rerun/pull/99 - Update three-d to 0.13 and image to 0.24 by @emilk in https://github.com/rerun-io/rerun/pull/38
- Python SDK: support for logging 3D OBBs by @teh-cmc in https://github.com/rerun-io/rerun/pull/103
- Add
log_point
to Python SDK by @teh-cmc in https://github.com/rerun-io/rerun/pull/106 - Prevent
vec_from_np_array
from allocating on the happy path by @teh-cmc in https://github.com/rerun-io/rerun/pull/107 - Support for logging image files by @teh-cmc in https://github.com/rerun-io/rerun/pull/108
- Re-organize directory structure by @jondo2010 in https://github.com/rerun-io/rerun/pull/105
- Update to latest egui by @emilk in https://github.com/rerun-io/rerun/pull/111
- Add ability to run
re_viewer
onwgpu
by @emilk in https://github.com/rerun-io/rerun/pull/112 - Port
objectron
example to Python SDK by @teh-cmc in https://github.com/rerun-io/rerun/pull/102 - DeepSDF example by @teh-cmc in https://github.com/rerun-io/rerun/pull/113
- viewer: fallback on default material if missing by @teh-cmc in https://github.com/rerun-io/rerun/pull/115
- Fix typo in example_car.py by @jleibs in https://github.com/rerun-io/rerun/pull/114
- Update reame with correct pip install instructions by @nikolausWest in https://github.com/rerun-io/rerun/pull/116
- Add names to tensor dimensions and expose them to python api by @Wumpf in https://github.com/rerun-io/rerun/pull/117
- Move
justfile
into root by @jondo2010 in https://github.com/rerun-io/rerun/pull/119 - use python3 in examples justfile & lint.py, ignore venv in lint.py by @Wumpf in https://github.com/rerun-io/rerun/pull/121
- Introduce new crate: re_tensor_ops by @jleibs in https://github.com/rerun-io/rerun/pull/122
- Move all examples into root examples folder by @jondo2010 in https://github.com/rerun-io/rerun/pull/118
- Basic Dicom MRI example by @nikolausWest in https://github.com/rerun-io/rerun/pull/120
- Python SDK bug fix: handle different numpy memory orderings by @emilk in https://github.com/rerun-io/rerun/pull/123
- Nice Debug view of
TensorDimension
by @emilk in https://github.com/rerun-io/rerun/pull/125 - Unify example requirements by @nikolausWest in https://github.com/rerun-io/rerun/pull/126
- Tensor view by @emilk in https://github.com/rerun-io/rerun/pull/124
- Tensor view rank mapper by @Wumpf in https://github.com/rerun-io/rerun/pull/128
- speed up tensor range functions by @Wumpf in https://github.com/rerun-io/rerun/pull/131
- View tensor improvements by @jondo2010 in https://github.com/rerun-io/rerun/pull/129
- justfile: complete offline docs with
just rs-doc
by @teh-cmc in https://github.com/rerun-io/rerun/pull/130 - Add tensor width/height flipping & use permuted_axis to obtain view by @Wumpf in https://github.com/rerun-io/rerun/pull/133
- Tensor axis arrows by @emilk in https://github.com/rerun-io/rerun/pull/132
- Fixes tensor view crash when using the (otherwise) unsupported channel mapping by @Wumpf in https://github.com/rerun-io/rerun/pull/134
- deep_sdf example: use absolute paths by @emilk in https://github.com/rerun-io/rerun/pull/135
- Host a web viewer with the
rerun
binary by @emilk in https://github.com/rerun-io/rerun/pull/136 - Optimize dev/debug builds by @emilk in https://github.com/rerun-io/rerun/pull/137
- viewer: add support for scaling textures rendered by the tensor viewer by @teh-cmc in https://github.com/rerun-io/rerun/pull/141
- Fix camera position in Objectron example by @emilk in https://github.com/rerun-io/rerun/pull/140
- Document create features using the document-features crate by @emilk in https://github.com/rerun-io/rerun/pull/143
- Update crates clap, egui, webbrowser by @emilk in https://github.com/rerun-io/rerun/pull/146
- Turn crate
rerun
into a library that can be called via the Python SDK by @emilk in https://github.com/rerun-io/rerun/pull/139 - Move global_allocator from lib.rs to main.rs by @emilk in https://github.com/rerun-io/rerun/pull/148
- Check wasm32-unknown-unknown in deny.toml by @emilk in https://github.com/rerun-io/rerun/pull/149
- deep_sdf: properly overlap SDF point clouds and source meshes by @teh-cmc in https://github.com/rerun-io/rerun/pull/144
- Fix-conflicting-ws-server-port by @Wumpf in https://github.com/rerun-io/rerun/pull/150
- Fix various bugs in the timeline panel by @emilk in https://github.com/rerun-io/rerun/pull/138
- datastore: make
Objects
methods exhaustive by @teh-cmc in https://github.com/rerun-io/rerun/pull/151 - Build Web Viewer WASM from
re_web_server/build.rs
by @emilk in https://github.com/rerun-io/rerun/pull/152 - Rust update and workspace inheritance by @jondo2010 in https://github.com/rerun-io/rerun/pull/110
- Support serving a web-viewer from Python by @emilk in https://github.com/rerun-io/rerun/pull/127
- Improve error handling by @jondo2010 in https://github.com/rerun-io/rerun/pull/147
- Fix bug in object property projection by @emilk in https://github.com/rerun-io/rerun/pull/155
- add codespell checker and wgsl highlighting/checking to recommended vscode extensions by @Wumpf in https://github.com/rerun-io/rerun/pull/157
- Improve rendering of labels for small bounding boxes by @Wumpf in https://github.com/rerun-io/rerun/pull/158
- Implement the first MVP of Design Tokens by @emilk in https://github.com/rerun-io/rerun/pull/104
- Update egui to get wgpu on web by @emilk in https://github.com/rerun-io/rerun/pull/161
- The update to rust-1.64 requires moving to maturin 13.5 by @jleibs in https://github.com/rerun-io/rerun/pull/163
- Refactor:
ObjDb
by @emilk in https://github.com/rerun-io/rerun/pull/154 - Logging
logstext entries by @teh-cmc in https://github.com/rerun-io/rerun/pull/153 - Subdivide
struct Camera
intoExtrinsics
andIntrinsics
by @emilk in https://github.com/rerun-io/rerun/pull/165 - Fix python linting and formatting by @jondo2010 in https://github.com/rerun-io/rerun/pull/166
- Limit opencv to <4.6 to avoid video rotation bug by @jleibs in https://github.com/rerun-io/rerun/pull/168
- Enable zooming in view2d by @jleibs in https://github.com/rerun-io/rerun/pull/160
- Prevent rate limiting in CI by @jondo2010 in https://github.com/rerun-io/rerun/pull/170
- Integration of text entries with python's
logging
by @teh-cmc in https://github.com/rerun-io/rerun/pull/167 - Refactor module naming by @jondo2010 in https://github.com/rerun-io/rerun/pull/173
- 3D Bounding box labels by @jondo2010 in https://github.com/rerun-io/rerun/pull/159
- TOML autoformatting & CI checks by @teh-cmc in https://github.com/rerun-io/rerun/pull/179
- Automatic scrolling of text entries based on timeline cursor by @teh-cmc in https://github.com/rerun-io/rerun/pull/171
- Fix clipboard usage on Windows by @emilk in https://github.com/rerun-io/rerun/pull/172
- A new way to log transforms by @emilk in https://github.com/rerun-io/rerun/pull/169
- Rename things to better match out concept map by @emilk in https://github.com/rerun-io/rerun/pull/180
- Refactor: Simplify
ObjectTree
by @emilk in https://github.com/rerun-io/rerun/pull/182 - make sure taplo CLI & taplo LSP agree on indentation by @teh-cmc in https://github.com/rerun-io/rerun/pull/183
- Add another github workflow for the user-facing pip install process by @jleibs in https://github.com/rerun-io/rerun/pull/164
- Formatting in examples, progress with mypy by @jondo2010 in https://github.com/rerun-io/rerun/pull/184
- Refactor ObjectTree by @emilk in https://github.com/rerun-io/rerun/pull/185
- New API to change the visibility of objects by @jleibs in https://github.com/rerun-io/rerun/pull/176
- Refactor ObjectTree path insertion by @emilk in https://github.com/rerun-io/rerun/pull/186
- CI: streamline workflows, fix remaining quirks, etc by @teh-cmc in https://github.com/rerun-io/rerun/pull/181
- Rename
Data::Space
toData::ObjPath
by @emilk in https://github.com/rerun-io/rerun/pull/188 - Update wgpu 0.13 to wgpu 0.14, and egui to latest by @emilk in https://github.com/rerun-io/rerun/pull/189
- Ignore misc error for dicom.read_file by @jleibs in https://github.com/rerun-io/rerun/pull/190
- Introduce wgpu based re_renderer (experimental!) by @Wumpf in https://github.com/rerun-io/rerun/pull/175
- Fixing stale WASM builds by @teh-cmc in https://github.com/rerun-io/rerun/pull/193
- Always put labels below rectangles by @emilk in https://github.com/rerun-io/rerun/pull/197
- Refactor space hover by @emilk in https://github.com/rerun-io/rerun/pull/195
- Non-blocking save_to_file & introducing background tasks by @teh-cmc in https://github.com/rerun-io/rerun/pull/194
- implement "save a section of time" feature by @teh-cmc in https://github.com/rerun-io/rerun/pull/191
- re_renderer resource management & intermediate output by @Wumpf in https://github.com/rerun-io/rerun/pull/196
- Introduce DebugLabel by @Wumpf in https://github.com/rerun-io/rerun/pull/198
- [re_renderer] bindgroup no longer has knowledge if samplers are gc'ed or not by @Wumpf in https://github.com/rerun-io/rerun/pull/200
- 3D Arrows by @jondo2010 in https://github.com/rerun-io/rerun/pull/199
- Prefer user timelines when picking the default timeline by @emilk in https://github.com/rerun-io/rerun/pull/201
- update egui to latest by @Wumpf in https://github.com/rerun-io/rerun/pull/204
- [re_renderer] Introduce (immutable) Renderer concept by @Wumpf in https://github.com/rerun-io/rerun/pull/203
- [re_renderer] Add concept of
GlobalBinding
by @Wumpf in https://github.com/rerun-io/rerun/pull/205 - [re_renderer] Added global uniform buffer with camera, added buffer pool by @Wumpf in https://github.com/rerun-io/rerun/pull/207
- Camera refactor: use standalone extrinsics/intrinsics more by @emilk in https://github.com/rerun-io/rerun/pull/210
- Add code of conduct and PR template checkboxes by @emilk in https://github.com/rerun-io/rerun/pull/211
- Introduce API for logging a class_descriptions and segmentation_image by @jleibs in https://github.com/rerun-io/rerun/pull/187
- re_renderer: shader (hot re)loading by @teh-cmc in https://github.com/rerun-io/rerun/pull/206
- standalone cross-platform example for re_renderer by @teh-cmc in https://github.com/rerun-io/rerun/pull/209
- [re_render] Improve user facing UI & Renderer data handling by @Wumpf in https://github.com/rerun-io/rerun/pull/212
- New Space Views in a new Viewport by @emilk in https://github.com/rerun-io/rerun/pull/192
- [re_renderer] example tweaks by @Wumpf in https://github.com/rerun-io/rerun/pull/216
- Refactor
Scene
andview3d
by @emilk in https://github.com/rerun-io/rerun/pull/214 - Get new viewport ready to replace the existing viewport by @emilk in https://github.com/rerun-io/rerun/pull/217
- Misc UI fixes by @emilk in https://github.com/rerun-io/rerun/pull/215
- Add
just py-run-all
to run all python examples by @emilk in https://github.com/rerun-io/rerun/pull/222 - Fix outdated/wrong memory overhead calculations by @emilk in https://github.com/rerun-io/rerun/pull/220
- Stop storing hashed_indices in every Batch by @jleibs in https://github.com/rerun-io/rerun/pull/218
- Fix camera and rotate cam in sample by @Wumpf in https://github.com/rerun-io/rerun/pull/223
- Special case for Batch storage of Sequential Indices by @jleibs in https://github.com/rerun-io/rerun/pull/219
- [re_renderer] add line renderer by @Wumpf in https://github.com/rerun-io/rerun/pull/225
- re_renderer: cross-platform shader imports & build-system by @teh-cmc in https://github.com/rerun-io/rerun/pull/226
- re_renderer: guarantee workspace_shaders ordering by @teh-cmc in https://github.com/rerun-io/rerun/pull/228
- [re_renderer] shader import cleanup & wgsl typedefs by @Wumpf in https://github.com/rerun-io/rerun/pull/229
- Switch to the new space hiearchy, and introduce view coordinates by @emilk in https://github.com/rerun-io/rerun/pull/224
- Fix docs referring to old example paths. by @jondo2010 in https://github.com/rerun-io/rerun/pull/230
- [re_renderer] point cloud renderer by @Wumpf in https://github.com/rerun-io/rerun/pull/227
- Remove leading slash from paths by @emilk in https://github.com/rerun-io/rerun/pull/233
- Make it an error to log a transform to a root object by @emilk in https://github.com/rerun-io/rerun/pull/234
- Move object visibility toggles to blueprint panel by @emilk in https://github.com/rerun-io/rerun/pull/232
- Toggle visibility of Space Views in Blueprint by @emilk in https://github.com/rerun-io/rerun/pull/235
- Refactor viewport code by @emilk in https://github.com/rerun-io/rerun/pull/236
- ci: keep apt up to date by @teh-cmc in https://github.com/rerun-io/rerun/pull/243
- Collapse panels by @emilk in https://github.com/rerun-io/rerun/pull/238
- [re_renderer] Overhaul resource lifetimes/garbage collection by @Wumpf in https://github.com/rerun-io/rerun/pull/231
- Introduce application ID:s to remember blueprints by by @emilk in https://github.com/rerun-io/rerun/pull/237
- Integrate re_renderer lines & points into re_viewer by @Wumpf in https://github.com/rerun-io/rerun/pull/242
- Improve keyboard shortcuts in the viewer by @emilk in https://github.com/rerun-io/rerun/pull/245
- Fix log_rects so that it allows logging an empty set by @jleibs in https://github.com/rerun-io/rerun/pull/246
- wgpu bulletproof error handling everywhere by @teh-cmc in https://github.com/rerun-io/rerun/pull/241
- lint.py: include .wgsl by @emilk in https://github.com/rerun-io/rerun/pull/251
- [re_renderer] specify hardware tiers and device limits/features with it by @Wumpf in https://github.com/rerun-io/rerun/pull/250
- Use nearest texture filter for texture magnification by @emilk in https://github.com/rerun-io/rerun/pull/254
- Workaround to get class_descriptions into all spaces by @jleibs in https://github.com/rerun-io/rerun/pull/255
- [re_renderer] Basic (instanced) mesh renderer by @Wumpf in https://github.com/rerun-io/rerun/pull/249
- more digestible downcast macro in error_tracker by @teh-cmc in https://github.com/rerun-io/rerun/pull/252
- Rust 1.65 by @teh-cmc in https://github.com/rerun-io/rerun/pull/258
- Enable more clippy lints by @emilk in https://github.com/rerun-io/rerun/pull/259
- [re_renderer] mesh import obj/gltf, integration into re_viewer by @Wumpf in https://github.com/rerun-io/rerun/pull/256
- re_renderer: independent views, custom viewports and split-screen demo by @teh-cmc in https://github.com/rerun-io/rerun/pull/253
- [re_renderer] renames: Prefix most gpu data structs with
Gpu
by @Wumpf in https://github.com/rerun-io/rerun/pull/261 - [re_renderer] Line renderer now supports end caps, integrate into re_viewer for lines by @Wumpf in https://github.com/rerun-io/rerun/pull/257
- wasm: do not ever leak encoded flags into web build script by @teh-cmc in https://github.com/rerun-io/rerun/pull/267
- Fix clipboard on X11 by @emilk in https://github.com/rerun-io/rerun/pull/264
- Fix running
rerun
with--all-features
by @emilk in https://github.com/rerun-io/rerun/pull/262 - document custom linkers and split debuginfo by @teh-cmc in https://github.com/rerun-io/rerun/pull/268
- Updat egui and ahash by @emilk in https://github.com/rerun-io/rerun/pull/271
- Add buttons and shortcuts for zooming the whole GUI by @emilk in https://github.com/rerun-io/rerun/pull/265
- Update crates zstd and ruzstd by @emilk in https://github.com/rerun-io/rerun/pull/145
- [re_renderer] textured meshes by @Wumpf in https://github.com/rerun-io/rerun/pull/266
- Only build wasm
--release
if we build re_web_server with--release
by @emilk in https://github.com/rerun-io/rerun/pull/275 - tracking example by @nikolausWest in https://github.com/rerun-io/rerun/pull/274
- [re_renderer] Enable 4x MSAA by @Wumpf in https://github.com/rerun-io/rerun/pull/276
- Don't panic when indexing into a batch which doesn't have that index by @emilk in https://github.com/rerun-io/rerun/pull/272
- independent scenes and retiring
Objects
by @teh-cmc in https://github.com/rerun-io/rerun/pull/270 - Make the space views bigger and less cluttered by @emilk in https://github.com/rerun-io/rerun/pull/269
- fix not showing origin axis option with re_renderer enabled by @Wumpf in https://github.com/rerun-io/rerun/pull/278
- [re_renderer] Fix skybox rotating inversely to camera by @Wumpf in https://github.com/rerun-io/rerun/pull/277
- make re_renderer/wgpu the default by @Wumpf in https://github.com/rerun-io/rerun/pull/273
- Introduce nullable objects as an alternative to set_visible by @jleibs in https://github.com/rerun-io/rerun/pull/248
- [re_renderer] Mesh instances tint colors by @Wumpf in https://github.com/rerun-io/rerun/pull/279
- Less wgpu spam by @emilk in https://github.com/rerun-io/rerun/pull/281
- Unify data downloading in examples by @nikolausWest in https://github.com/rerun-io/rerun/pull/280
- Update README and USAGE markdown files by @nikolausWest in https://github.com/rerun-io/rerun/pull/284
- Only show 2D/3D hover ui when we should by @emilk in https://github.com/rerun-io/rerun/pull/282
- Add more profiling scopes by @emilk in https://github.com/rerun-io/rerun/pull/287
- Sandpaper some rough edges of the UI by @emilk in https://github.com/rerun-io/rerun/pull/286
- Filter out wgpu spam in web console log by @emilk in https://github.com/rerun-io/rerun/pull/292
- Each SpaceView has one fixed category by @emilk in https://github.com/rerun-io/rerun/pull/288
- Refactor class descriptions to use annotation context instead by @jleibs in https://github.com/rerun-io/rerun/pull/289
- Useful collapsed time panel by @emilk in https://github.com/rerun-io/rerun/pull/295
- Add missing dependencies to setup.sh by @emilk in https://github.com/rerun-io/rerun/pull/297
- Improve the automatice space view layout by @emilk in https://github.com/rerun-io/rerun/pull/290
- Renamed Python library to just 'rerun'. by @jondo2010 in https://github.com/rerun-io/rerun/pull/300
- Introduce
MeshId
by @emilk in https://github.com/rerun-io/rerun/pull/291 - Prevent passing zero resolution to viewbuilder by @Wumpf in https://github.com/rerun-io/rerun/pull/302
- Deal with zero-sized viewports and NaN dock trees by @teh-cmc in https://github.com/rerun-io/rerun/pull/303
- Small fixes by @emilk in https://github.com/rerun-io/rerun/pull/304
- Update egui by @emilk in https://github.com/rerun-io/rerun/pull/305
- Check wasm32 build of renderer_standalone on CI by @emilk in https://github.com/rerun-io/rerun/pull/306
- Remove old glow/three-d renderer by @teh-cmc in https://github.com/rerun-io/rerun/pull/307
- fix @invariant warnings on re-used vertex shader screen_triangle.wgsl by @Wumpf in https://github.com/rerun-io/rerun/pull/309
- Change the way we manage clearing objects by @jleibs in https://github.com/rerun-io/rerun/pull/285
- Introduce TensorId by @emilk in https://github.com/rerun-io/rerun/pull/301
- Use the new clear_ops under the hood by @jleibs in https://github.com/rerun-io/rerun/pull/312
- re_renderer cleanups & integration improvements by @Wumpf in https://github.com/rerun-io/rerun/pull/310
- Remove set_visible now that we have set_cleared by @jleibs in https://github.com/rerun-io/rerun/pull/298
- Update chrono crate by @emilk in https://github.com/rerun-io/rerun/pull/313
- ci: cargo-deny back on remote action by @teh-cmc in https://github.com/rerun-io/rerun/pull/314
- Time-based MsgId as a tie-breaker in DataStore by @emilk in https://github.com/rerun-io/rerun/pull/311
- Less empty space about text space views by @emilk in https://github.com/rerun-io/rerun/pull/315
- implement plots by @teh-cmc in https://github.com/rerun-io/rerun/pull/283
- Run colors and labels in 2d/3d scene by annotation map by @Wumpf in https://github.com/rerun-io/rerun/pull/316
- Memory pruning by @emilk in https://github.com/rerun-io/rerun/pull/299
- re_renderer: support 'cargo run' from anywhere by @teh-cmc in https://github.com/rerun-io/rerun/pull/318
- Refactor the memory tracking by @emilk in https://github.com/rerun-io/rerun/pull/320
- check hermeticity at build time by @teh-cmc in https://github.com/rerun-io/rerun/pull/319
- removed unused npot texture from camera mesh by @Wumpf in https://github.com/rerun-io/rerun/pull/322
- Fix call to set_recording_id by @jleibs in https://github.com/rerun-io/rerun/pull/323
- Labels & class ids for points by @Wumpf in https://github.com/rerun-io/rerun/pull/321
- [re_renderer] unify/simplify resource tracking, clarify frame numbering by @Wumpf in https://github.com/rerun-io/rerun/pull/324
- Small plot fixes and tweaks by @emilk in https://github.com/rerun-io/rerun/pull/327
- Support classids for rects and bounding boxes by @Wumpf in https://github.com/rerun-io/rerun/pull/326
- fix 3d line segments being incorrectly interpreted by @Wumpf in https://github.com/rerun-io/rerun/pull/330
- Fix for line segments which broke just before landing #330 by @Wumpf in https://github.com/rerun-io/rerun/pull/332
- Only look up annotations and default color once per batch by @jleibs in https://github.com/rerun-io/rerun/pull/333
- Allocation tracker by @emilk in https://github.com/rerun-io/rerun/pull/325
- Update ndk-sys v0.4.0 -> v0.4.1+23.1.7779620 by @emilk in https://github.com/rerun-io/rerun/pull/334
- Update cargo deps by @emilk in https://github.com/rerun-io/rerun/pull/335
- Remove Github to linear action by @nikolausWest in https://github.com/rerun-io/rerun/pull/338
- Update zstd-sys v2.0.2+zstd.1.5.2 -> v2.0.3+zstd.1.5.2 by @emilk in https://github.com/rerun-io/rerun/pull/339
- ALways silence the wgpu family of crates, unless told to be loud by @emilk in https://github.com/rerun-io/rerun/pull/337
- Refactor: remove TimePoints by @emilk in https://github.com/rerun-io/rerun/pull/336
- Link AnnotationContext & show ClassDescriptor on objects by @Wumpf in https://github.com/rerun-io/rerun/pull/331
- mediapipe pose tracking example by @nikolausWest in https://github.com/rerun-io/rerun/pull/329
- Measure message queue by @emilk in https://github.com/rerun-io/rerun/pull/354
- Don't purge timeless data by @emilk in https://github.com/rerun-io/rerun/pull/353
- Show frame time in top panel by @emilk in https://github.com/rerun-io/rerun/pull/366
- Toggle fullscreen in menu and with keyboard shortcut by @emilk in https://github.com/rerun-io/rerun/pull/364
- Logging of keypoints by @Wumpf in https://github.com/rerun-io/rerun/pull/356
- Enforce max latency by @emilk in https://github.com/rerun-io/rerun/pull/363
-
log_points
andlog_rects
: add optionalidentifiers
field by @emilk in https://github.com/rerun-io/rerun/pull/365 - Select objects within space views to edit their properties by @emilk in https://github.com/rerun-io/rerun/pull/371
- TypePathComp => ObjTypePathComp by @teh-cmc in https://github.com/rerun-io/rerun/pull/405
- [re_renderer] Orthographic camera by @Wumpf in https://github.com/rerun-io/rerun/pull/408
- introduce undo/redo selection history by @teh-cmc in https://github.com/rerun-io/rerun/pull/340
- Per-object "Visible history" by @emilk in https://github.com/rerun-io/rerun/pull/407
- Remove some unused dependencies by @emilk in https://github.com/rerun-io/rerun/pull/411
- [re_renderer] additional fixes on orthographic camera pr by @Wumpf in https://github.com/rerun-io/rerun/pull/409
- Initial plumbing of arrow data from python sdk -> rust app by @jleibs in https://github.com/rerun-io/rerun/pull/308
- [re_renderer] Sample framework, 2d sample and orthographic camera modes by @Wumpf in https://github.com/rerun-io/rerun/pull/413
- Adding dep back by @jleibs in https://github.com/rerun-io/rerun/pull/414
- A lot of table improvements by @emilk in https://github.com/rerun-io/rerun/pull/420
- [re_renderer] line builder by @Wumpf in https://github.com/rerun-io/rerun/pull/416
- Text logs view filtering by @teh-cmc in https://github.com/rerun-io/rerun/pull/328
- [re_renderer] Rectangles renderer by @Wumpf in https://github.com/rerun-io/rerun/pull/419
- re_renderer: canonicalize all paths from CARGO_* env-vars by @Mixy1 in https://github.com/rerun-io/rerun/pull/418
- fix crash on enabling show origin axis by @Wumpf in https://github.com/rerun-io/rerun/pull/422
- Add issue templates by @emilk in https://github.com/rerun-io/rerun/pull/423
- Create, clone, remove and rename Space Views by @emilk in https://github.com/rerun-io/rerun/pull/421
- Add utility functions for testing re_arrow_store by @jondo2010 in https://github.com/rerun-io/rerun/pull/415
- Move rerun_py::Sdk -> rerun to
rerun_sdk
to enable native rust usage by @jleibs in https://github.com/rerun-io/rerun/pull/412 - [re_renderer] introduce texture_value mod & add clear color by @Wumpf in https://github.com/rerun-io/rerun/pull/431
- Toggle panels in top bar by @emilk in https://github.com/rerun-io/rerun/pull/432
- [re_renderer] Rename Drawable to DrawData by @Wumpf in https://github.com/rerun-io/rerun/pull/455
- [re_renderer] Resource manager improvements by @Wumpf in https://github.com/rerun-io/rerun/pull/454
- [re_renderer] line renderer start/end round caps, start triangle caps, rect outlines by @Wumpf in https://github.com/rerun-io/rerun/pull/425
- Fix infinite recursion in Viewport by @emilk in https://github.com/rerun-io/rerun/pull/458
- [re_renderer][samples] Set sample name as window title instead of fps by @Wumpf in https://github.com/rerun-io/rerun/pull/460
- [re_renderer] fix texture row padding by @Wumpf in https://github.com/rerun-io/rerun/pull/461
- New and improved latency congestion throttling management by @emilk in https://github.com/rerun-io/rerun/pull/457
- Refactor: Remove unused
Option<ObjPath>
for space paths by @emilk in https://github.com/rerun-io/rerun/pull/466 - arrow datastore: read+write query path MVP by @teh-cmc in https://github.com/rerun-io/rerun/pull/428
- gpu resource tracking by @Wumpf in https://github.com/rerun-io/rerun/pull/469
- re_format: new dedicated crate for formatting tools by @teh-cmc in https://github.com/rerun-io/rerun/pull/471
- use re_renderer to draw 2d scenes by @Wumpf in https://github.com/rerun-io/rerun/pull/465
- Refactor the serialization/deserialization of Arrow IPC by @jondo2010 in https://github.com/rerun-io/rerun/pull/467
-
re_ui
crate to encapsulate our own egui theme by @emilk in https://github.com/rerun-io/rerun/pull/476 - re_datastore: component bucketing & statistics by @teh-cmc in https://github.com/rerun-io/rerun/pull/468
- Use ecolor in the the renderer by @Wumpf in https://github.com/rerun-io/rerun/pull/484
- re_format: more formatting tools by @teh-cmc in https://github.com/rerun-io/rerun/pull/473
- Fix tensor view fill scaling with preserved AR by @azymohliad in https://github.com/rerun-io/rerun/pull/486
- Switch to faster GitHub Actions CI runners by @emilk in https://github.com/rerun-io/rerun/pull/480
- Forbid wildcard imports (use
foo:*
) by @emilk in https://github.com/rerun-io/rerun/pull/500 - re_renderer understands now ui/scene/auto size by @Wumpf in https://github.com/rerun-io/rerun/pull/481
- Only save cache on push (to main) by @jleibs in https://github.com/rerun-io/rerun/pull/497
- ci: run all tests! by @teh-cmc in https://github.com/rerun-io/rerun/pull/502
- [re_renderer] fix test race condition by not having several tests work on a global counter by @Wumpf in https://github.com/rerun-io/rerun/pull/499
- ArrowSerialize/ArrowDeserialize for TimePoint by @jondo2010 in https://github.com/rerun-io/rerun/pull/477
- UI improvements: Start follow the style guideline by @emilk in https://github.com/rerun-io/rerun/pull/479
- re_datastore: interior mutability on the read path by @teh-cmc in https://github.com/rerun-io/rerun/pull/508
- Merge Scene2D and Scene3D into SceneSpatial by @Wumpf in https://github.com/rerun-io/rerun/pull/504
- re_data_store: fixed implicit always-on dependency on
serde
by @teh-cmc in https://github.com/rerun-io/rerun/pull/515 - compile times: independent cargo locks for rust-analyzer by @teh-cmc in https://github.com/rerun-io/rerun/pull/519
- Update to egui 0.20 by @emilk in https://github.com/rerun-io/rerun/pull/536
- Windows fixes by @Wumpf in https://github.com/rerun-io/rerun/pull/516
- Update to latest egui, with added error handling in eframe by @emilk in https://github.com/rerun-io/rerun/pull/537
- Merge View2DState & View3DState into ViewSpatialState and add simple ui for switching 2d/3d view by @Wumpf in https://github.com/rerun-io/rerun/pull/513
- re_datastore: index bucketing/splitting + correctness checks & tools by @teh-cmc in https://github.com/rerun-io/rerun/pull/478
- Use workspace-inherited versioning for some common deps by @jondo2010 in https://github.com/rerun-io/rerun/pull/535
- Update to latest egui/eframe by @emilk in https://github.com/rerun-io/rerun/pull/538
- re_datastore: implemented missing log_time e2e tests by @teh-cmc in https://github.com/rerun-io/rerun/pull/539
- Fix incorrectly trying to show tensors we can't visualize in SceneSpatial by @Wumpf in https://github.com/rerun-io/rerun/pull/543
- Iterate on blueprint/spaceview ui to allow adding transformed objects later on by @Wumpf in https://github.com/rerun-io/rerun/pull/542
- Even nicer UI by @emilk in https://github.com/rerun-io/rerun/pull/540
- Speed up tensor ui by caching the data range by @emilk in https://github.com/rerun-io/rerun/pull/545
- Move the arrow_store into the LogDb by @jleibs in https://github.com/rerun-io/rerun/pull/501
- Improve default tensor mapping by @emilk in https://github.com/rerun-io/rerun/pull/550
- Support newlines in text log entries by @emilk in https://github.com/rerun-io/rerun/pull/551
- [re_renderer] transform matrices for lines by @Wumpf in https://github.com/rerun-io/rerun/pull/554
- Small refactorings in re_arrow_store in preparation for debug view by @jondo2010 in https://github.com/rerun-io/rerun/pull/553
- re_datastore: introduce TimelineQuery by @teh-cmc in https://github.com/rerun-io/rerun/pull/563
- add interactivity toggle to all objects by @Wumpf in https://github.com/rerun-io/rerun/pull/564
- Fix tensor view crash in some cases, tensor ui improvements by @emilk in https://github.com/rerun-io/rerun/pull/561
- re_datastore: refined query model by @teh-cmc in https://github.com/rerun-io/rerun/pull/552
- Configure Github Actions Benchmark runner by @jondo2010 in https://github.com/rerun-io/rerun/pull/530
- Fix tensor crash by @emilk in https://github.com/rerun-io/rerun/pull/568
- Additional context in tooltips on object paths and space views by @jondo2010 in https://github.com/rerun-io/rerun/pull/567
- [re_renderer] Fix GLB/GLTF multi-primitive import, support albedo factor by @Wumpf in https://github.com/rerun-io/rerun/pull/562
- Make sure we do
cargo check --locked
on CI by @emilk in https://github.com/rerun-io/rerun/pull/571 - Remove some vestigial uses of deprecated _visible flag by @emilk in https://github.com/rerun-io/rerun/pull/573
- [re_renderer] Support non-uniform scale for meshes by @Wumpf in https://github.com/rerun-io/rerun/pull/570
- Add new crate for querying / joining from the arrow_store by @jleibs in https://github.com/rerun-io/rerun/pull/558
- Improve tensor view by @emilk in https://github.com/rerun-io/rerun/pull/572
- Small file refactor: move blueprint to own file by @emilk in https://github.com/rerun-io/rerun/pull/578
- [re_renderer] Point cloud builder & point cloud batch transforms by @Wumpf in https://github.com/rerun-io/rerun/pull/555
- Implement
get_registered_fields()
method on the Python SDK by @jondo2010 in https://github.com/rerun-io/rerun/pull/574 - [re_renderer] fix wrong extra line quad, fix point & line transformation order by @Wumpf in https://github.com/rerun-io/rerun/pull/579
- Constrain what entities show up in each Space View by @emilk in https://github.com/rerun-io/rerun/pull/580
- Proof-of-concept usage of an arrow-store query to populate a 2d view by @jleibs in https://github.com/rerun-io/rerun/pull/505
- Create matching benchmarks for the arrow datastore by @jleibs in https://github.com/rerun-io/rerun/pull/582
- Switch to eager asof join to speed up arrow queries by @jleibs in https://github.com/rerun-io/rerun/pull/583
- Consistently use _ui suffix for functions using egui::Ui by @emilk in https://github.com/rerun-io/rerun/pull/588
- re_datastore:
get
should give you a row, not a [row] by @teh-cmc in https://github.com/rerun-io/rerun/pull/590 - Make
puffin
a non-optional, native-only dependency by @emilk in https://github.com/rerun-io/rerun/pull/587 - [re_renderer] use wgpu::core::next_multiple_of by @Wumpf in https://github.com/rerun-io/rerun/pull/591
- re_datastore: component chunks & streamlining batches by @teh-cmc in https://github.com/rerun-io/rerun/pull/584
- re_log_types: interned component names by @teh-cmc in https://github.com/rerun-io/rerun/pull/597
- First-effort bar charts by @emilk in https://github.com/rerun-io/rerun/pull/581
- re_datastore: make sure querying for missing components is as cheap as possible by @teh-cmc in https://github.com/rerun-io/rerun/pull/596
- Switch CI to only run benchmarks on merge to main by @jondo2010 in https://github.com/rerun-io/rerun/pull/599
- re_datastore: native primary & secondary indices by @teh-cmc in https://github.com/rerun-io/rerun/pull/600
- Use the same 1000/1000 bench configuration as for our old benchmarks by @jleibs in https://github.com/rerun-io/rerun/pull/602
- Break out field_types into sub modules. by @jondo2010 in https://github.com/rerun-io/rerun/pull/601
- Benchmark encode decode by @emilk in https://github.com/rerun-io/rerun/pull/598
- Replace some DEBUG logging with TRACE by @emilk in https://github.com/rerun-io/rerun/pull/605
- 3D (rigid) transforms in space views by @Wumpf in https://github.com/rerun-io/rerun/pull/585
- fix typo in toml causing a warning on builds by @Wumpf in https://github.com/rerun-io/rerun/pull/607
- Better auto-viewport by @emilk in https://github.com/rerun-io/rerun/pull/604
- Update egui to show more decimals when hovering bar chart values by @emilk in https://github.com/rerun-io/rerun/pull/610
- Fix zoom/pan navigation of the time panel by @emilk in https://github.com/rerun-io/rerun/pull/606
- Implement tensors with dtype u8 u16 u32 u64 i8 i16 i32 i64 f16 f32 f64 by @emilk in https://github.com/rerun-io/rerun/pull/608
- Use new maximize/minimize icons, and move help button by @emilk in https://github.com/rerun-io/rerun/pull/612
- Add components into the timeline for arrow as well by @jleibs in https://github.com/rerun-io/rerun/pull/616
-
cargo r --release --example memory_usage
to print LogMsg memory use by @emilk in https://github.com/rerun-io/rerun/pull/611 - Improve the look of the time panel by @emilk in https://github.com/rerun-io/rerun/pull/615
- Reorganize the python sdk into seperate modules by @jondo2010 in https://github.com/rerun-io/rerun/pull/617
- Simplify tensor logging from python by @jleibs in https://github.com/rerun-io/rerun/pull/613
- Remove polars from query path and use an iterating join by @jleibs in https://github.com/rerun-io/rerun/pull/603
- Use nice, big buttons for the time panel play, pause, loop, and arrows by @emilk in https://github.com/rerun-io/rerun/pull/620
- Pull in Arrow table display formatting for best results by @jondo2010 in https://github.com/rerun-io/rerun/pull/622
- Make InstanceIds work wirth ArrowObjects by @jleibs in https://github.com/rerun-io/rerun/pull/614
- Initial PySDK Arrow Work by @jondo2010 in https://github.com/rerun-io/rerun/pull/586
- Allow objects under pinhole transform to be placed into 3D spaces. by @Wumpf in https://github.com/rerun-io/rerun/pull/621
- Factor SceneSpatial load functions into trait impl types by @jondo2010 in https://github.com/rerun-io/rerun/pull/626
- re_log_types: fixed missing feature flags by @teh-cmc in https://github.com/rerun-io/rerun/pull/627
- re_datastore: introduce cluster keys by @teh-cmc in https://github.com/rerun-io/rerun/pull/593
- move SceneSpatialPrimitives to its own mod and picking along with it by @Wumpf in https://github.com/rerun-io/rerun/pull/628
- Improve clock demo by @emilk in https://github.com/rerun-io/rerun/pull/618
- Populate the selection panel using the selected Instance by @jleibs in https://github.com/rerun-io/rerun/pull/624
- Split the arrow path for the ScenePart for Box2D by @jondo2010 in https://github.com/rerun-io/rerun/pull/629
- Even nicer Time Panel by @emilk in https://github.com/rerun-io/rerun/pull/630
- Workaround that the viewer can't handle f64 depth by @nikolausWest in https://github.com/rerun-io/rerun/pull/636
- Actually parse the ObjPath str in MsgBundle by @jondo2010 in https://github.com/rerun-io/rerun/pull/643
- Additional color/point type conversions by @jondo2010 in https://github.com/rerun-io/rerun/pull/632
- re_renderer: #pragma-once semantics for shader imports by @teh-cmc in https://github.com/rerun-io/rerun/pull/649
- Maximum 30 items in benchmark charts by @jondo2010 in https://github.com/rerun-io/rerun/pull/646
- EntityView - bring out primary component as generic by @jondo2010 in https://github.com/rerun-io/rerun/pull/633
- Refactor data_ui by @jondo2010 in https://github.com/rerun-io/rerun/pull/651
- Allow 3D elements to be added to a space at a pinhole camera by @Wumpf in https://github.com/rerun-io/rerun/pull/625
- Remove obsolete ClassDescription by @jleibs in https://github.com/rerun-io/rerun/pull/659
- re_datastore: range queries by @teh-cmc in https://github.com/rerun-io/rerun/pull/609
- re_datastore: dump to flat dataframe by @teh-cmc in https://github.com/rerun-io/rerun/pull/645
- re_datastore: sanity checking cluster keys and their data by @teh-cmc in https://github.com/rerun-io/rerun/pull/650
- re_query: support for range queries by @teh-cmc in https://github.com/rerun-io/rerun/pull/653
- Nicer formatting of the bounding box by @emilk in https://github.com/rerun-io/rerun/pull/658
-
MsgId
-as-a-component by @teh-cmc in https://github.com/rerun-io/rerun/pull/655 -
MsgBundle
: add a couple helpers by @teh-cmc in https://github.com/rerun-io/rerun/pull/661 - Full Points3D rendering with Arrow path by @jondo2010 in https://github.com/rerun-io/rerun/pull/660
- end-to-end arrow-based text entries by @teh-cmc in https://github.com/rerun-io/rerun/pull/654
- re_datastore: testing/specifying
latest_components_at
:warning: by @teh-cmc in https://github.com/rerun-io/rerun/pull/662 - Upgrade arrow2, arrow2_convert and polars including unmerged/unreleased by @jondo2010 in https://github.com/rerun-io/rerun/pull/665
- end-to-end arrow-based scalars / time-series by @teh-cmc in https://github.com/rerun-io/rerun/pull/666
- fix merge race between #665 & #666 by @teh-cmc in https://github.com/rerun-io/rerun/pull/670
- Unify spatial picking & fix "3d in 2d" picking by @Wumpf in https://github.com/rerun-io/rerun/pull/663
- Splat colors and radii on the client side as necessary by @jleibs in https://github.com/rerun-io/rerun/pull/671
- Add radius to log_point API for arrow by @jleibs in https://github.com/rerun-io/rerun/pull/673
- Replace latest_components_at with all_components by @jleibs in https://github.com/rerun-io/rerun/pull/664
- Make tensor and image logging more lenient by @nikolausWest in https://github.com/rerun-io/rerun/pull/634
- Stable diffusion example by @nikolausWest in https://github.com/rerun-io/rerun/pull/642
- fix artifacts in re_renderer demo when resolution splits are uneven by @Wumpf in https://github.com/rerun-io/rerun/pull/676
- Fix a bug that meant we never sqeezed images by @nikolausWest in https://github.com/rerun-io/rerun/pull/679
- Fix origin axis and missing line cap for last line by @Wumpf in https://github.com/rerun-io/rerun/pull/689
- Fix 2D depth issues by @Wumpf in https://github.com/rerun-io/rerun/pull/680
- End-to-end support for logging transforms via arrow by @jleibs in https://github.com/rerun-io/rerun/pull/674
- End-to-end support for logging view coordinates via arrow by @jleibs in https://github.com/rerun-io/rerun/pull/677
- Clean up arrow arrays before we push them into polars by @jleibs in https://github.com/rerun-io/rerun/pull/696
- Enable arrow conversions for the AnnotationContext by @jleibs in https://github.com/rerun-io/rerun/pull/678
- Fix point picking picking additional untransformed ghosts, split picking method into submethods by @Wumpf in https://github.com/rerun-io/rerun/pull/691
- Finish support for annotation contexts by @jleibs in https://github.com/rerun-io/rerun/pull/697
- Track whether a datapath is a classic Field or an arrow Component by @jleibs in https://github.com/rerun-io/rerun/pull/700
- Better orbitcamera indicator by @Wumpf in https://github.com/rerun-io/rerun/pull/690
- Add arrow support for point2d by @jleibs in https://github.com/rerun-io/rerun/pull/698
- Configurable auto size for points/lines per space view by @Wumpf in https://github.com/rerun-io/rerun/pull/667
- deps: updating tokio to unbreak CI by @teh-cmc in https://github.com/rerun-io/rerun/pull/711
- Fix new space views spawned with wrong nav mode by @Wumpf in https://github.com/rerun-io/rerun/pull/692
- re_datastore: support timeless data by @teh-cmc in https://github.com/rerun-io/rerun/pull/694
- Better handling of arrow data in selection panels, including AnnotationContext by @jleibs in https://github.com/rerun-io/rerun/pull/713
- Add keypoints for log_points by @jleibs in https://github.com/rerun-io/rerun/pull/715
- Don't show msg_id in the timeline view by @jleibs in https://github.com/rerun-io/rerun/pull/718
- re_datastore: timeless support for dataframe dumps by @teh-cmc in https://github.com/rerun-io/rerun/pull/710
- re_query: timeless support by @teh-cmc in https://github.com/rerun-io/rerun/pull/709
- Filter visible objects consistently for arrow by @jleibs in https://github.com/rerun-io/rerun/pull/716
- Arrow serialization for 2d and 3d linestrips by @jleibs in https://github.com/rerun-io/rerun/pull/721
- Remove the glam dependency from focal_length_in_pixels by @jleibs in https://github.com/rerun-io/rerun/pull/726
- Python support for linestrips for log_path by @jleibs in https://github.com/rerun-io/rerun/pull/725
- Fix loading images twice by @Wumpf in https://github.com/rerun-io/rerun/pull/730
- Data Blueprint Groups by @Wumpf in https://github.com/rerun-io/rerun/pull/724
- Add Lines3dPart to the Spatial Scene for Arrow Lines by @jleibs in https://github.com/rerun-io/rerun/pull/728
- re_datastore: make autogenerated cluster keys always timeless by @teh-cmc in https://github.com/rerun-io/rerun/pull/720
- Macro-ify the visitor functions for EntityView by @jondo2010 in https://github.com/rerun-io/rerun/pull/733
- Implement 3d boxes for Arrow by @jondo2010 in https://github.com/rerun-io/rerun/pull/734
- Timeless data support for arrow on logging-APIs and UI by @jleibs in https://github.com/rerun-io/rerun/pull/727
- re_datastore: mem stats by @teh-cmc in https://github.com/rerun-io/rerun/pull/722
- Arrow support for log_cleared by @jleibs in https://github.com/rerun-io/rerun/pull/735
- Arrow Tensor logging with Image display by @jondo2010 in https://github.com/rerun-io/rerun/pull/714
- Cameras are now handled like other scene parts by @Wumpf in https://github.com/rerun-io/rerun/pull/738
- fix incorrect rectangle outline on hover of images by @Wumpf in https://github.com/rerun-io/rerun/pull/745
- Merge arrow2-convert rebase 90 with rerun_main by @jleibs in https://github.com/rerun-io/rerun/pull/747
- Arrow: Handle splats during query iteration by @jleibs in https://github.com/rerun-io/rerun/pull/736
- Log arrow pinholes by @jleibs in https://github.com/rerun-io/rerun/pull/751
- Derive more field types for Arrow by @jondo2010 in https://github.com/rerun-io/rerun/pull/739
- End-to-end arrow support for Meshes by @jleibs in https://github.com/rerun-io/rerun/pull/748
- Tracking a 3D camera is now independent of selection by @Wumpf in https://github.com/rerun-io/rerun/pull/744
- End-to-end support for Linesegments by @jleibs in https://github.com/rerun-io/rerun/pull/750
- Introduce RERUN_STORAGE environment variable to choose arrow or classic by @jleibs in https://github.com/rerun-io/rerun/pull/752
- Use the right value for default by @jleibs in https://github.com/rerun-io/rerun/pull/755
- Fix data blueprint containing removed objects by @Wumpf in https://github.com/rerun-io/rerun/pull/740
- More edge cases related to prefixes for arrow gate by @jleibs in https://github.com/rerun-io/rerun/pull/756
- Improve CONTRIBUTING.md by @emilk in https://github.com/rerun-io/rerun/pull/774
- Consistently write
import rerun as rr
everywhere by @emilk in https://github.com/rerun-io/rerun/pull/773 - Use a nice string format for tensor shape in our UI by @emilk in https://github.com/rerun-io/rerun/pull/775
- Remove camera mesh & improve frustum rendering by @Wumpf in https://github.com/rerun-io/rerun/pull/762
- Arrow support for image_file and image-related bug-fixes by @jleibs in https://github.com/rerun-io/rerun/pull/760
- Show
Image Plane Distance
only in 3D nav mode by @Wumpf in https://github.com/rerun-io/rerun/pull/763 - re_datastore: garbage collection by @teh-cmc in https://github.com/rerun-io/rerun/pull/746
- Command palette by @emilk in https://github.com/rerun-io/rerun/pull/656
- Fix visual artifacts when dealing with line caps & line batches. by @Wumpf in https://github.com/rerun-io/rerun/pull/761
- Add "Streams" title to the timeline panel by @emilk in https://github.com/rerun-io/rerun/pull/782
- Arrows^2 by @jleibs in https://github.com/rerun-io/rerun/pull/785
- Add a tooltip to the Blueprint title by @emilk in https://github.com/rerun-io/rerun/pull/794
- Fix 3D view drawing outside its bounds by @emilk in https://github.com/rerun-io/rerun/pull/793
- Improve look of 3D boxes, make 2D points unshaded by @Wumpf in https://github.com/rerun-io/rerun/pull/792
- Remove rerun from example requirements.txt by @nikolausWest in https://github.com/rerun-io/rerun/pull/800
- Log Tensors from Python SDK by @jondo2010 in https://github.com/rerun-io/rerun/pull/798
- Add RELEASES.md with release and versioning strategy by @emilk in https://github.com/rerun-io/rerun/pull/799
- Add view support for tensors and new code to derivce arrow view categories by @jleibs in https://github.com/rerun-io/rerun/pull/803
- Improve selection view by @emilk in https://github.com/rerun-io/rerun/pull/804
- Multi hover/select data structure, centralize currently hovered objects by @Wumpf in https://github.com/rerun-io/rerun/pull/805
- More selection UI improvements by @emilk in https://github.com/rerun-io/rerun/pull/808
- Use Buffer<T> for (most) Tensor payloads by @jondo2010 in https://github.com/rerun-io/rerun/pull/814
- Hovering for arrow tensors by @jleibs in https://github.com/rerun-io/rerun/pull/815
- Improve point and line sizes by @emilk in https://github.com/rerun-io/rerun/pull/818
- Fix double click on non-camera object no longer focusing by @Wumpf in https://github.com/rerun-io/rerun/pull/825
- Fix typo in log_mesh_file by @jleibs in https://github.com/rerun-io/rerun/pull/828
- Fix bad merge on mesh by @jleibs in https://github.com/rerun-io/rerun/pull/832
- Default to unknown if meaning isn't specified by @jleibs in https://github.com/rerun-io/rerun/pull/834
- Handle splatted values in lookup by @jleibs in https://github.com/rerun-io/rerun/pull/835
- Basic multiselection by @Wumpf in https://github.com/rerun-io/rerun/pull/824
- Remove spammy log from msg_bundle by @jleibs in https://github.com/rerun-io/rerun/pull/837
- Rebuild Rect2D as a Union of Vec4D by @jondo2010 in https://github.com/rerun-io/rerun/pull/826
- Stable diffusion example fixes by @nikolausWest in https://github.com/rerun-io/rerun/pull/831
- Make visible history work for Point3D by @jleibs in https://github.com/rerun-io/rerun/pull/820
- Add time histogram crate by @emilk in https://github.com/rerun-io/rerun/pull/657
- Dependency cleanup by @emilk in https://github.com/rerun-io/rerun/pull/816
- Python SDK: Add
rerun.spawn_and_connect
by @emilk in https://github.com/rerun-io/rerun/pull/821 - Quick fixes by @jondo2010 in https://github.com/rerun-io/rerun/pull/841
- Remove all use of crate cgmath by @emilk in https://github.com/rerun-io/rerun/pull/840
- Fix objects with transform only missing in arrow and selection history prune crash by @Wumpf in https://github.com/rerun-io/rerun/pull/844
- Improve UI for arrow components by @emilk in https://github.com/rerun-io/rerun/pull/836
- Make
rr.init("my_app", spawn_and_connect = True)
as a short form by @emilk in https://github.com/rerun-io/rerun/pull/846 - Fix deadlock when flushing messages by @jleibs in https://github.com/rerun-io/rerun/pull/843
- Selected things are now highlighted by @Wumpf in https://github.com/rerun-io/rerun/pull/838
- Add profiling scopes to point3d scene population by @emilk in https://github.com/rerun-io/rerun/pull/849
- Native rerun-agnostic analytics SDK by @teh-cmc in https://github.com/rerun-io/rerun/pull/819
- Improve selection history UI by @emilk in https://github.com/rerun-io/rerun/pull/848
- Slightly cleaner error handling for AddrInUse by @jleibs in https://github.com/rerun-io/rerun/pull/847
- Visible history all the types by @jleibs in https://github.com/rerun-io/rerun/pull/852
- Convert F16 -> F32 on log by @jleibs in https://github.com/rerun-io/rerun/pull/855
- Patch meter into ArrowTensor for the time being by @jleibs in https://github.com/rerun-io/rerun/pull/858
- move selection state into dedicated struct by @Wumpf in https://github.com/rerun-io/rerun/pull/857
- Fix crash when trying to load old Arrow data by @emilk in https://github.com/rerun-io/rerun/pull/862
- Very minor code cleanup by @emilk in https://github.com/rerun-io/rerun/pull/863
- Use identifiers to populate instances for points and rects by @jleibs in https://github.com/rerun-io/rerun/pull/865
- Make arrow the default storage by @jleibs in https://github.com/rerun-io/rerun/pull/823
- Move Viewport/Event Log buttons to the "View" menu by @emilk in https://github.com/rerun-io/rerun/pull/864
- Left-align headers, improve blueprint view by @emilk in https://github.com/rerun-io/rerun/pull/856
- Join threads when client is being dropped by @jleibs in https://github.com/rerun-io/rerun/pull/876
- simplify hover/select highlight distinction & wire up link buttons to hover state by @Wumpf in https://github.com/rerun-io/rerun/pull/859
- Sort data blueprints in blueprint tree by @Wumpf in https://github.com/rerun-io/rerun/pull/877
- tweak point cloud point gradient to be less aggressive by @Wumpf in https://github.com/rerun-io/rerun/pull/888
- re_viewer: analytics integration (native only) by @teh-cmc in https://github.com/rerun-io/rerun/pull/839
- Fix scale for 3D objects under pinhole camera by @Wumpf in https://github.com/rerun-io/rerun/pull/886
- Tweak selection effects by @Wumpf in https://github.com/rerun-io/rerun/pull/890
- Add some puffin profiling scopes by @emilk in https://github.com/rerun-io/rerun/pull/891
- selecting/hovering groups causes now select/hover highlight by @Wumpf in https://github.com/rerun-io/rerun/pull/893
- Link to data blueprint / usages in Blueprint panel by @Wumpf in https://github.com/rerun-io/rerun/pull/881
- New rerun menu by @emilk in https://github.com/rerun-io/rerun/pull/892
- analytics: added the actual sentinel file by @teh-cmc in https://github.com/rerun-io/rerun/pull/896
- Fix timeless data not correctly showing up in timeline. by @Wumpf in https://github.com/rerun-io/rerun/pull/899
- Fix invisible timeline handle and bad objectron example names by @Wumpf in https://github.com/rerun-io/rerun/pull/902
- Hide the top-bar cpu/memory/latency labels in release builds by @emilk in https://github.com/rerun-io/rerun/pull/897
- Release the session lock while we're building the arrow chunks by @jleibs in https://github.com/rerun-io/rerun/pull/908
- Image tooltip shows coordinates now, cut redundant data by @Wumpf in https://github.com/rerun-io/rerun/pull/906
- Space view generation heuristics now always look at latest available data. by @Wumpf in https://github.com/rerun-io/rerun/pull/904
- examples: add missing stable diffusion reqs by @teh-cmc in https://github.com/rerun-io/rerun/pull/884
- Update egui with deadlock fix by @emilk in https://github.com/rerun-io/rerun/pull/911
- Update dependencies: Python3.8, arrow==10.0.1, numpy>=1.23 by @jleibs in https://github.com/rerun-io/rerun/pull/898
- Starting point for python docs via mkdocs by @jleibs in https://github.com/rerun-io/rerun/pull/887
- Get rid of re_web_server dep on web_build.sh by @jleibs in https://github.com/rerun-io/rerun/pull/905
- Add Viridis colormap for tensors and use by default by @Wumpf in https://github.com/rerun-io/rerun/pull/915
- re_analytics: fix rerun-if-changed clause by @teh-cmc in https://github.com/rerun-io/rerun/pull/924
- Depth images are now always mapped with turbo color map by @Wumpf in https://github.com/rerun-io/rerun/pull/912
- analytics for everyone by @teh-cmc in https://github.com/rerun-io/rerun/pull/885
- Make multiprocessing example simpler with spawn/connect calls by @emilk in https://github.com/rerun-io/rerun/pull/907
- Partial revert of #904 by @jleibs in https://github.com/rerun-io/rerun/pull/930
- Add button for following the latest data by @emilk in https://github.com/rerun-io/rerun/pull/921
- Speed up dataset download for NYUD example by @nikolausWest in https://github.com/rerun-io/rerun/pull/929
- re_analytics: support for persistent metadata props by @teh-cmc in https://github.com/rerun-io/rerun/pull/931
- COLMAP example by @nikolausWest in https://github.com/rerun-io/rerun/pull/928
- Refactor space view generation by @Wumpf in https://github.com/rerun-io/rerun/pull/923
- Don't block on flush if the TCP connection to the viewer is disconnected by @jleibs in https://github.com/rerun-io/rerun/pull/926
- time series and bar charts back to a working state by @teh-cmc in https://github.com/rerun-io/rerun/pull/937
- Remove classic scene parts by @Wumpf in https://github.com/rerun-io/rerun/pull/936
- Clarify analytics intro message by @nikolausWest in https://github.com/rerun-io/rerun/pull/947
- Add docs by @martenbjork in https://github.com/rerun-io/rerun/pull/913
- viewer: sunset classic plots by @teh-cmc in https://github.com/rerun-io/rerun/pull/939
- objectron: don't force
--connect
with--run-forever
by @teh-cmc in https://github.com/rerun-io/rerun/pull/943 - Optimize texture padding by @emilk in https://github.com/rerun-io/rerun/pull/932
- Add segmentation map to pose tracking example by @nikolausWest in https://github.com/rerun-io/rerun/pull/948
- Add code examples to rerun repo by @martenbjork in https://github.com/rerun-io/rerun/pull/950
- Fix space views duplicating on startup from script. by @Wumpf in https://github.com/rerun-io/rerun/pull/946
- Change markdown structure by @martenbjork in https://github.com/rerun-io/rerun/pull/952
- re_datastore: puffin probes! by @teh-cmc in https://github.com/rerun-io/rerun/pull/942
- Improve the blueprint tree looks by @emilk in https://github.com/rerun-io/rerun/pull/938
- Detangle spaceinfo from transform cache by @Wumpf in https://github.com/rerun-io/rerun/pull/945
- Add options to create a cleaner UI for when doing screen recordings by @emilk in https://github.com/rerun-io/rerun/pull/955
- Update wgpu to 0.15 by @Wumpf in https://github.com/rerun-io/rerun/pull/954
- Force the ouput of the color-conversion code to be unsigned by @jleibs in https://github.com/rerun-io/rerun/pull/961
- Always run bench, properly fail if the bench fails, and fix the benches by @jleibs in https://github.com/rerun-io/rerun/pull/944
- Gracefully log an error if there are too many points or lines by @Wumpf in https://github.com/rerun-io/rerun/pull/959
- Deploy python docs to gh-pages and version with mike by @jleibs in https://github.com/rerun-io/rerun/pull/940
- Fix workflow for jobs only run on push by @jleibs in https://github.com/rerun-io/rerun/pull/966
- Set up git author / remote properly for mike by @jleibs in https://github.com/rerun-io/rerun/pull/967
- Tag expression for workflows needs to be quoted by @jleibs in https://github.com/rerun-io/rerun/pull/968
- Mike needs flag to update 'latest' alias by @jleibs in https://github.com/rerun-io/rerun/pull/969
- Good looking Blueprint View by @emilk in https://github.com/rerun-io/rerun/pull/962
- Make buttons smaller, and everything a bit tighter by @emilk in https://github.com/rerun-io/rerun/pull/970
- Widget hover effect by @emilk in https://github.com/rerun-io/rerun/pull/935
- Select single objects directly and click through selection by @Wumpf in https://github.com/rerun-io/rerun/pull/964
- Optimize loading of segmentation maps by @emilk in https://github.com/rerun-io/rerun/pull/978
- Tweak store profile scopes by @emilk in https://github.com/rerun-io/rerun/pull/979
- re_renderer: delegate 2D texture padding to
Queue::write_texture
by @teh-cmc in https://github.com/rerun-io/rerun/pull/975 - Remove Classic Python SDK by @emilk in https://github.com/rerun-io/rerun/pull/977
- New visibility buttons by @emilk in https://github.com/rerun-io/rerun/pull/983
- Specify time for DataUi queries by @emilk in https://github.com/rerun-io/rerun/pull/980
- Update to released versions of huggingface libs by @nikolausWest in https://github.com/rerun-io/rerun/pull/981
- re_analytics: fixed salt for hashed props by @teh-cmc in https://github.com/rerun-io/rerun/pull/958
- Prepare for switching to the
re_int_histogram
crate by @emilk in https://github.com/rerun-io/rerun/pull/984 - Only run test benches rather than full bench on CI by @jleibs in https://github.com/rerun-io/rerun/pull/992
- Remove a lot of classical stuff by @emilk in https://github.com/rerun-io/rerun/pull/988
- Clean up component imports by @jondo2010 in https://github.com/rerun-io/rerun/pull/985
- Hack depth offset in order to make objects not disappear by @Wumpf in https://github.com/rerun-io/rerun/pull/990
- Fix crash when zooming out camera too far by @Wumpf in https://github.com/rerun-io/rerun/pull/986
- Rust: rename objects and fields by @emilk in https://github.com/rerun-io/rerun/pull/993
- Fix hovering bug introduced in The Great Removal by @emilk in https://github.com/rerun-io/rerun/pull/998
- Update readme and remove the docs in favor of dedicated repo by @jleibs in https://github.com/rerun-io/rerun/pull/995
- Update to Rust 1.67 by @emilk in https://github.com/rerun-io/rerun/pull/1000
- Update all of the docstrings on public-facing APIs to numpy style by @jleibs in https://github.com/rerun-io/rerun/pull/1001
- Refactor
InstanceId
by @emilk in https://github.com/rerun-io/rerun/pull/999 - bind to all network interfaces by @teh-cmc in https://github.com/rerun-io/rerun/pull/1005
- Rename
Instance
toInstanceKey
by @emilk in https://github.com/rerun-io/rerun/pull/1002 - use wasm target-dir for
bacon wasm
by @teh-cmc in https://github.com/rerun-io/rerun/pull/1009 - Use
Display
for errors by @emilk in https://github.com/rerun-io/rerun/pull/1007 - Better looking tabs by @emilk in https://github.com/rerun-io/rerun/pull/1011
- Improve colmap example by @nikolausWest in https://github.com/rerun-io/rerun/pull/1008
- Fix rendering empty batches of lines and points, needlessly generating draw calls by @Wumpf in https://github.com/rerun-io/rerun/pull/989
- Less bright frustum by @Wumpf in https://github.com/rerun-io/rerun/pull/1015
- Issue templates with "👀 needs triage" by @nikolausWest in https://github.com/rerun-io/rerun/pull/1016
- Hide MsgId & InstanceId for on-hover ui by @Wumpf in https://github.com/rerun-io/rerun/pull/1017
- Show Space View options in tab bar by @emilk in https://github.com/rerun-io/rerun/pull/1027
- Nicer frustum ray by @Wumpf in https://github.com/rerun-io/rerun/pull/1019
- Improved workflow for adding/removing objects by @Wumpf in https://github.com/rerun-io/rerun/pull/1013
- Introduce Extension Components by @jleibs in https://github.com/rerun-io/rerun/pull/1023
- Tensor view ui improvements by @Wumpf in https://github.com/rerun-io/rerun/pull/1022
- lint against using dbg!() macro in production code by @emilk in https://github.com/rerun-io/rerun/pull/1029
- Fix compilation failure due to bad merge by @Wumpf in https://github.com/rerun-io/rerun/pull/1030
- rust SDK: raw 3D meshes and example by @teh-cmc in https://github.com/rerun-io/rerun/pull/1010
- Click space view title to select it by @emilk in https://github.com/rerun-io/rerun/pull/1032
- Switch to a generator for our common-API registry as well. by @jleibs in https://github.com/rerun-io/rerun/pull/1035
- Catch it when we break the docs by @jleibs in https://github.com/rerun-io/rerun/pull/1040
- python SDK: raw 3D meshes and example by @teh-cmc in https://github.com/rerun-io/rerun/pull/1026
- CI: Attempt to apply cancel-on-progress only on PR:s, not on main by @emilk in https://github.com/rerun-io/rerun/pull/1051
- Slightly nicer tensor view by @emilk in https://github.com/rerun-io/rerun/pull/1028
- Skip data selection section for space views and data blueprint groups by @Wumpf in https://github.com/rerun-io/rerun/pull/1039
- DataUI impls for rect/linestrip2d/linestrip3d/vec2d/vec3d by @Wumpf in https://github.com/rerun-io/rerun/pull/1038
- Preview component data by @Wumpf in https://github.com/rerun-io/rerun/pull/1034
- Add
ComponentName::short_name
helper function by @emilk in https://github.com/rerun-io/rerun/pull/1053 - Improved text space view blueprint by @Wumpf in https://github.com/rerun-io/rerun/pull/1055
- Build+Deploy Python Wheels in CI by @jondo2010 in https://github.com/rerun-io/rerun/pull/996
- Show all instance values in the selection panel by @emilk in https://github.com/rerun-io/rerun/pull/1056
- more spaceview blueprint improvements by @Wumpf in https://github.com/rerun-io/rerun/pull/1057
- Speed up Point3D by @jleibs in https://github.com/rerun-io/rerun/pull/1064
- Update gltf to 1.1 by @emilk in https://github.com/rerun-io/rerun/pull/1071
- Misc code cleanup by @emilk in https://github.com/rerun-io/rerun/pull/1070
- Nicer wait message by @emilk in https://github.com/rerun-io/rerun/pull/1069
- Fix play/pause toggle annoyance by @emilk in https://github.com/rerun-io/rerun/pull/1066
- Same height for tab bar and title bars of side panels by @emilk in https://github.com/rerun-io/rerun/pull/1072
- Workflow fixes for Python Wheel release by @jondo2010 in https://github.com/rerun-io/rerun/pull/1059
- Nicer collapsing sections in the selection view by @emilk in https://github.com/rerun-io/rerun/pull/1067
- ui: use the crosshair for zoom previews everywhere by @teh-cmc in https://github.com/rerun-io/rerun/pull/1073
- raw meshes: support albedo factors, clean up examples and acknowledge lack of support for .obj by @teh-cmc in https://github.com/rerun-io/rerun/pull/1081
- Allow root space views transforms to other roots by @Wumpf in https://github.com/rerun-io/rerun/pull/1075
- Update some Rust crates by @emilk in https://github.com/rerun-io/rerun/pull/1090
- Improved tensor view settings by @Wumpf in https://github.com/rerun-io/rerun/pull/1082
- expose egui debug options in debug menu by @Wumpf in https://github.com/rerun-io/rerun/pull/1089
- Nicer ready text by @emilk in https://github.com/rerun-io/rerun/pull/1078
- Improve tensor view margins by @emilk in https://github.com/rerun-io/rerun/pull/1091
- Nicer top bar on web by @emilk in https://github.com/rerun-io/rerun/pull/1080
- Timeline panel design details by @Wumpf in https://github.com/rerun-io/rerun/pull/1088
- Ship rerun package inside of a rerun_sdk folder by @jleibs in https://github.com/rerun-io/rerun/pull/1085
- Update to winit 0.28 by @emilk in https://github.com/rerun-io/rerun/pull/997
- Increase maximum number of points from 1 Mi to 4 Mi by @emilk in https://github.com/rerun-io/rerun/pull/1093
- Hide perf stats in release, + tweak separator lines by @emilk in https://github.com/rerun-io/rerun/pull/1095
- Icons for space views and blueprint groups by @Wumpf in https://github.com/rerun-io/rerun/pull/1096
- Fix python bridge preventing logging transforms to root child by @Wumpf in https://github.com/rerun-io/rerun/pull/1097
- Use Selection color from design token by @Wumpf in https://github.com/rerun-io/rerun/pull/1092
- Revert "Fix python bridge preventing logging transforms to root child" by @nikolausWest in https://github.com/rerun-io/rerun/pull/1098
- Don't make top-level spaces their own children by @jleibs in https://github.com/rerun-io/rerun/pull/1100
- Rename
Selection
toItem
,MultiSelection
toItemCollection
by @emilk in https://github.com/rerun-io/rerun/pull/1104 - Simple boiler-plate idea for examples by @jondo2010 in https://github.com/rerun-io/rerun/pull/1058
- Use less "arrow" in re_viewer by @emilk in https://github.com/rerun-io/rerun/pull/1105
- Use a grid in entity properties ui by @emilk in https://github.com/rerun-io/rerun/pull/1106
- Restore previous non-tracked camera pose on esc by @Wumpf in https://github.com/rerun-io/rerun/pull/1102
- Default spaceview names are now last space path bit only unless it is root by @Wumpf in https://github.com/rerun-io/rerun/pull/1103
- EntityPath::from_str must parse the given string by @teh-cmc in https://github.com/rerun-io/rerun/pull/1114
- On push sync the docs to gh-pages by @jleibs in https://github.com/rerun-io/rerun/pull/1086
- Rust SDK: introduce
MsgSender
builder-like interface for logging data by @teh-cmc in https://github.com/rerun-io/rerun/pull/1037 - Better ComponentBundle invariants by @jondo2010 in https://github.com/rerun-io/rerun/pull/1112
- Rust SDK: remove deprecated APIs & examples by @teh-cmc in https://github.com/rerun-io/rerun/pull/1107
- Renamed
spawn_and_connect
to justspawn
by @emilk in https://github.com/rerun-io/rerun/pull/1101 - Windows/Linux: work towards replacing native window frame with our own custom buttons by @emilk in https://github.com/rerun-io/rerun/pull/1094
- use forward/backwards icon in selection panel by @Wumpf in https://github.com/rerun-io/rerun/pull/1128
- Generate an RRD file during the build which we inject into the wheel by @jleibs in https://github.com/rerun-io/rerun/pull/1087
- gh-pages rust docs should redirect to
rerun
crate by @jleibs in https://github.com/rerun-io/rerun/pull/1130 - Don't box/unbox values-array on insert by @jleibs in https://github.com/rerun-io/rerun/pull/1137
- Rust SDK: objectron by @teh-cmc in https://github.com/rerun-io/rerun/pull/1099
- Rust SDK:
api_demo
example by @teh-cmc in https://github.com/rerun-io/rerun/pull/1068 - cross-crate inlining pass over all components by @teh-cmc in https://github.com/rerun-io/rerun/pull/1140
- Space view creation heuristic improvements by @Wumpf in https://github.com/rerun-io/rerun/pull/1117
- UI spacing tweaks by @Wumpf in https://github.com/rerun-io/rerun/pull/1083
- bacon: work around infinite build loop by @teh-cmc in https://github.com/rerun-io/rerun/pull/1144
- Fetch before pushing docs & put python docs in sub-directories by @jleibs in https://github.com/rerun-io/rerun/pull/1143
- Fix mike args since the docs are wrong by @jleibs in https://github.com/rerun-io/rerun/pull/1146
- Add the ability to optionally insert a module docstring in gen_common_index.py by @jleibs in https://github.com/rerun-io/rerun/pull/1145
- Remove all log spam from rerun during normal use with
rr.spawn
by @emilk in https://github.com/rerun-io/rerun/pull/1142 - Improve the dev docs and top-level README.md by @emilk in https://github.com/rerun-io/rerun/pull/1133
- Update some crates in anticipation of egui 0.21 by @emilk in https://github.com/rerun-io/rerun/pull/1154
- Replace
nb_things
withnum_things
by @emilk in https://github.com/rerun-io/rerun/pull/1162 - Fix incorrectly logged warnings on paths missing from the entity tree. by @Wumpf in https://github.com/rerun-io/rerun/pull/1147
- The main
rerun
crate is now the public facing SDK by @teh-cmc in https://github.com/rerun-io/rerun/pull/1151
New Contributors
- @Mixy1 made their first contribution in https://github.com/rerun-io/rerun/pull/418
- @azymohliad made their first contribution in https://github.com/rerun-io/rerun/pull/486
- @martenbjork made their first contribution in https://github.com/rerun-io/rerun/pull/913
Full Changelog: https://github.com/rerun-io/rerun/commits/latest-test
1、 rerun_sdk-0.1.0+762bb3a-cp38-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl 46.29MB
2、 rerun_sdk-0.1.0+762bb3a-cp38-abi3-manylinux_2_35_x86_64.whl 43.66MB