issues
4 rows where type = "pull" and user = 5637662 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
799335646 | MDExOlB1bGxSZXF1ZXN0NTY1OTk1OTI3 | 4857 | Add support for errorbars in scatter plots | dschwoerer 5637662 | open | 0 | 0 | 2021-02-02T14:33:23Z | 2022-06-09T14:50:17Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4857 |
I have added the possibility to add I know that this needs tests and so on, but I wanted to know whether this is of general interest? I have found https://github.com/pydata/xarray/pull/2264 for dataarrays, which wasn't merged, and one of the issues was that the return type changed, as is here the case. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4857/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
987559143 | MDExOlB1bGxSZXF1ZXN0NzI2NjI3NTQ5 | 5763 | remove _ensure_plottable | dschwoerer 5637662 | open | 0 | 6 | 2021-09-03T08:55:19Z | 2022-06-09T14:50:16Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5763 | The plotting backend does more reliable checking and thus removing avoids false negatives, which are causing easily avoidable plot failures
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5763/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
819030802 | MDExOlB1bGxSZXF1ZXN0NTgyMTk4MjUx | 4978 | ensure all plots share the same hue | dschwoerer 5637662 | closed | 0 | 3 | 2021-03-01T16:23:45Z | 2021-05-14T17:24:18Z | 2021-05-14T17:24:18Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4978 | by specifing vmin and vmax, the colorbar is the correct one for all subplots
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4978/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
865002281 | MDExOlB1bGxSZXF1ZXN0NjIxMTM2NzUw | 5207 | Skip mean over empty axis | dschwoerer 5637662 | closed | 0 | 3 | 2021-04-22T14:13:33Z | 2021-04-24T20:00:45Z | 2021-04-24T20:00:45Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5207 | Avoids changing the datatype if the data does not have the requested axis.
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5207/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]);