Ecosyste.ms: Timeline

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

rerun-io/rerun

teh-cmc pushed 2 commits to cmc/dataframe_docs rerun-io/rerun

View on GitHub

teh-cmc pushed 1 commit to cmc/dataframe_examples rerun-io/rerun

View on GitHub

teh-cmc pushed 1 commit to cmc/dataframe_examples rerun-io/rerun

View on GitHub

teh-cmc created a branch on rerun-io/rerun

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

teh-cmc opened an issue on rerun-io/rerun
Support overriding app_id/rec_id when using `log_file` with RRDs
The dataloader manager already generates an app_id/rec_id for the current session and passes it down to all dataloaders, which are then are then free to use it (or not!) when logging their data. ...
github-actions[bot] created a comment on a pull request on rerun-io/rerun
<!-- add-pr-comment:add-pr-comment --> ## Deployed docs | Commit | Link | | ------- | ----- | | b27aff062dc1bd32ef59f629917981d6d1e9a38e | https://landing-94z2agr7i-rerun.vercel.app/docs |

View on GitHub

jleibs opened a draft pull request on rerun-io/rerun
Bring back the `py-docs` pixi environment
### What Pip installing things into pixi environments is always a recipe for pain. This is the way. ### Checklist * [ ] I have read and agree to [Contributor Guide](https://github.com/rerun-i...
jleibs created a branch on rerun-io/rerun

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

github-actions[bot] created a comment on a pull request on rerun-io/rerun
<!-- add-pr-comment:add-pr-comment --> ## Deployed docs | Commit | Link | | ------- | ----- | | ab7b264340df9e7a5402f762302bea01c5fea985 | https://landing-nvx3fobnp-rerun.vercel.app/docs |

View on GitHub

teh-cmc opened a pull request on rerun-io/rerun
Dataframe v2: examples
Full standalone Rust & Python examples for people who like to learn by jumping straight into the examples/ folder. Simpler snippets and the associated reference page are coming in a future PR. ...
teh-cmc created a branch on rerun-io/rerun

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

rerun-bot published a release on rerun-io/rerun
0.19.0
[Rerun](https://www.rerun.io/) is an easy-to-use visualization toolbox for multimodal and temporal data. Try it live at <https://rerun.io/viewer>. * Python: `pip install rerun-sdk` * Rust: `ca...
teh-cmc pushed 1 commit to release-0.19.0 rerun-io/rerun

View on GitHub

teh-cmc opened an issue on rerun-io/rerun
`sync_release_assets` needs to be part of the main release process once again
And also having it triggerable from the web UI will be very handy.
rerun-bot pushed 1 commit to release-0.19.0 rerun-io/rerun
  • Bump versions to 0.20.0-alpha.1+dev 674353e

View on GitHub

jleibs created a comment on an issue on rerun-io/rerun
No goland bindings yet, only rust, c++, and python. Although Rerun does have websocket support, the viewer only knows how to receive rerun-encoded data over the websockets. Most users working...

View on GitHub

rerun-bot pushed 297 commits to docs-latest rerun-io/rerun
  • Speed up handling of large numbers of transform entities (#7300) ### What Resolves: https://github.com/rerun-io/rer... 3fdc7c1
  • Fix missing `ShowLabels` from check_all_components_ui (#7301) 68360ee
  • Pass `ShowLabels` default through component fallback provider system. (#7266) ### What * Followup to #7249 * Fix... dc462a8
  • Fix secondary plot components ignoring blueprint defaults (#7302) Title. `check_blueprint_overrides` before: !... cfdb233
  • Fix post-release version bump (#7307) <!-- Open the PR up as a draft until you feel it is ready for a proper revie... 41b32c3
  • Update `time` crate to 0.3.36, fixing compilation on newer Rust versions (#7308) * This was done already in https://... 3392b93
  • Web-only video support (#7261) ### What - Adds web-only video decoding functionality - Supported container for... 149d913
  • add sam2_depthanything example (#7306) 24c1a80
  • Improve video data loader (#7309) ### What - Logs the video indicator instead of the README text - Reads video m... f7cac71
  • Cherry-pick 0.18.1's changelog (#7311) 377e846
  • Fix `video_simple` snippet (#7313) ### What ### Checklist * [x] I have read and agree to [Contributor Guide](ht... a57c3ed
  • Fix video simple snippet (2) (#7315) ### What There was another ancient copy-pasta mistake where the `MediaType` ... c6dcfb7
  • Fix: Add `video/mp4` to `MediaType` (#7317) ### What - Add `video/mp4` to `MediaType` in all languages - Fix med... c0ad680
  • Cherry-pick 0.18.2's changelog (#7318) 3081acf
  • C++ SDK: add missing include for `<string>` (#7321) ### What When building 0.18.2 on windows with clang-cl it fai... 928f192
  • Actually build and install the wheel in contrib CI (#7323) ### What Our contributor CI has been broken because it w... f40cc96
  • Update pyo3 in conjunction with arrow2::arrow and arrow-rs::pyarrow support (#7322) In preparation of: - https://gi... cdd5966
  • Update to latest wgpu and egui/eframe (#7218) ### What * Tracks egui `master` branch * Tracks https://github.com/r... bd3cc54
  • Use `<url>` for links in python docs (#7325) Fixes warning in https://github.com/rerun-io/rerun/actions/runs/106626... 5df2aed
  • Enable reflection for all archetypes and add `is_required` flag to `ArchetypeFieldReflection` (#7319) ### What Th... 73bbbab
  • and 277 more ...

View on GitHub

rerun-bot pushed 297 commits to latest rerun-io/rerun
  • Speed up handling of large numbers of transform entities (#7300) ### What Resolves: https://github.com/rerun-io/rer... 3fdc7c1
  • Fix missing `ShowLabels` from check_all_components_ui (#7301) 68360ee
  • Pass `ShowLabels` default through component fallback provider system. (#7266) ### What * Followup to #7249 * Fix... dc462a8
  • Fix secondary plot components ignoring blueprint defaults (#7302) Title. `check_blueprint_overrides` before: !... cfdb233
  • Fix post-release version bump (#7307) <!-- Open the PR up as a draft until you feel it is ready for a proper revie... 41b32c3
  • Update `time` crate to 0.3.36, fixing compilation on newer Rust versions (#7308) * This was done already in https://... 3392b93
  • Web-only video support (#7261) ### What - Adds web-only video decoding functionality - Supported container for... 149d913
  • add sam2_depthanything example (#7306) 24c1a80
  • Improve video data loader (#7309) ### What - Logs the video indicator instead of the README text - Reads video m... f7cac71
  • Cherry-pick 0.18.1's changelog (#7311) 377e846
  • Fix `video_simple` snippet (#7313) ### What ### Checklist * [x] I have read and agree to [Contributor Guide](ht... a57c3ed
  • Fix video simple snippet (2) (#7315) ### What There was another ancient copy-pasta mistake where the `MediaType` ... c6dcfb7
  • Fix: Add `video/mp4` to `MediaType` (#7317) ### What - Add `video/mp4` to `MediaType` in all languages - Fix med... c0ad680
  • Cherry-pick 0.18.2's changelog (#7318) 3081acf
  • C++ SDK: add missing include for `<string>` (#7321) ### What When building 0.18.2 on windows with clang-cl it fai... 928f192
  • Actually build and install the wheel in contrib CI (#7323) ### What Our contributor CI has been broken because it w... f40cc96
  • Update pyo3 in conjunction with arrow2::arrow and arrow-rs::pyarrow support (#7322) In preparation of: - https://gi... cdd5966
  • Update to latest wgpu and egui/eframe (#7218) ### What * Tracks egui `master` branch * Tracks https://github.com/r... bd3cc54
  • Use `<url>` for links in python docs (#7325) Fixes warning in https://github.com/rerun-io/rerun/actions/runs/106626... 5df2aed
  • Enable reflection for all archetypes and add `is_required` flag to `ArchetypeFieldReflection` (#7319) ### What Th... 73bbbab
  • and 277 more ...

View on GitHub

rerun-bot created a comment on a pull request on rerun-io/rerun
GitHub release draft: [0.19.0](https://github.com/rerun-io/rerun/releases/tag/0.19.0) Do NOT create a GitHub release yet! The release will be automatically un-drafted by the "Sync Release Assets"...

View on GitHub

rerun-bot created a comment on a pull request on rerun-io/rerun
Version 0.19.0 published successfully. | artifact | install | | --------------------------------- | -------------- | | [web app](https://rerun.io/viewer/version/0.1...

View on GitHub

rerun-bot created a tag on rerun-io/rerun

0.19.0 - 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

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

View on GitHub

jleibs opened an issue on rerun-io/rerun
Rust logs output (at info level) shows up as Red in jupyter notebook
For example: ![image](https://github.com/user-attachments/assets/c117bce4-5ee9-469b-9992-2bf7656a3c22) When running in the context of a notebook (or python in general) it could be nice if rust ...
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
  • Update docs for ad8d5a296f0ea418ac00464093efdd5677714e50 f4e845f

View on GitHub

jleibs opened an issue on rerun-io/rerun
Too easy for `rerun_notebook` to end up out of sync with `rerun-sdk`
Repro: ``` pip install rerun-sdk[notebook]==0.18.2 pip install rerun-sdk==0.19.0 pip freeze | grep rerun rerun-notebook==0.18.2 rerun-sdk==0.19.0 ``` At a minimum we should warn, but ...
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

Load more