issue_comments
14 rows where author_association = "MEMBER", issue = 205473898 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- CFTimeIndex · 14 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
388576430 | https://github.com/pydata/xarray/pull/1252#issuecomment-388576430 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDM4ODU3NjQzMA== | shoyer 1217238 | 2018-05-12T19:09:37Z | 2018-05-12T19:09:37Z | MEMBER | OK, I'm happy with this. Time to merge I guess? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
388535018 | https://github.com/pydata/xarray/pull/1252#issuecomment-388535018 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDM4ODUzNTAxOA== | shoyer 1217238 | 2018-05-12T06:50:45Z | 2018-05-12T06:50:45Z | MEMBER | A couple other things to think about from a usability perspective: - What happens when you try to resample along CFTimeIndex? - What happens when you try to plot a DataArray with a CFTimeIndex? These should at least raise informative errors (use |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
385832391 | https://github.com/pydata/xarray/pull/1252#issuecomment-385832391 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDM4NTgzMjM5MQ== | shoyer 1217238 | 2018-05-02T00:46:47Z | 2018-05-02T00:46:47Z | MEMBER | See also https://github.com/pydata/xarray/pull/2098, which should fix failing builds on master |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
385442360 | https://github.com/pydata/xarray/pull/1252#issuecomment-385442360 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDM4NTQ0MjM2MA== | shoyer 1217238 | 2018-04-30T15:54:33Z | 2018-04-30T15:54:33Z | MEMBER |
OK. In that case, we should probably add a temporary "pip" clause to the requirements file for windows, to install cftime from pypi instead for now. I don't want to merge this when it will break CI. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
385305575 | https://github.com/pydata/xarray/pull/1252#issuecomment-385305575 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDM4NTMwNTU3NQ== | shoyer 1217238 | 2018-04-30T03:06:02Z | 2018-04-30T03:06:02Z | MEMBER | With regards to CI failures, I think it would make sense to add an explicit dependency on |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
385301210 | https://github.com/pydata/xarray/pull/1252#issuecomment-385301210 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDM4NTMwMTIxMA== | shoyer 1217238 | 2018-04-30T02:04:23Z | 2018-04-30T02:04:23Z | MEMBER | It looks like one of the appveyor builds is failing due to something related to cftime missing -- it would be good to fix that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
380593243 | https://github.com/pydata/xarray/pull/1252#issuecomment-380593243 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDM4MDU5MzI0Mw== | shoyer 1217238 | 2018-04-11T20:57:37Z | 2018-04-11T20:57:37Z | MEMBER | I think the code is in pretty good shape here. My main concern is about the stability of the As for resampling, this would indeed require custom logic for netcdf datetimes. But I think it would be relatively doable. The key thing would dividing an array of datetimes into frequency groups. Then we could reuse xarray's existing logic for resampling, e.g., https://github.com/pydata/xarray/blob/9b76f219ec314dcb0c9a310c097a34f5c751fdd6/xarray/core/groupby.py#L234-L235 For example, if using Pandas does this logic with offset classes. These are somewhat complex because pandas handles complex business day logic. For netcdftime, we could potentially start from scratch and only handle the important cases for climate science (e.g., round to start for year, quarter, month, day, hour, second). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
374740025 | https://github.com/pydata/xarray/pull/1252#issuecomment-374740025 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDM3NDc0MDAyNQ== | shoyer 1217238 | 2018-03-20T20:11:37Z | 2018-03-20T20:11:37Z | MEMBER | I think netcdftime should have a version of num2date that always returns netcdftime.datetime objects. It's really error prone to functions that turn different types dependent on input values. On Tue, Mar 20, 2018 at 11:39 AM Spencer Clark notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
371989308 | https://github.com/pydata/xarray/pull/1252#issuecomment-371989308 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDM3MTk4OTMwOA== | shoyer 1217238 | 2018-03-10T01:14:36Z | 2018-03-10T01:14:36Z | MEMBER | Can we potentially merge this behind a flag for now, e.g., you only get the new behavior if you explicitly set an option, e.g., There's something to be said for getting code merged when it's ready, regardless of whether we are currently issuing a breaking release. This would also let the new index get some testing in before we turn it on by default. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
300666509 | https://github.com/pydata/xarray/pull/1252#issuecomment-300666509 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDMwMDY2NjUwOQ== | shoyer 1217238 | 2017-05-11T02:37:43Z | 2017-05-11T02:37:43Z | MEMBER | I think your test failures may actually be related to https://github.com/pydata/xarray/pull/1356 in xarray |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
296497798 | https://github.com/pydata/xarray/pull/1252#issuecomment-296497798 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDI5NjQ5Nzc5OA== | shoyer 1217238 | 2017-04-23T23:48:29Z | 2017-04-23T23:48:29Z | MEMBER | I'm happy to defer to whatever non-standard calendar users think about be most useful. Possibly @jhamman has an opinion here. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
294380680 | https://github.com/pydata/xarray/pull/1252#issuecomment-294380680 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDI5NDM4MDY4MA== | shoyer 1217238 | 2017-04-16T23:38:55Z | 2017-04-16T23:38:55Z | MEMBER |
Yes, this seems about right to me. We'll want to save this for a major release (v0.10), since it will be backwards incompatible. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
279186402 | https://github.com/pydata/xarray/pull/1252#issuecomment-279186402 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDI3OTE4NjQwMg== | shoyer 1217238 | 2017-02-12T00:24:08Z | 2017-02-12T00:24:08Z | MEMBER | Okay this seems like a netcdftime bug. Can you report this upstream? On Sat, Feb 11, 2017 at 4:18 PM Spencer Clark notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 | |
277935033 | https://github.com/pydata/xarray/pull/1252#issuecomment-277935033 | https://api.github.com/repos/pydata/xarray/issues/1252 | MDEyOklzc3VlQ29tbWVudDI3NzkzNTAzMw== | shoyer 1217238 | 2017-02-07T08:42:21Z | 2017-02-07T08:42:21Z | MEMBER |
Yes, this would be best addressed upstream in netcdftime. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
CFTimeIndex 205473898 |
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