issue_comments
5 rows where user = 1270651 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
518349031 | https://github.com/pydata/xarray/pull/3117#issuecomment-518349031 | https://api.github.com/repos/pydata/xarray/issues/3117 | MDEyOklzc3VlQ29tbWVudDUxODM0OTAzMQ== | nvictus 1270651 | 2019-08-05T18:35:43Z | 2019-08-05T18:35:43Z | CONTRIBUTOR | Sounds good! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for __array_function__ implementers (sparse arrays) [WIP] 467771005 | |
518060701 | https://github.com/pydata/xarray/pull/3117#issuecomment-518060701 | https://api.github.com/repos/pydata/xarray/issues/3117 | MDEyOklzc3VlQ29tbWVudDUxODA2MDcwMQ== | nvictus 1270651 | 2019-08-05T02:10:58Z | 2019-08-05T02:12:39Z | CONTRIBUTOR | So, tests are passing now and I've documented the expected failures on sparse arrays. :) As mentioned before, most fall into the categories of (1) implicit coercion to dense and (2) missing operations on sparse arrays. Turns out a lot of the implicit coercion is due to the use of routines from I also modified If |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for __array_function__ implementers (sparse arrays) [WIP] 467771005 | |
517367105 | https://github.com/pydata/xarray/pull/3117#issuecomment-517367105 | https://api.github.com/repos/pydata/xarray/issues/3117 | MDEyOklzc3VlQ29tbWVudDUxNzM2NzEwNQ== | nvictus 1270651 | 2019-08-01T16:43:36Z | 2019-08-01T16:43:36Z | CONTRIBUTOR | Thanks for bumping this @mrocklin! I've put in some extra work on my free time, which hasn't been pushed yet. I'll try to write up a summary of my findings today. Briefly though, it seems like the two limiting factors for NEP18 duck array support are:
I think NEP18-backed xarray structures can be supported in principle, but it won't prevent some operations from simply failing in some contexts. So maybe xarray will need to define a minimum required implementation subset of the array API for duck arrays. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for __array_function__ implementers (sparse arrays) [WIP] 467771005 | |
512577283 | https://github.com/pydata/xarray/pull/3117#issuecomment-512577283 | https://api.github.com/repos/pydata/xarray/issues/3117 | MDEyOklzc3VlQ29tbWVudDUxMjU3NzI4Mw== | nvictus 1270651 | 2019-07-17T21:33:26Z | 2019-07-17T21:33:26Z | CONTRIBUTOR | Hmm, looks like the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for __array_function__ implementers (sparse arrays) [WIP] 467771005 | |
512573950 | https://github.com/pydata/xarray/pull/3117#issuecomment-512573950 | https://api.github.com/repos/pydata/xarray/issues/3117 | MDEyOklzc3VlQ29tbWVudDUxMjU3Mzk1MA== | nvictus 1270651 | 2019-07-17T21:22:47Z | 2019-07-17T21:22:47Z | CONTRIBUTOR | After writing more tests, turns out With a serendipitous shape and density of a sparse array, there were the right number of ```
A simple fix is to special-case Would it make sense to just assume that all non-DataArray NEP-18 compliant arrays do not contain an xarray-compliant |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for __array_function__ implementers (sparse arrays) [WIP] 467771005 |
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