issue_comments
3 rows where author_association = "NONE", issue = 956103236 and user = 98330 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Duck array compatibility meeting · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
925025457 | https://github.com/pydata/xarray/issues/5648#issuecomment-925025457 | https://api.github.com/repos/pydata/xarray/issues/5648 | IC_kwDOAMm_X843IsSx | rgommers 98330 | 2021-09-22T15:12:14Z | 2021-09-22T19:25:49Z | NONE | There are also some relevant and very interesting PyTorch development discussions; there are a lot of Tensor subclasses in the making and thought being put into how those interact: - https://dev-discuss.pytorch.org/t/state-of-pytorch-core-september-2021-edition/332#alternative-tensors-5 - https://pytorch-dev-podcast.simplecast.com/episodes/tensor-subclasses-and-liskov-substitution-principle - https://dev-discuss.pytorch.org/t/functorch-levels-as-dynamically-allocated-classes/294 |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Duck array compatibility meeting 956103236 | |
890310954 | https://github.com/pydata/xarray/issues/5648#issuecomment-890310954 | https://api.github.com/repos/pydata/xarray/issues/5648 | IC_kwDOAMm_X841EREq | rgommers 98330 | 2021-07-31T08:24:02Z | 2021-07-31T08:24:02Z | NONE |
There is a significant backwards compatibility break when a library adds
This is basically what the array API standard provides (most functions follow NumPy, with deviations mostly where other libraries were already deviating because they could implement something on GPU, with a JIT, or with a non-strided memory model). That said, |
{ "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 } |
Duck array compatibility meeting 956103236 | |
889875756 | https://github.com/pydata/xarray/issues/5648#issuecomment-889875756 | https://api.github.com/repos/pydata/xarray/issues/5648 | IC_kwDOAMm_X841Cm0s | rgommers 98330 | 2021-07-30T12:59:04Z | 2021-07-30T12:59:04Z | NONE | I'm happy to join, seems interesting. And yes, I can say something about PyTorch. There probably isn't much to say though - PyTorch is unlikely to adopt The key thing here seems to be Dask <-> Xarray <-> Pint, unless I'm missing something? |
{ "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
Duck array compatibility meeting 956103236 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1