issue_comments
4 rows where issue = 484240082 and user = 1610850 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- sparse and other duck array issues · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
662555403 | https://github.com/pydata/xarray/issues/3245#issuecomment-662555403 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2MjU1NTQwMw== | jacobtomlinson 1610850 | 2020-07-22T16:31:14Z | 2020-07-22T16:31:14Z | CONTRIBUTOR | Thanks for writing that up @dcherian. Sounds good to me! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sparse and other duck array issues 484240082 | |
661087703 | https://github.com/pydata/xarray/issues/3245#issuecomment-661087703 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2MTA4NzcwMw== | jacobtomlinson 1610850 | 2020-07-20T14:49:55Z | 2020-07-20T14:49:55Z | CONTRIBUTOR | Thanks @keewis. I did consider that but I assumed that kind of thing wouldn't be encouraged. Happy to go down that path, but I wonder if life would be easier if there were an extension API for this purpose. I was thinking of something along these lines which would help keep things in check. ```python @xr.register_dataarray_as_method("cupy") class CupyAsMethod: def to_cupy(self): """Convert all data arrays to cupy."""
``` There would need to be some logic around dispatching Perhaps some I could go as you suggest and use the current accessor tooling to test this functionality out. Then upstream it into something more maintainable if it works out ok? |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sparse and other duck array issues 484240082 | |
661050583 | https://github.com/pydata/xarray/issues/3245#issuecomment-661050583 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2MTA1MDU4Mw== | jacobtomlinson 1610850 | 2020-07-20T13:47:45Z | 2020-07-20T13:47:45Z | CONTRIBUTOR | Given the current guidance in #4212 is to aim for cupy to mostly be handled via accessors I wonder if xarray could be extended a little further to allow Currently with the accessor model a user would need to do something like Enabling accessors to register |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sparse and other duck array issues 484240082 | |
660201690 | https://github.com/pydata/xarray/issues/3245#issuecomment-660201690 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2MDIwMTY5MA== | jacobtomlinson 1610850 | 2020-07-17T16:22:06Z | 2020-07-17T16:22:06Z | CONTRIBUTOR | @dcherian pointed me over here after I raised #4234.
I very much agree with this reasoning.
I also agree with this reasoning. In cupy many things will break because For cupy I do think that automatic coercion to numpy for One suggestion is to add an accessor to make things explicit. So it would become |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sparse and other duck array issues 484240082 |
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