issue_comments
6 rows where author_association = "MEMBER" and issue = 195125296 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- #1161 WIP to vectorize isel_points · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 274605154 | https://github.com/pydata/xarray/pull/1162#issuecomment-274605154 | https://api.github.com/repos/pydata/xarray/issues/1162 | MDEyOklzc3VlQ29tbWVudDI3NDYwNTE1NA== | shoyer 1217238 | 2017-01-23T20:20:51Z | 2017-01-23T20:20:51Z | MEMBER | OK, build passed so I'm merging. Thanks! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
#1161 WIP to vectorize isel_points 195125296 | |
| 274582165 | https://github.com/pydata/xarray/pull/1162#issuecomment-274582165 | https://api.github.com/repos/pydata/xarray/issues/1162 | MDEyOklzc3VlQ29tbWVudDI3NDU4MjE2NQ== | shoyer 1217238 | 2017-01-23T18:55:49Z | 2017-01-23T18:55:49Z | MEMBER | Looks good. Unfortunately there was a merge conflict with the quantile PR so you need to merge master again. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
#1161 WIP to vectorize isel_points 195125296 | |
| 274565256 | https://github.com/pydata/xarray/pull/1162#issuecomment-274565256 | https://api.github.com/repos/pydata/xarray/issues/1162 | MDEyOklzc3VlQ29tbWVudDI3NDU2NTI1Ng== | shoyer 1217238 | 2017-01-23T17:56:09Z | 2017-01-23T17:56:09Z | MEMBER | Actually, if you want to write that now I think we can squeeze this in. We are still a day or two away from the release. On Mon, Jan 23, 2017 at 9:52 AM mangecoeur notifications@github.com wrote: Note - waiting for 0.9.0 to be released before updating whats new, don't want to end up with conflicts in docs — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/pull/1162#issuecomment-274564256, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKS1iQJ4F8sn_fekpwRH-yDpJX6X0h0ks5rVOjhgaJpZM4LLMXX . |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
#1161 WIP to vectorize isel_points 195125296 | |
| 272743812 | https://github.com/pydata/xarray/pull/1162#issuecomment-272743812 | https://api.github.com/repos/pydata/xarray/issues/1162 | MDEyOklzc3VlQ29tbWVudDI3Mjc0MzgxMg== | shoyer 1217238 | 2017-01-15T22:40:04Z | 2017-01-15T22:40:04Z | MEMBER | This looks great to me. I'll merge this shortly after releasing 0.9.0 -- could you please add a brief release note in a new section for 0.9.1? (It won't be a long wait.) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
#1161 WIP to vectorize isel_points 195125296 | |
| 269086156 | https://github.com/pydata/xarray/pull/1162#issuecomment-269086156 | https://api.github.com/repos/pydata/xarray/issues/1162 | MDEyOklzc3VlQ29tbWVudDI2OTA4NjE1Ng== | shoyer 1217238 | 2016-12-24T14:20:23Z | 2016-12-24T14:20:23Z | MEMBER | I believe Dataset.transpose already skips variables that don't need to be transposed. On Sat, Dec 24, 2016 at 5:40 AM mangecoeur notifications@github.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
#1161 WIP to vectorize isel_points 195125296 | |
| 268927666 | https://github.com/pydata/xarray/pull/1162#issuecomment-268927666 | https://api.github.com/repos/pydata/xarray/issues/1162 | MDEyOklzc3VlQ29tbWVudDI2ODkyNzY2Ng== | shoyer 1217238 | 2016-12-23T01:46:01Z | 2016-12-23T01:46:01Z | MEMBER | The development version of xarray includes a change that makes indexes optional. So if you use the Dataset/DataArray constructor it no longer adds new coordinates for each dimension by default. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
#1161 WIP to vectorize isel_points 195125296 |
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