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 closed a pull request on rerun-io/rerun
Add remote store protobuf/gRPC definitions
### What In this PR we aim to define initial version of the V0 storage node APIs in the form of grpc protobuf definition. We also want to: * settle on code generation * type conversions (between r...
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

teh-cmc created a comment on a pull request on rerun-io/rerun
TODO: * https://github.com/rerun-io/rerun/issues/7838

View on GitHub

teh-cmc pushed 1 commit to zehiko/remote-store-spec rerun-io/rerun

View on GitHub

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

View on GitHub

teh-cmc pushed 2 commits to zehiko/remote-store-spec rerun-io/rerun

View on GitHub

teh-cmc pushed 1 commit to zehiko/remote-store-spec rerun-io/rerun
  • LATEST_AL -> LATEST_AT + codegen 3930583

View on GitHub

teh-cmc pushed 1 commit to zehiko/remote-store-spec rerun-io/rerun
  • clippy exceptions are for the generated code only 0c3f952

View on GitHub

teh-cmc pushed 13 commits to zehiko/remote-store-spec rerun-io/rerun
  • Bring back the `py-docs` pixi environment (#7818) ### What - Resolves: https://github.com/rerun-io/rerun/issues/606... 587cfce
  • Clarify viewport documentation and reference the type list for view classes (#7826) ### What * Fixes #3039 ###... 9773d8a
  • Allow logging individual components directly (Impl `AsComponents` for all `ObjectKind::Component`) (#7756) <!-- Ope... 1cc6244
  • Mike depends on setuptools (#7829) ### What Fixes regression from https://github.com/rerun-io/rerun/pull/7818 ##... fb3980b
  • Release 0.19.0 (#7799) ### Next steps - Test the release - If this is an 'alpha' release, you can just merge the p... e568694
  • Remove py-tasks feature from py-docs env (#7835) ### What Fixes task ambiguity on the `py-build` task: ``` ➜ pix... 5b66659
  • Update "Migration Guides" redirect to point to 0.19. (#7837) Update "Migration Guides" redirect to point to 0.19, so... 6d86699
  • Dataframe v2: examples (#7817) Full standalone Rust & Python examples for people who like to learn by jumping strai... 31d5943
  • Fix Rust dna sample writing to a temporary file (#7827) c00a9f6
  • Dataframe v2: reference docs (#7820) Add a reference page for the dataframe APIs. It's still very barebones at th... d0ee720
  • Mimalloc 0.1.43+ (#7713) * Includes fix for https://github.com/purpleprotocol/mimalloc_rust/issues/128 * Potential... 0033e78
  • Bump numpy -> 0.23, pyo3 -> 0.22.5, and arrow -> 53.1 (#7834) - Resolves: https://github.com/rerun-io/rerun/issues/7... d6e8ca4
  • Merge branch 'main' into zehiko/remote-store-spec 54e871f

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun
  • Update docs for d6e8ca4204d11dd5e38c6d159281b9cc5652a789 7da18ed

View on GitHub

teh-cmc deleted a branch rerun-io/rerun

jleibs/bump_numpy

teh-cmc closed an issue on rerun-io/rerun
Reconcile `ndarray` version
- https://github.com/rerun-io/rerun/pull/7670 added a dep on an older ndarray which meant adding it to the skip list `deny.toml` Once `numpy` 0.22 is out we should be able to fix this.
teh-cmc pushed 1 commit to main rerun-io/rerun
  • Bump numpy -> 0.23, pyo3 -> 0.22.5, and arrow -> 53.1 (#7834) - Resolves: https://github.com/rerun-io/rerun/issues/7... d6e8ca4

View on GitHub

teh-cmc closed a pull request on rerun-io/rerun
Bump numpy -> 0.23, pyo3 -> 0.22.5, and arrow -> 53.1
### What - Resolves: https://github.com/rerun-io/rerun/issues/7676 Required also updating pyo3 / arrow and fixing up some deprecated APIs. ### Checklist * [x] I have read and agree to [Contributo...
teh-cmc pushed 9 commits to jleibs/bump_numpy rerun-io/rerun
  • Remove py-tasks feature from py-docs env (#7835) ### What Fixes task ambiguity on the `py-build` task: ``` ➜ pix... 5b66659
  • Update "Migration Guides" redirect to point to 0.19. (#7837) Update "Migration Guides" redirect to point to 0.19, so... 6d86699
  • Dataframe v2: examples (#7817) Full standalone Rust & Python examples for people who like to learn by jumping strai... 31d5943
  • Fix Rust dna sample writing to a temporary file (#7827) c00a9f6
  • Dataframe v2: reference docs (#7820) Add a reference page for the dataframe APIs. It's still very barebones at th... d0ee720
  • Mimalloc 0.1.43+ (#7713) * Includes fix for https://github.com/purpleprotocol/mimalloc_rust/issues/128 * Potential... 0033e78
  • Bumpy numpy to resolve conflicting ndarray deps 2c5a87c
  • Update bridge 710269a
  • Update dataframe / video bindings 665be1d

View on GitHub

teh-cmc pushed 0 commits to zehiko/remote-store-spec rerun-io/rerun

View on GitHub

teh-cmc pushed 1 commit to zehiko/remote-store-spec 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 0033e78c7eaecb04631f437dca1d1f5eb3f6e376 170dc72

View on GitHub

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

View on GitHub

teh-cmc deleted a branch rerun-io/rerun

cmc/mimalloc_updated

teh-cmc pushed 1 commit to main rerun-io/rerun
  • Mimalloc 0.1.43+ (#7713) * Includes fix for https://github.com/purpleprotocol/mimalloc_rust/issues/128 * Potential... 0033e78

View on GitHub

teh-cmc closed a pull request on rerun-io/rerun
Mimalloc 0.1.43+
* Includes fix for https://github.com/purpleprotocol/mimalloc_rust/issues/128 * Potentially includes fix for #5875 ### Checklist * [x] I have read and agree to [Contributor Guide](https://git...
teh-cmc pushed 81 commits to cmc/mimalloc_updated rerun-io/rerun
  • Document colorimetry aspects of video decoding, fix mixing up primaries & matrix coefficients (#7707) ### What Le... e845174
  • Dataframe v2: no more encodings (#7711) Removes `JoinEncoding` and all things related. We'll bring that back in o... 9d46fb1
  • `highlight_issues.py --list-external` to list all open external issues (#7714) f84a80b
  • Fix main (merge race -- dead import) (#7715) 8839891
  • Use published `egui_table` (#7718) ### What * https://github.com/rerun-io/egui_table/releases/tag/0.1.0 ### Chec... bef497b
  • Use published re_mp4 (#7719) ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/r... 7e35f7f
  • Use published re_rav1d (#7723) With this we should be able to publish an alpha-release of our crates ### Checklis... 91f32e5
  • Release 0.19.0-alpha.4 (#7724) ### Next steps - Test the release - If this is an 'alpha' release, you can just mer... 84ceefd
  • Fix decoding errors no longer showing (#7722) ### What * Fixes #7672 <img width="1598" alt="image" src="http... 1d8bff9
  • Release 0.19.0-alpha.5 (#7725) ### Next steps - Test the release - If this is an 'alpha' release, you can just mer... 0ba7593
  • Support RGB av1 video on native (#7726) ### What Before: <img width="1104" alt="image" src="https://github.com/... 8dcb2f4
  • Rename "filter is not null" in UI and code (#7712) ### What Rename "filter by event" to "filter is not null" ever... 0e6a68d
  • Show chroma subsampling & monochromeness on Blob properties (#7721) ### What * Related to #7672 <img width="2... 43d9ed7
  • Bump `re_rav1d` to 0.1.2 (#7730) Enables SIMD av1 decoding routines on Linux. 5f6e8f5
  • Remove recursive dependency of `re_video` on itself (#7732) ### What Our crate publishing hanged due to a cyclic (d... eee32e0
  • Release 0.19.0-alpha.6 (#7731) ### Next steps - Test the release - If this is an 'alpha' release, you can just mer... d32612c
  • Release 0.19.0-alpha.7 (#7734) ### Next steps - Test the release - If this is an 'alpha' release, you can just mer... 381dee7
  • Add NOLINT block to `lint.py` (#7720) ### What Add `NOLINT_START`/`NOLINT_END` markers to `lint.py`, to exclude e... 57b15b0
  • Require nasm for AV1 decoding, unless on arm64 macOS (#7742) ### What * Closes https://github.com/rerun-io/rerun/is... 6fb673b
  • Make the entity path in the table view clickable (#7746) ### What ![clickable-table-paths](https://github.com/use... 8fccf39
  • and 61 more ...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun
  • Update docs for d0ee7208270f87e32ede6305e9a7f9715c4446ea 81087ea

View on GitHub

teh-cmc closed an issue on rerun-io/rerun
Add missing dataframe docs
See https://rerun.io/docs/reference/dataframes - It says "Incoming"
teh-cmc deleted a branch rerun-io/rerun

cmc/dataframe_docs

teh-cmc closed an issue on rerun-io/rerun
Add missing dataframe docs
See https://rerun.io/docs/reference/dataframes - It says "Incoming"
teh-cmc pushed 1 commit to main rerun-io/rerun
  • Dataframe v2: reference docs (#7820) Add a reference page for the dataframe APIs. It's still very barebones at th... d0ee720

View on GitHub

Load more