Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

rerun-io/rerun

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun
  • Update docs for ca18924542347a7d003c9fe56a47765a95d9c210 f2f14e0

View on GitHub

jleibs deleted a branch rerun-io/rerun

jleibs/fix_notebook_send_order

jleibs pushed 1 commit to main rerun-io/rerun
  • [bugfix] Make sure blueprint gets sent to the notebook view being created (#7811) ### What Without this the bluep... ca18924

View on GitHub

jleibs closed a pull request on rerun-io/rerun
[bugfix] Make sure blueprint gets sent to the notebook view being created
### What Without this the blueprint goes to the old view before the new view gets set up. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/m...
peteryuX starred rerun-io/rerun
emilk created a review on a pull request on rerun-io/rerun

View on GitHub

emilk opened a draft pull request on rerun-io/rerun
Add support for undo in the viewer
An alternative to https://github.com/rerun-io/rerun/pull/7546, using clears for the blueprint entities… but it still doesn't work
emilk created a branch on rerun-io/rerun

emilk/undo2 - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

jleibs opened a draft pull request on rerun-io/rerun
Don't send blueprint to notebook until after changing the stream handle
### What Without this the blueprint goes to the old view before the new view gets set up. ### Checklist * [ ] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/b...
jleibs created a branch on rerun-io/rerun

jleibs/fix_notebook_send_order - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun

View on GitHub

emilk pushed 131 commits to emilk/undo rerun-io/rerun
  • rerun_py: Improvements to dataframe and simple unit-test framework (#7600) ### What - Allow `select()` to support `... 42cdfef
  • Fix `main` CI (#7613) ### What This disables the `asm` feature of `rav1d`, which means: * No need to install `nasm... 2945950
  • Add support for (some) `SystemCommand` to `TestContest` (#7611) ### What This PR adds best-effort support for som... d3f637f
  • Dataframe API: remove control columns from public surface (#7612) * Prevents ~hard~annoying-to-solve cross-feature i... 15ee2b9
  • Enable `glam` asserts in debug builds (#7618) ### What From <https://docs.rs/glam/latest/glam/#glam-assertions>: ... e2a7dc9
  • Dataframe v2: make `num_rows` aware of filters and such (#7621) Fix `num_rows()` returning wrong values when you set... baebd02
  • Fix video spinner sometimes showing at the end of videos (#7622) ### What * Closes https://github.com/rerun-io/reru... c230971
  • Fix failing dataframe tests (no more row id column) (#7624) ### What ☝🏻 ### Checklist * [x] I have read and ... ec30916
  • Dataframe v2: support for `using_index_values` (#7616) Implements support for `using_index_values`. I've changed ... 49395aa
  • Fix handling of the filter-by-event blueprint data (#7623) ### What Small API fix for the filter-by-event bluepri... 87e76f8
  • Refactor video decoding (#7625) ### What * Closes #7583 This refactors the video decoder to unify the native an... 187b673
  • Improve video information on select, warn on HDR content (#7633) ### What * Uses https://github.com/rerun-io/re_mp4... ba5bfe9
  • Rename TimeColumn -> IndexColumn and assorted fixes (#7636) ### What - Rename had not been completed - Discovered ... 5852681
  • Add Pathlib support to load_recording (#7637) ### What - Resolves: https://github.com/rerun-io/rerun/issues/7627 ... 46e0b3b
  • Refactor native video decoder for code reuse (#7641) ### What * Part of #7606 This refactors the native decoder... d90a697
  • Fix pyi signature for IndexColumnSelector (#7644) ### What Got missed in the rename. ### Checklist * [x] I have... 2728b05
  • Add APIs for recording_id and application_id (#7642) ### What - Resolves: https://github.com/rerun-io/rerun/issues/... 0acab6d
  • Remove `re_dataframe` v1 (thus fixing `main`) (#7648) cd7961f
  • Fix debug assertion in `create_labels` (#7639) ### What glam on debug now notices that what we have here is a per... e952502
  • Introduce image data conversion pipeline, taking over existing YUV conversions (#7640) ### What * Major part of h... c3af105
  • and 111 more ...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun

View on GitHub

emilk pushed 99 commits to emilk/ffmpeg-decoder rerun-io/rerun
  • Dataframe v2: new and improved chunk tools (#7649) Bunch of improvements and/or additions to the Chunk toolbox that ... ab69022
  • Dataframe v2: support for clear semantics (#7652) Support clear semantics in the dataframe API. Tombstones are neve... c6d842b
  • Remove the feature flag for the dataframe view (#7663) ### What - Fixed #7494 ### Checklist * [x] I have rea... e4aaee1
  • Add UI for precisely picking an exact sequence time (#7673) ### What * Part of https://github.com/rerun-io/rerun/is... 8394dc9
  • Remove the feature flag for plot query clamping (#7664) ### What It has been defaulting to active for a few relea... 25df77e
  • Fix Linux build: Make the `nasm` feature a no-op (#7675) ### What * Circumvent https://github.com/rerun-io/rerun/is... 8df29e2
  • rerun_py.dataframe: add support for .filter_index_values (#7670) ### What - Add a new type helper for IndexValues (... 370d992
  • New planar pixel formats: `Y_U_V24`/`Y_U_V16`/`Y_U_V12` - `_LimitedRange`/`FullRange` (#7666) ### What Adds a who... 06cfa9e
  • Dataframe v2: "constant-time" pagination (#7665) This implements support for "constant-time" pagination. Obviously ... bb58101
  • Show what video frame is shown when hovering video in selection panel (#7685) ### What * Part of https://github.com... b248c88
  • Remove experimental flags from video api types (#7688) ### What We still had those in, but we're getting close fo... 62139df
  • Document that Rerun does not support left-handed coords (#7690) ### What * Closes https://github.com/rerun-io/rerun... c06745f
  • Empty column tracker and new dataframe APIs on top (#7677) Before: ![image](https://github.com/user-attachments/a... c23bbed
  • Dataframe v2: big ol' hindsight-driven refactoring (#7683) Simpler. Faster. Correct-er. * Fixes #7681 * DNM: req... 9f23ae0
  • rerun_py.dataframe: Add APIs for `using_index_values`, `fill_latest_at`, and `filter_is_not_null` (#7680) ### What ... b69be17
  • Enable (n)asm rav1d on Mac & Windows via `nasm` feature (#7694) ### What Related to * #7671 * #7605 * #7588 ... ad631cd
  • Improve docs about video support (#7687) We do support AV1 on native, and now the docs say so too. * Closes https... 9f34cb7
  • Fix main (unordered map that shouldnt be here) (#7697) fd46ce3
  • Use GPU based transfer to do chroma conversions of native decoder output (#7682) ### What * Important chunk of ht... bf26fb6
  • Allow component selectors to be specified as strings with flexible matching (#7695) ### What - Resolves: https://gi... 0045de5
  • and 79 more ...

View on GitHub

rerun-bot pushed 1 commit to release-0.19.0 rerun-io/rerun

View on GitHub

teh-cmc deleted a branch rerun-io/rerun

cmc/eos_sigitn

teh-cmc closed an issue on rerun-io/rerun
`rr.log_file_from_path` just hangs indefinitely
Try this: ``` curl 'https://app.rerun.io/version/latest/examples/dna.rrd' -o - > /tmp/dna.rrd ``` ```python import sys import rerun as rr path_to_rrd = sys.argv[1] rr.init("rerun_example_...
teh-cmc pushed 1 commit to main rerun-io/rerun
  • `RetryableFileReader`: account for user interrupts (#7801) This makes sure `RetryableFileReader` polls for user inte... 8721eb8

View on GitHub

teh-cmc closed an issue on rerun-io/rerun
`rr.log_file_from_path` just hangs indefinitely
Try this: ``` curl 'https://app.rerun.io/version/latest/examples/dna.rrd' -o - > /tmp/dna.rrd ``` ```python import sys import rerun as rr path_to_rrd = sys.argv[1] rr.init("rerun_example_...
teh-cmc closed a pull request on rerun-io/rerun
`RetryableFileReader`: account for user interrupts
This makes sure `RetryableFileReader` polls for user interrupts where necessary, so a non-terminated RRD file never hangs the user's process for the rest of times. I tried various simpler approach...
teh-cmc pushed 18 commits to cmc/eos_sigitn rerun-io/rerun
  • Make dataframe column more stable (#7795) ### What - Fixes #7790 ### Checklist * [x] I have read and agree to... 1cb1dd3
  • Link to video reference from image & image encoded (#7797) ### What ### Checklist * [x] I have read and agree to... 684851a
  • Fix Rerun 3.9 compatibility: Remove imports of `TypeAlias` (#7794) ### What * This should fix https://github.com/re... d50e9e0
  • New cross-language example snippet better demonstrating image formats (#7785) ### What ![full](https://github.c... 26ccb83
  • Update and improve the main README.md (#7798) ### What [Rendered](https://github.com/rerun-io/rerun/blob/emilk/up... 6ff856a
  • Mention in migration guide that .rbl files will no longer load (#7800) * [x] checkbox 594bbd4
  • Fix mixup of composition & decode timestamp, causing video stuttering for videos with bframes (#7806) ### What Th... 8b8ee81
  • Dataframe v2: use raw indices (#7807) This fixes the crazy slowdown described in: * #7802 ### Checklist * [x] ... 4f45741
  • Add screenshot/live viewer to the dataframe view doc (#7805) ### What Add a screenshot (and thus a live viewer) t... 9502846
  • Dataframe v2 Rust: public dataframe symbols (#7808) ffc88d6
  • Fix doc links from cleanup in #7776 (#7809) ### What Links got missed during the cleanup. ### Checklist * [x] I... eee7daf
  • Change title of dataframe api doc (#7810) ### What This is the more common terminology and brings it to one line: ... 1c22e80
  • re_crash_handler: new sigint handling module d610521
  • RetryableFileReader: respect user wishes 2389255
  • fmt 1a8fee3
  • targets 92e02ed
  • dude b0469eb
  • defensive 87275ef

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun
  • Update docs for a3f726f9b333b8fa0bf1b97808eb4fa1720e75a1 926560c

View on GitHub

emilk pushed 2 commits to release-0.19.0 rerun-io/rerun
  • Change title of dataframe api doc (#7810) ### What This is the more common terminology and brings it to one line: ... 1c22e80
  • Merge branch 'main' into release-0.19.0 ad8d5a2

View on GitHub

teh-cmc created a review on a pull request on rerun-io/rerun

View on GitHub

emilk deleted a branch rerun-io/rerun

jleibs/dataframe-doc-title

emilk closed a pull request on rerun-io/rerun
Change title of dataframe api doc
### What This is the more common terminology and brings it to one line: Before: ![image](https://github.com/user-attachments/assets/25028fea-2507-4e36-8008-9c18f4377b53) After: ![image](https://g...
github-actions[bot] created a comment on a pull request on rerun-io/rerun
<!-- add-pr-comment:add-pr-comment --> ## Deployed docs | Commit | Link | | ------- | ----- | | d306ade89ac0ba0c1865b351172dd86d04e72f30 | https://landing-lsevh3s9y-rerun.vercel.app/docs |

View on GitHub

jleibs opened a draft pull request on rerun-io/rerun
Change title of dataframe api doc
### What This is the more common terminology and brings it to one line: Before: ![image](https://github.com/user-attachments/assets/25028fea-2507-4e36-8008-9c18f4377b53) After: ![image](ht...
Load more