issue_comments
5 rows where author_association = "MEMBER", issue = 618081836 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- ENH: use `dask.array.apply_gufunc` in `xr.apply_ufunc` · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 634776667 | https://github.com/pydata/xarray/pull/4060#issuecomment-634776667 | https://api.github.com/repos/pydata/xarray/issues/4060 | MDEyOklzc3VlQ29tbWVudDYzNDc3NjY2Nw== | shoyer 1217238 | 2020-05-27T16:18:24Z | 2020-05-27T16:18:24Z | MEMBER |
I am pretty confident that existing behavior of |
{
"total_count": 3,
"+1": 2,
"-1": 0,
"laugh": 1,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ENH: use `dask.array.apply_gufunc` in `xr.apply_ufunc` 618081836 | |
| 634774468 | https://github.com/pydata/xarray/pull/4060#issuecomment-634774468 | https://api.github.com/repos/pydata/xarray/issues/4060 | MDEyOklzc3VlQ29tbWVudDYzNDc3NDQ2OA== | shoyer 1217238 | 2020-05-27T16:14:33Z | 2020-05-27T16:14:33Z | MEMBER | Looking at the internals of So it seems we can actually still pass on a Here's my suggestion for moving forwarding:
|
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ENH: use `dask.array.apply_gufunc` in `xr.apply_ufunc` 618081836 | |
| 631702113 | https://github.com/pydata/xarray/pull/4060#issuecomment-631702113 | https://api.github.com/repos/pydata/xarray/issues/4060 | MDEyOklzc3VlQ29tbWVudDYzMTcwMjExMw== | shoyer 1217238 | 2020-05-20T20:16:09Z | 2020-05-20T20:16:09Z | MEMBER |
This is probably another good motivation: defaulting to The problem is that we don't have any way to detect ahead of time whether the applied function already supports dask arrays (e.g., if it is built-up out of functions from dask.array). If it does, we don't want to set |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ENH: use `dask.array.apply_gufunc` in `xr.apply_ufunc` 618081836 | |
| 631689889 | https://github.com/pydata/xarray/pull/4060#issuecomment-631689889 | https://api.github.com/repos/pydata/xarray/issues/4060 | MDEyOklzc3VlQ29tbWVudDYzMTY4OTg4OQ== | shoyer 1217238 | 2020-05-20T19:50:23Z | 2020-05-20T19:50:23Z | MEMBER | The original motivation for requiring Maybe this is too defensive/surprising, and could be relaxed. We don't really have any guard-rails like this elsewhere in xarray. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ENH: use `dask.array.apply_gufunc` in `xr.apply_ufunc` 618081836 | |
| 629369850 | https://github.com/pydata/xarray/pull/4060#issuecomment-629369850 | https://api.github.com/repos/pydata/xarray/issues/4060 | MDEyOklzc3VlQ29tbWVudDYyOTM2OTg1MA== | shoyer 1217238 | 2020-05-15T16:56:04Z | 2020-05-15T16:56:04Z | MEMBER |
Exactly. It would be nice remove the use of |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ENH: use `dask.array.apply_gufunc` in `xr.apply_ufunc` 618081836 |
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