issue_comments
5 rows where issue = 252358450 and user = 1386642 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Automatic parallelization for dask arrays in apply_ufunc · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 330023238 | https://github.com/pydata/xarray/pull/1517#issuecomment-330023238 | https://api.github.com/repos/pydata/xarray/issues/1517 | MDEyOklzc3VlQ29tbWVudDMzMDAyMzIzOA== | nbren12 1386642 | 2017-09-17T05:56:12Z | 2017-09-17T05:56:12Z | CONTRIBUTOR | Sure. I'd be happy to make a PR once this gets merged. On Sat, Sep 16, 2017 at 10:39 PM Stephan Hoyer notifications@github.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Automatic parallelization for dask arrays in apply_ufunc 252358450 | |
| 328358162 | https://github.com/pydata/xarray/pull/1517#issuecomment-328358162 | https://api.github.com/repos/pydata/xarray/issues/1517 | MDEyOklzc3VlQ29tbWVudDMyODM1ODE2Mg== | nbren12 1386642 | 2017-09-10T17:30:19Z | 2017-09-10T17:31:18Z | CONTRIBUTOR | I guess the key issue here is that some computations (E.g. finite differences) cannot be boiled down to passing one numpy function to @shoyer Would it unreasonably complicated to add some sort of |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Automatic parallelization for dask arrays in apply_ufunc 252358450 | |
| 328356133 | https://github.com/pydata/xarray/pull/1517#issuecomment-328356133 | https://api.github.com/repos/pydata/xarray/issues/1517 | MDEyOklzc3VlQ29tbWVudDMyODM1NjEzMw== | nbren12 1386642 | 2017-09-10T16:59:46Z | 2017-09-10T16:59:46Z | CONTRIBUTOR | Hey Spencer! Thanks. That makes much more sense. I have written nearly identical code for centered differencing, but did not know about |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Automatic parallelization for dask arrays in apply_ufunc 252358450 | |
| 328326916 | https://github.com/pydata/xarray/pull/1517#issuecomment-328326916 | https://api.github.com/repos/pydata/xarray/issues/1517 | MDEyOklzc3VlQ29tbWVudDMyODMyNjkxNg== | nbren12 1386642 | 2017-09-10T08:10:32Z | 2017-09-10T08:11:19Z | CONTRIBUTOR | Ok thanks. just so I understand you correctly, are you recommending something like this:
Wouldn't xarray complain because the ghosted axes data would have different size than the corresponding coordinates? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Automatic parallelization for dask arrays in apply_ufunc 252358450 | |
| 328275147 | https://github.com/pydata/xarray/pull/1517#issuecomment-328275147 | https://api.github.com/repos/pydata/xarray/issues/1517 | MDEyOklzc3VlQ29tbWVudDMyODI3NTE0Nw== | nbren12 1386642 | 2017-09-09T12:45:21Z | 2017-09-09T12:45:21Z | CONTRIBUTOR | This looks great! I am not sure if this is the right place to bring this up, but is there any way to add ghost cell functionality to |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Automatic parallelization for dask arrays in apply_ufunc 252358450 |
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