issue_comments
15 rows where user = 6153603 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, created_at (date), updated_at (date)
user 1
- czr137 · 15 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
436062784 | https://github.com/pydata/xarray/issues/2517#issuecomment-436062784 | https://api.github.com/repos/pydata/xarray/issues/2517 | MDEyOklzc3VlQ29tbWVudDQzNjA2Mjc4NA== | czr137 6153603 | 2018-11-05T22:40:46Z | 2018-11-05T22:40:46Z | CONTRIBUTOR | I think #2298 is what I'm really waiting for and would solve the use cases I listed above. I'll have no trouble using the accessor methods in the time being. Thanks, @shoyer |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Treat accessor dataarrays as members of parent dataset 374460958 | |
434857661 | https://github.com/pydata/xarray/issues/2517#issuecomment-434857661 | https://api.github.com/repos/pydata/xarray/issues/2517 | MDEyOklzc3VlQ29tbWVudDQzNDg1NzY2MQ== | czr137 6153603 | 2018-10-31T21:40:46Z | 2018-10-31T21:40:46Z | CONTRIBUTOR | The only problem I see with this is that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Treat accessor dataarrays as members of parent dataset 374460958 | |
433624081 | https://github.com/pydata/xarray/issues/2518#issuecomment-433624081 | https://api.github.com/repos/pydata/xarray/issues/2518 | MDEyOklzc3VlQ29tbWVudDQzMzYyNDA4MQ== | czr137 6153603 | 2018-10-27T14:14:39Z | 2018-10-27T14:14:39Z | CONTRIBUTOR | Thanks for this @shoyer. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow reduce to return an additional dimension 374473176 | |
404641052 | https://github.com/pydata/xarray/issues/2284#issuecomment-404641052 | https://api.github.com/repos/pydata/xarray/issues/2284 | MDEyOklzc3VlQ29tbWVudDQwNDY0MTA1Mg== | czr137 6153603 | 2018-07-12T20:31:37Z | 2018-07-12T20:31:37Z | CONTRIBUTOR | Thanks, I will gladly exercise patience until then. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interp over time coordinate 340757861 | |
365352132 | https://github.com/pydata/xarray/issues/1821#issuecomment-365352132 | https://api.github.com/repos/pydata/xarray/issues/1821 | MDEyOklzc3VlQ29tbWVudDM2NTM1MjEzMg== | czr137 6153603 | 2018-02-13T18:05:06Z | 2018-02-13T18:05:06Z | CONTRIBUTOR | 1865It's a simple fix, but it affects my ability to produce CF1.7 netCDF files for distribution of our satellite data. The pull request #1869 is ready to go. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
v0.10.1 Release 287852184 | |
364993025 | https://github.com/pydata/xarray/pull/1869#issuecomment-364993025 | https://api.github.com/repos/pydata/xarray/issues/1869 | MDEyOklzc3VlQ29tbWVudDM2NDk5MzAyNQ== | czr137 6153603 | 2018-02-12T17:12:23Z | 2018-02-12T17:12:23Z | CONTRIBUTOR | @shoyer, I think everything is in order to apply this bug fix. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add '_FillValue' to set of valid_encodings for netCDF4 backend 292653302 | |
362092065 | https://github.com/pydata/xarray/pull/1869#issuecomment-362092065 | https://api.github.com/repos/pydata/xarray/issues/1869 | MDEyOklzc3VlQ29tbWVudDM2MjA5MjA2NQ== | czr137 6153603 | 2018-01-31T22:26:29Z | 2018-01-31T22:26:29Z | CONTRIBUTOR | @shoyer, do you have an opinion on whether or not to include the scipy fix or leave it out of this PR? Also what is your opinion on the documentation? I feel nothing is needed as with this PR the code will operate as the documentation states. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add '_FillValue' to set of valid_encodings for netCDF4 backend 292653302 | |
361766665 | https://github.com/pydata/xarray/pull/1869#issuecomment-361766665 | https://api.github.com/repos/pydata/xarray/issues/1869 | MDEyOklzc3VlQ29tbWVudDM2MTc2NjY2NQ== | czr137 6153603 | 2018-01-30T23:11:57Z | 2018-01-30T23:48:44Z | CONTRIBUTOR | Now the tests pass (see comment beside the checkbox) Honestly, I'm not happy with where I put the fix in order to get the tests to pass when using the scipy backend by adding an additional test, but I didn't know where else to put the test. The test to see if the variable would be checked in prepare_variables came before the encoding could be managed in encode_cf_variable in conventions.py The alternative would be to remove the changes to scipy_.py and just have the test run only for the other engine backends and leave fixing the scipy backend for someone more familiar with it for another issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add '_FillValue' to set of valid_encodings for netCDF4 backend 292653302 | |
361736359 | https://github.com/pydata/xarray/pull/1869#issuecomment-361736359 | https://api.github.com/repos/pydata/xarray/issues/1869 | MDEyOklzc3VlQ29tbWVudDM2MTczNjM1OQ== | czr137 6153603 | 2018-01-30T21:14:52Z | 2018-01-30T21:14:52Z | CONTRIBUTOR | Wait to merge... I'm still getting failed tests using the scipy backend |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add '_FillValue' to set of valid_encodings for netCDF4 backend 292653302 | |
361734459 | https://github.com/pydata/xarray/pull/1869#issuecomment-361734459 | https://api.github.com/repos/pydata/xarray/issues/1869 | MDEyOklzc3VlQ29tbWVudDM2MTczNDQ1OQ== | czr137 6153603 | 2018-01-30T21:07:36Z | 2018-01-30T21:07:36Z | CONTRIBUTOR | Unit tests added in 9210dfa45428842c69b8d1835013159b1230c572. The first and the third added tests use the encoding kwarg and fail without b8fd86d5614d28254406d6f9b6d4e37383efc1be applied and pass with b8fd86d5614d28254406d6f9b6d4e37383efc1be applied, so they should catch a regression. The second added test passes both before and after b8fd86d5614d28254406d6f9b6d4e37383efc1be and was added for completeness as it pairs with the original test_explicitly_omit_fill_value, but for a coordinate. I still think nothing needs to change in the documentation as this now follows the intent of the design. I will leave it to you @shoyer or your delegate to address whether anything needs to be stated in the changelog / what's new. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add '_FillValue' to set of valid_encodings for netCDF4 backend 292653302 | |
361473220 | https://github.com/pydata/xarray/issues/1865#issuecomment-361473220 | https://api.github.com/repos/pydata/xarray/issues/1865 | MDEyOklzc3VlQ29tbWVudDM2MTQ3MzIyMA== | czr137 6153603 | 2018-01-30T04:23:26Z | 2018-01-30T04:23:26Z | CONTRIBUTOR | @shoyer, I'll look at the documentation once this is resolved and make a PR. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Dimension Co-ordinates incorectly saving _FillValue attribute 292585285 | |
361473052 | https://github.com/pydata/xarray/issues/1865#issuecomment-361473052 | https://api.github.com/repos/pydata/xarray/issues/1865 | MDEyOklzc3VlQ29tbWVudDM2MTQ3MzA1Mg== | czr137 6153603 | 2018-01-30T04:22:19Z | 2018-01-30T04:22:19Z | CONTRIBUTOR | My apologies for having to re-open the issue, I should have tried the fix before closing. I get the following error after changing my last line to:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Dimension Co-ordinates incorectly saving _FillValue attribute 292585285 | |
361470288 | https://github.com/pydata/xarray/issues/1865#issuecomment-361470288 | https://api.github.com/repos/pydata/xarray/issues/1865 | MDEyOklzc3VlQ29tbWVudDM2MTQ3MDI4OA== | czr137 6153603 | 2018-01-30T04:01:23Z | 2018-01-30T04:01:23Z | CONTRIBUTOR | Thanks. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Dimension Co-ordinates incorectly saving _FillValue attribute 292585285 | |
361410274 | https://github.com/pydata/xarray/issues/1865#issuecomment-361410274 | https://api.github.com/repos/pydata/xarray/issues/1865 | MDEyOklzc3VlQ29tbWVudDM2MTQxMDI3NA== | czr137 6153603 | 2018-01-29T22:33:47Z | 2018-01-29T22:33:47Z | CONTRIBUTOR | Please add the label "CF conventions" to this issue |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Dimension Co-ordinates incorectly saving _FillValue attribute 292585285 | |
289135412 | https://github.com/pydata/xarray/issues/1327#issuecomment-289135412 | https://api.github.com/repos/pydata/xarray/issues/1327 | MDEyOklzc3VlQ29tbWVudDI4OTEzNTQxMg== | czr137 6153603 | 2017-03-24T20:31:40Z | 2017-03-24T20:31:40Z | CONTRIBUTOR | Thanks for the heads-up @darothen. I browsed the issues to make sure I wasn't duplicating anything, but I must have overlooked the pull request you mentioned. I have used a lambda function in the interim, so it is no issue if this addition waits until your pull-request is merged in. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add 'count' as option for how in dataset resample 216833414 |
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 7