issue_comments
25 rows where user = 5700886 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, reactions, created_at (date), updated_at (date)
user 1
- willirath · 25 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
850820173 | https://github.com/pydata/xarray/pull/5390#issuecomment-850820173 | https://api.github.com/repos/pydata/xarray/issues/5390 | MDEyOklzc3VlQ29tbWVudDg1MDgyMDE3Mw== | willirath 5700886 | 2021-05-29T11:51:50Z | 2021-05-29T11:51:59Z | CONTRIBUTOR | I think the problem with
is that the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improvements to lazy behaviour of `xr.cov()` and `xr.corr()` 904153867 | |
850819741 | https://github.com/pydata/xarray/pull/5390#issuecomment-850819741 | https://api.github.com/repos/pydata/xarray/issues/5390 | MDEyOklzc3VlQ29tbWVudDg1MDgxOTc0MQ== | willirath 5700886 | 2021-05-29T11:48:02Z | 2021-05-29T11:48:02Z | CONTRIBUTOR | Shouldn't the following do?
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improvements to lazy behaviour of `xr.cov()` and `xr.corr()` 904153867 | |
850542572 | https://github.com/pydata/xarray/pull/5390#issuecomment-850542572 | https://api.github.com/repos/pydata/xarray/issues/5390 | MDEyOklzc3VlQ29tbWVudDg1MDU0MjU3Mg== | willirath 5700886 | 2021-05-28T16:45:55Z | 2021-05-28T16:45:55Z | CONTRIBUTOR | @AndrewWilliams3142 @dcherian Looks like I broke the first Gist. :( Your Example above does not quite get there, because the Here's a Gist that explains the idea for the correlations: https://nbviewer.jupyter.org/gist/willirath/c5c5274f31c98e8452548e8571158803 With ```python X = xr.DataArray( darr.random.normal(size=array_size, chunks=chunk_size), dims=("t", "y", "x"), name="X", ) Y = xr.DataArray(
darr.random.normal(size=array_size, chunks=chunk_size),
dims=("t", "y", "x"),
name="Y",
)
Dask won't release any of the tasks defining The "good" / aggregating way of calculting the correlation
|
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 } |
Improvements to lazy behaviour of `xr.cov()` and `xr.corr()` 904153867 | |
760114285 | https://github.com/pydata/xarray/issues/4804#issuecomment-760114285 | https://api.github.com/repos/pydata/xarray/issues/4804 | MDEyOklzc3VlQ29tbWVudDc2MDExNDI4NQ== | willirath 5700886 | 2021-01-14T10:44:19Z | 2021-01-14T10:44:19Z | CONTRIBUTOR | I'd also add that https://github.com/pydata/xarray/blob/master/xarray/core/computation.py#L1320_L1330 which is essentially
|
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve performance of xarray.corr() on big datasets 785329941 | |
379713292 | https://github.com/pydata/xarray/issues/2043#issuecomment-379713292 | https://api.github.com/repos/pydata/xarray/issues/2043 | MDEyOklzc3VlQ29tbWVudDM3OTcxMzI5Mg== | willirath 5700886 | 2018-04-09T10:55:58Z | 2018-04-09T10:55:58Z | CONTRIBUTOR | Resolved with the latest (1.0.0a2 from conda-forge) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
How to completely prevent time coordinates from being decoded? 312449001 | |
332624901 | https://github.com/pydata/xarray/issues/1596#issuecomment-332624901 | https://api.github.com/repos/pydata/xarray/issues/1596 | MDEyOklzc3VlQ29tbWVudDMzMjYyNDkwMQ== | willirath 5700886 | 2017-09-27T19:08:59Z | 2017-09-27T19:08:59Z | CONTRIBUTOR | Not really minimal but shows a real use:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Equivalent of numpy.insert for DataSet / DataArray? 260912521 | |
332617308 | https://github.com/pydata/xarray/issues/1596#issuecomment-332617308 | https://api.github.com/repos/pydata/xarray/issues/1596 | MDEyOklzc3VlQ29tbWVudDMzMjYxNzMwOA== | willirath 5700886 | 2017-09-27T18:41:10Z | 2017-09-27T18:41:10Z | CONTRIBUTOR | Shoud I provide a minimal real-world-example? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Equivalent of numpy.insert for DataSet / DataArray? 260912521 | |
332614980 | https://github.com/pydata/xarray/issues/1596#issuecomment-332614980 | https://api.github.com/repos/pydata/xarray/issues/1596 | MDEyOklzc3VlQ29tbWVudDMzMjYxNDk4MA== | willirath 5700886 | 2017-09-27T18:32:54Z | 2017-09-27T18:32:54Z | CONTRIBUTOR | Does exactly what I need. Thanks! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Equivalent of numpy.insert for DataSet / DataArray? 260912521 | |
326548654 | https://github.com/pydata/xarray/pull/1514#issuecomment-326548654 | https://api.github.com/repos/pydata/xarray/issues/1514 | MDEyOklzc3VlQ29tbWVudDMyNjU0ODY1NA== | willirath 5700886 | 2017-09-01T10:35:41Z | 2017-09-01T10:35:41Z | CONTRIBUTOR | Thanks @shoyer! I like the shorter example. It shows the essence of why pathlib is such a nice thing. Is there anything more to do in this PR? Am 31. August 2017 17:48:24 schrieb Stephan Hoyer notifications@github.com:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `pathlib.Path` support to `open_(mf)dataset` 251734482 | |
325187598 | https://github.com/pydata/xarray/pull/1514#issuecomment-325187598 | https://api.github.com/repos/pydata/xarray/issues/1514 | MDEyOklzc3VlQ29tbWVudDMyNTE4NzU5OA== | willirath 5700886 | 2017-08-27T09:35:40Z | 2017-08-27T09:35:40Z | CONTRIBUTOR | AppVeyor test failed with HTTP time-outs when trying to get |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `pathlib.Path` support to `open_(mf)dataset` 251734482 | |
325158074 | https://github.com/pydata/xarray/pull/1514#issuecomment-325158074 | https://api.github.com/repos/pydata/xarray/issues/1514 | MDEyOklzc3VlQ29tbWVudDMyNTE1ODA3NA== | willirath 5700886 | 2017-08-26T19:47:40Z | 2017-08-26T19:47:40Z | CONTRIBUTOR |
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `pathlib.Path` support to `open_(mf)dataset` 251734482 | |
324970564 | https://github.com/pydata/xarray/pull/1514#issuecomment-324970564 | https://api.github.com/repos/pydata/xarray/issues/1514 | MDEyOklzc3VlQ29tbWVudDMyNDk3MDU2NA== | willirath 5700886 | 2017-08-25T16:28:16Z | 2017-08-25T16:28:16Z | CONTRIBUTOR |
Ah, that's nice! And then I remove the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `pathlib.Path` support to `open_(mf)dataset` 251734482 | |
324966586 | https://github.com/pydata/xarray/pull/1514#issuecomment-324966586 | https://api.github.com/repos/pydata/xarray/issues/1514 | MDEyOklzc3VlQ29tbWVudDMyNDk2NjU4Ng== | willirath 5700886 | 2017-08-25T16:12:23Z | 2017-08-25T16:12:23Z | CONTRIBUTOR | One more thing:
Currently, I've set |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `pathlib.Path` support to `open_(mf)dataset` 251734482 | |
324962241 | https://github.com/pydata/xarray/pull/1514#issuecomment-324962241 | https://api.github.com/repos/pydata/xarray/issues/1514 | MDEyOklzc3VlQ29tbWVudDMyNDk2MjI0MQ== | willirath 5700886 | 2017-08-25T15:56:20Z | 2017-08-25T15:56:20Z | CONTRIBUTOR |
Tests are already done on my personal Travis Account (skipped intermediate commits there).
Actually true only for To me, aae32a8 looks like pathlib support is now present whereever it makes sense. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `pathlib.Path` support to `open_(mf)dataset` 251734482 | |
324898664 | https://github.com/pydata/xarray/pull/1514#issuecomment-324898664 | https://api.github.com/repos/pydata/xarray/issues/1514 | MDEyOklzc3VlQ29tbWVudDMyNDg5ODY2NA== | willirath 5700886 | 2017-08-25T11:59:27Z | 2017-08-25T11:59:27Z | CONTRIBUTOR | Thanks for the review @shoyer ! On my machine, I've already stared adapting the other backends ( |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `pathlib.Path` support to `open_(mf)dataset` 251734482 | |
323803983 | https://github.com/pydata/xarray/pull/1513#issuecomment-323803983 | https://api.github.com/repos/pydata/xarray/issues/1513 | MDEyOklzc3VlQ29tbWVudDMyMzgwMzk4Mw== | willirath 5700886 | 2017-08-21T17:25:45Z | 2017-08-21T17:25:57Z | CONTRIBUTOR | Sorry, this was based on an old upstream. I'll close and start from an up-to-date master. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: Add pathlib support to `open_(mf)dataset` 251714595 | |
323785637 | https://github.com/pydata/xarray/issues/799#issuecomment-323785637 | https://api.github.com/repos/pydata/xarray/issues/799 | MDEyOklzc3VlQ29tbWVudDMyMzc4NTYzNw== | willirath 5700886 | 2017-08-21T16:04:49Z | 2017-08-21T16:04:49Z | CONTRIBUTOR | +1 for this one. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for pathlib.Path 142675134 | |
284397545 | https://github.com/pydata/xarray/pull/1261#issuecomment-284397545 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI4NDM5NzU0NQ== | willirath 5700886 | 2017-03-06T13:37:33Z | 2017-03-06T13:37:33Z | CONTRIBUTOR | Yes, I know that xarray usually doesn't use My last commit reflects what I'd consider ready to be pulled. Let me know what you think. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279467664 | https://github.com/pydata/xarray/pull/1261#issuecomment-279467664 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTQ2NzY2NA== | willirath 5700886 | 2017-02-13T17:50:13Z | 2017-02-13T17:50:13Z | CONTRIBUTOR |
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279459572 | https://github.com/pydata/xarray/pull/1261#issuecomment-279459572 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTQ1OTU3Mg== | willirath 5700886 | 2017-02-13T17:21:37Z | 2017-02-13T17:26:12Z | CONTRIBUTOR | a85b5c6 and e31aaab add a test plotting against a coordinate with 6f5e30f adds |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279186528 | https://github.com/pydata/xarray/pull/1261#issuecomment-279186528 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTE4NjUyOA== | willirath 5700886 | 2017-02-12T00:26:59Z | 2017-02-13T17:25:32Z | CONTRIBUTOR |
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279340528 | https://github.com/pydata/xarray/pull/1261#issuecomment-279340528 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTM0MDUyOA== | willirath 5700886 | 2017-02-13T09:54:30Z | 2017-02-13T09:54:30Z | CONTRIBUTOR |
I was wrong here: And matplotlib fails on the latter: https://gist.github.com/willirath/48c04db0481e986fac0e44549e164ab0 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279223749 | https://github.com/pydata/xarray/issues/1263#issuecomment-279223749 | https://api.github.com/repos/pydata/xarray/issues/1263 | MDEyOklzc3VlQ29tbWVudDI3OTIyMzc0OQ== | willirath 5700886 | 2017-02-12T14:55:50Z | 2017-02-12T14:55:50Z | CONTRIBUTOR | (This is related to #1261.) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.open_mfdataset returns inconsistent times 207054921 | |
279185373 | https://github.com/pydata/xarray/pull/1261#issuecomment-279185373 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTE4NTM3Mw== | willirath 5700886 | 2017-02-12T00:03:26Z | 2017-02-12T00:03:26Z | CONTRIBUTOR |
Yes it does. They are just treated like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 | |
279185264 | https://github.com/pydata/xarray/pull/1261#issuecomment-279185264 | https://api.github.com/repos/pydata/xarray/issues/1261 | MDEyOklzc3VlQ29tbWVudDI3OTE4NTI2NA== | willirath 5700886 | 2017-02-12T00:01:21Z | 2017-02-12T00:01:21Z | CONTRIBUTOR | Failing tests:
All of these check strings as input to the plot functions and expect a
A possible way out would be to check for numeric types and datetime-like types separately. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow for plotting dummy netCDF4.datetime objects. 207011524 |
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]);
issue 9