rerun 0.35.0 → 0.36.2 workspace-wide - #120
Open
pablo-rerun wants to merge 1 commit into
Open
Conversation
Python first, per AGENTS: rerun-sdk ==0.36.2 [datafusion] + gradio-rerun
==0.36.2 in common and every scoped pin (mv-api mac lane, gsplat-rust-
renderer lane); the rerun-prerelease lane moves from the 0.36.0a1+dev
build.rerun.io wheel back to the public release, dropping its find-links.
Whole-workspace lock regenerated (datafusion 53->54 rides along).
Rust follows: re_* crates =0.36.2 with that release's family — egui 0.36.1,
wgpu =30.0.0 (NOT 30.0.1: re_viewer 0.36.2 pins wasm-bindgen =0.2.126,
which wgpu 30.0.1 rejects). Four wgpu 29->30 API breaks fixed:
RequestAdapterOptions gained apply_limit_buckets (default), and
get_mapped_range{,_mut} now return Result.
Validated: dataforge-dev 42/42 tests; dataforge-register of a robocap
session into a private 0.36.2 rerun server, then pixel-verified in a
headless 0.36.2 viewer (dataset-default blueprint applied, 6 video panes
decoding, cap mesh + frusta + IMU plots); cargo check green and 10/10
renderer unit tests. Not run: the renderer's 21.7 dB PSNR training gate.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the whole workspace to rerun-sdk/gradio-rerun 0.36.2 (Python first, then the Rust
re_*crates with the matching egui 0.36.1 / wgpu 30.0.0 family), regenerates the lock, and fixes the four wgpu 29→30 API breaks in gsplat-rust-renderer. The rerun-prerelease lane returns to the public release, dropping its build.rerun.io find-links.Stacked on #119 so validation ran with the dataforge/robocap code:
dataforge-registerof robocap s15 into a private 0.36.2rerun server, then pixel-verified in a headless 0.36.2 viewer — dataset-default blueprint applied, all camera panes decoding, cap mesh + frusta + IMU plots renderingcargo checkgreen, 10/10 unit tests (the 21.7 dB PSNR training gate was not re-run — recommend before relying on the renderer)Merge last, after #119; retarget to main as the stack lands.