issues
5 rows where comments = 7, type = "pull" and user = 1217238 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
459569339 | MDExOlB1bGxSZXF1ZXN0MjkwODg0OTY5 | 3039 | Set up CI with Azure Pipelines (and remove Appveyor) | shoyer 1217238 | closed | 0 | 7 | 2019-06-23T12:16:56Z | 2019-06-28T14:44:53Z | 2019-06-27T20:44:12Z | MEMBER | 0 | pydata/xarray/pulls/3039 | { "url": "https://api.github.com/repos/pydata/xarray/issues/3039/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
344093951 | MDExOlB1bGxSZXF1ZXN0MjAzNTcwODMz | 2309 | DOC: add initial draft of a development roadmap for xarray | shoyer 1217238 | closed | 0 | 7 | 2018-07-24T15:39:49Z | 2018-08-02T17:01:36Z | 2018-07-27T23:50:55Z | MEMBER | 0 | pydata/xarray/pulls/2309 | See here for the rendered version: https://github.com/shoyer/xarray/blob/4dd4463d5f79c07eb3a01f67b7329f2f4a60dd31/doc/roadmap.rst |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2309/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 2, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
156793282 | MDExOlB1bGxSZXF1ZXN0NzE0MjE2MTE= | 860 | Switch py2.7 CI build to use conda-forge | shoyer 1217238 | closed | 0 | 7 | 2016-05-25T16:23:19Z | 2016-05-31T05:23:35Z | 2016-05-26T01:53:28Z | MEMBER | 0 | pydata/xarray/pulls/860 | { "url": "https://api.github.com/repos/pydata/xarray/issues/860/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
108271509 | MDExOlB1bGxSZXF1ZXN0NDU5ODA2NjU= | 589 | New encoding keyword argument for to_netcdf | shoyer 1217238 | closed | 0 | 0.6.1 1307323 | 7 | 2015-09-25T06:24:53Z | 2015-10-21T07:08:00Z | 2015-10-08T01:08:52Z | MEMBER | 0 | pydata/xarray/pulls/589 | Fixes #548 In particular, it would be helpful if someone else could review the new documentation section to see if it makes sense. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/589/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||
44718119 | MDExOlB1bGxSZXF1ZXN0MjIxNTg1MTc= | 245 | Modular encodings (rebased) | shoyer 1217238 | closed | 0 | 0.3.1 799012 | 7 | 2014-10-02T18:05:50Z | 2014-10-23T06:27:16Z | 2014-10-11T21:30:07Z | MEMBER | 0 | pydata/xarray/pulls/245 | This change is rebased on master and should let us pick up from #175. CC @akleeman Restructured Backends to make CF convention application more consistent. Amongst other things this includes: - EncodedDataStores which can wrap other stores and allow for modular encoding/decoding. - Trivial indices ds['x'] = ('x', np.arange(10)) are no longer stored on disk and are only created when accessed. - AbstractDataStore API change. Shouldn't effect external users. - missing_value attributes now function like _FillValue All current tests are passing (though it could use more new ones). Post rebase notes (shoyer, Oct 2, 2014): Most tests are passing, though a couple are broken: - test_roundtrip_mask_and_scale (because this change needs a fix to not break the current API) - test_roundtrip_strings_with_fill_value on TestCFEncodedDataStore (I don't entirely understand why, let's come back to it later) |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/245/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]);