issues
3 rows where comments = 17 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), closed_at (date)
| id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 626083981 | MDExOlB1bGxSZXF1ZXN0NDI0MTUwNjA0 | 4102 | cache rasterio example files | keewis 14808389 | closed | 0 | 17 | 2020-05-27T22:43:04Z | 2021-03-24T17:58:48Z | 2021-03-24T17:56:49Z | MEMBER | 0 | pydata/xarray/pulls/4102 | To make building the documentation a bit faster (by 5-10 minutes for me), this adds a It uses The Edit: I also changed the default cache directory to
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/4102/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 443157666 | MDExOlB1bGxSZXF1ZXN0Mjc4MDg4MTA1 | 2956 | Picking up #1118: Do not convert subclasses of `ndarray` unless required | keewis 14808389 | closed | 0 | 17 | 2019-05-12T23:12:43Z | 2019-12-25T14:14:00Z | 2019-12-25T14:11:45Z | MEMBER | 0 | pydata/xarray/pulls/2956 | This picks up the work done in #1118, plus converting the closes #1118 Some of the suggestions there are not implemented yet:
* the disabling of bottleneck if a The requirements files for CI changed since then, so maybe more than
the two right now need the |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/2956/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 522523336 | MDExOlB1bGxSZXF1ZXN0MzQwNzA5MjI0 | 3527 | Add DatasetGroupBy.quantile | keewis 14808389 | closed | 0 | 17 | 2019-11-13T23:03:07Z | 2019-11-15T23:55:14Z | 2019-11-15T19:58:02Z | MEMBER | 0 | pydata/xarray/pulls/3527 | This adds The tests are a modified copy of the ones from #2828. What confuses me is that
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/3527/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] (
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[number] INTEGER,
[title] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[state] TEXT,
[locked] INTEGER,
[assignee] INTEGER REFERENCES [users]([id]),
[milestone] INTEGER REFERENCES [milestones]([id]),
[comments] INTEGER,
[created_at] TEXT,
[updated_at] TEXT,
[closed_at] TEXT,
[author_association] TEXT,
[active_lock_reason] TEXT,
[draft] INTEGER,
[pull_request] TEXT,
[body] TEXT,
[reactions] TEXT,
[performed_via_github_app] TEXT,
[state_reason] TEXT,
[repo] INTEGER REFERENCES [repos]([id]),
[type] TEXT
);
CREATE INDEX [idx_issues_repo]
ON [issues] ([repo]);
CREATE INDEX [idx_issues_milestone]
ON [issues] ([milestone]);
CREATE INDEX [idx_issues_assignee]
ON [issues] ([assignee]);
CREATE INDEX [idx_issues_user]
ON [issues] ([user]);