issues
5 rows where milestone = 1213895 and state = "closed" sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: user, author_association, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
101724822 | MDExOlB1bGxSZXF1ZXN0NDI3MzQzNTg= | 539 | release notes for plotting | clarkfitzg 5356122 | closed | 0 | 0.6 1213895 | 2 | 2015-08-18T18:50:11Z | 2015-08-20T00:19:21Z | 2015-08-19T18:26:50Z | MEMBER | 0 | pydata/xarray/pulls/539 | cc @shoyer |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/539/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||
100692054 | MDExOlB1bGxSZXF1ZXN0NDIzMTU4Nzg= | 529 | Issue #526 F8 values are incorrectly coerced to F4 when writing NETCD… | petercable 6645714 | closed | 0 | 0.6 1213895 | 3 | 2015-08-13T05:18:22Z | 2015-08-19T18:29:04Z | 2015-08-19T18:28:59Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/529 | …F3-compatible formats |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/529/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||
99832521 | MDExOlB1bGxSZXF1ZXN0NDE5NjAxODk= | 520 | added to_masked_array method and masked_array property | jhamman 2443309 | closed | 0 | 0.6 1213895 | 4 | 2015-08-08T20:47:41Z | 2015-08-12T18:34:17Z | 2015-08-12T18:34:16Z | MEMBER | 0 | pydata/xarray/pulls/520 | This PR adds convienience methods to convert DataArrays to numpy masked arrays.
closes #460 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/520/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||
95991680 | MDExOlB1bGxSZXF1ZXN0NDAzMjQ2MzU= | 481 | Add pointwise indexing via isel_points method | jhamman 2443309 | closed | 0 | 0.6 1213895 | 5 | 2015-07-20T05:41:36Z | 2015-07-27T05:37:19Z | 2015-07-27T05:04:46Z | MEMBER | 0 | pydata/xarray/pulls/481 | This provides behavior equivalent to numpy slicing with multiple lists. Example``` python
related: #475 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/481/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||
96123605 | MDExOlB1bGxSZXF1ZXN0NDAzODAzNjk= | 483 | Add plot_pcolormesh | shoyer 1217238 | closed | 0 | 0.6 1213895 | 1 | 2015-07-20T18:10:34Z | 2015-07-21T01:24:10Z | 2015-07-21T01:24:08Z | MEMBER | 0 | pydata/xarray/pulls/483 | cc @clarkfitzg |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/483/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]);