issue_comments
3 rows where author_association = "CONTRIBUTOR" and issue = 453964049 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix 'to_masked_array' computing dask arrays twice · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
505530269 | https://github.com/pydata/xarray/pull/3006#issuecomment-505530269 | https://api.github.com/repos/pydata/xarray/issues/3006 | MDEyOklzc3VlQ29tbWVudDUwNTUzMDI2OQ== | djhoese 1828519 | 2019-06-25T16:53:34Z | 2019-06-25T16:53:34Z | CONTRIBUTOR | @shoyer Any idea when there might be another release of xarray where this fix will be included? I'm teaching a tutorial at SciPy this year that is effected by this bug. Learners are starting to prepare for the tutorials and I'd like if they could have this fix before the day of the tutorial. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix 'to_masked_array' computing dask arrays twice 453964049 | |
500400954 | https://github.com/pydata/xarray/pull/3006#issuecomment-500400954 | https://api.github.com/repos/pydata/xarray/issues/3006 | MDEyOklzc3VlQ29tbWVudDUwMDQwMDk1NA== | djhoese 1828519 | 2019-06-10T12:36:55Z | 2019-06-10T12:36:55Z | CONTRIBUTOR | @shoyer Makes sense. Any idea what's up with the travis test? It doesn't look like it is from my changes. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix 'to_masked_array' computing dask arrays twice 453964049 | |
500264231 | https://github.com/pydata/xarray/pull/3006#issuecomment-500264231 | https://api.github.com/repos/pydata/xarray/issues/3006 | MDEyOklzc3VlQ29tbWVudDUwMDI2NDIzMQ== | djhoese 1828519 | 2019-06-10T01:36:00Z | 2019-06-10T01:36:00Z | CONTRIBUTOR | In my own tests I've been using the following custom scheduler with ``` class CustomScheduler(object): """Custom dask scheduler that raises an exception if dask is computed too many times."""
``` Does something like this exist in the xarray tests? If not, I could add it then add a dask test to the DataArray tests. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix 'to_masked_array' computing dask arrays twice 453964049 |
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