issue_comments
8 rows where author_association = "MEMBER" and issue = 173632183 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Added convenience method for saving DataArray to netCDF file · 8 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
244844596 | https://github.com/pydata/xarray/pull/990#issuecomment-244844596 | https://api.github.com/repos/pydata/xarray/issues/990 | MDEyOklzc3VlQ29tbWVudDI0NDg0NDU5Ng== | shoyer 1217238 | 2016-09-06T04:00:25Z | 2016-09-06T04:00:25Z | MEMBER | Thanks! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added convenience method for saving DataArray to netCDF file 173632183 | |
244513243 | https://github.com/pydata/xarray/pull/990#issuecomment-244513243 | https://api.github.com/repos/pydata/xarray/issues/990 | MDEyOklzc3VlQ29tbWVudDI0NDUxMzI0Mw== | shoyer 1217238 | 2016-09-03T00:04:29Z | 2016-09-03T00:04:29Z | MEMBER | We have a bit of a circular imports mess :). For now, just import them at the top of the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added convenience method for saving DataArray to netCDF file 173632183 | |
244505054 | https://github.com/pydata/xarray/pull/990#issuecomment-244505054 | https://api.github.com/repos/pydata/xarray/issues/990 | MDEyOklzc3VlQ29tbWVudDI0NDUwNTA1NA== | shoyer 1217238 | 2016-09-02T22:50:56Z | 2016-09-02T22:50:56Z | MEMBER | I have a couple inline comments that I think you missed? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added convenience method for saving DataArray to netCDF file 173632183 | |
244132923 | https://github.com/pydata/xarray/pull/990#issuecomment-244132923 | https://api.github.com/repos/pydata/xarray/issues/990 | MDEyOklzc3VlQ29tbWVudDI0NDEzMjkyMw== | shoyer 1217238 | 2016-09-01T16:21:58Z | 2016-09-01T16:21:58Z | MEMBER | I have a few final nits, but looking very nice! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added convenience method for saving DataArray to netCDF file 173632183 | |
243948268 | https://github.com/pydata/xarray/pull/990#issuecomment-243948268 | https://api.github.com/repos/pydata/xarray/issues/990 | MDEyOklzc3VlQ29tbWVudDI0Mzk0ODI2OA== | shoyer 1217238 | 2016-09-01T01:10:56Z | 2016-09-01T01:10:56Z | MEMBER | The easiest fix would be to add a decorator to skip tests on Windows, like the existing decorators that we use: https://github.com/pydata/xarray/blob/master/xarray/test/init.py#L73 I'm not sure off hand how to detect if we're running on Windows but it can't be hard. To add a close method, I would copy these lines from Then, you just need to define |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added convenience method for saving DataArray to netCDF file 173632183 | |
243007936 | https://github.com/pydata/xarray/pull/990#issuecomment-243007936 | https://api.github.com/repos/pydata/xarray/issues/990 | MDEyOklzc3VlQ29tbWVudDI0MzAwNzkzNg== | shoyer 1217238 | 2016-08-29T00:00:46Z | 2016-08-29T00:00:46Z | MEMBER | I would add these tests to test_backends, probably a new test class. The best test is probably a round-trip test where we save and load a DataArray and verify that the result is identical to what we started with. On Sun, Aug 28, 2016 at 2:20 PM Robin Wilson notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added convenience method for saving DataArray to netCDF file 173632183 | |
242996578 | https://github.com/pydata/xarray/pull/990#issuecomment-242996578 | https://api.github.com/repos/pydata/xarray/issues/990 | MDEyOklzc3VlQ29tbWVudDI0Mjk5NjU3OA== | shoyer 1217238 | 2016-08-28T20:15:21Z | 2016-08-28T20:15:21Z | MEMBER | I'm also a little concerned about the design here, because it always saves/restores the DataArray with the name Instead, maybe we should only override the original name if it's Then we could restore by looking for a Dataset with single data variable regardless of the name, e.g.,
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added convenience method for saving DataArray to netCDF file 173632183 | |
242996279 | https://github.com/pydata/xarray/pull/990#issuecomment-242996279 | https://api.github.com/repos/pydata/xarray/issues/990 | MDEyOklzc3VlQ29tbWVudDI0Mjk5NjI3OQ== | shoyer 1217238 | 2016-08-28T20:08:57Z | 2016-08-28T20:08:57Z | MEMBER | This is great, but it needs tests and documentation :). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Added convenience method for saving DataArray to netCDF file 173632183 |
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