pull_requests
4 rows where user = 15079414
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), closed_at (date), merged_at (date)
id ▼ | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | auto_merge | repo | url | merged_by |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
636647740 | MDExOlB1bGxSZXF1ZXN0NjM2NjQ3NzQw | 5285 | closed | 0 | Clean up and enhance plot method docstrings | zmoon 15079414 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Summary: * use code-literal style for variables (arguments) and other Python identifiers * fix some type specifications * add more references where helpful * italic for *x* and *y* when talking about axes, like in math * correct a bit of grammar stuff * tell which Matplotlib function is being wrapped at the top * capitalize Matplotlib when referring to the library in general, since that is how they do it in their docs, like xarray is lowercase unless starting the sentence * ~~remove `ax` from the signature of the `_dsplot` functions (unlike the `_plot2d` ones, it shows in the built docs)~~ (save for later PR, so can do deprec. cycle because users might have been using `ax` positionally) * fix `matplotlib colormap name` Napoleon type alias * remove unused `u` and `v` from signature of `Dataset.scatter` | 2021-05-10T01:49:30Z | 2021-05-18T15:25:43Z | 2021-05-18T15:25:43Z | 2021-05-18T15:25:42Z | 49aa235fc63706dc145128dd13fdf139b9d5bc6e | 0 | 130287dfc84b1a147b06f0073d9c021a439c6a69 | af5f4846a4f35e000f2f7a1ed5298e14c7bb3be5 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/5285 | ||||
643287137 | MDExOlB1bGxSZXF1ZXN0NjQzMjg3MTM3 | 5293 | closed | 0 | FacetGrid docstrings | zmoon 15079414 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Summary: * Add `FacetGrid.add_quiverkey` to `api.rst` * Other edits similar to #5285 | 2021-05-12T15:51:03Z | 2021-05-13T16:57:42Z | 2021-05-13T16:36:17Z | 2021-05-13T16:36:17Z | 4067c0141262e472a74da3fa6c22b61f7b02df9e | 0 | 067065c26860aea0584add8201b2b3063b163b12 | 6e14df62f0b01d8ca5b04bd0ed2b5ee45444265d | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/5293 | ||||
729934744 | MDExOlB1bGxSZXF1ZXN0NzI5OTM0NzQ0 | 5780 | closed | 0 | "Xarray" and "xarray" | zmoon 15079414 | Updating readme and user-facing docs according to https://github.com/pydata/xarray/issues/1306 ([final comment](https://github.com/pydata/xarray/issues/1306#issuecomment-457881189)) - [ ] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Notes: * I didn't yet change the contributing page, since it seems to have its own convention (though not used everywhere): **xarray** (bold and lowercase). * I mostly didn't touch internal docs pages / docstrings. * Also modified some cases of NumPy, pandas, and Dask according to their conventions, but could do more there, especially with NumPy. | 2021-09-08T19:55:57Z | 2021-09-08T21:06:25Z | 2021-09-08T20:39:04Z | 2021-09-08T20:39:04Z | 7bfee3eaa8fd731494cf6b406d6abb4bec061001 | 0 | fe36dd0d76f3cf81f200c7a28140a08557ebcfdc | daff4d7d3b8ecb06afe5832125d95aac86ce34f5 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/5780 | ||||
1055280146 | PR_kwDOAMm_X84-5kwS | 7033 | closed | 0 | Update merge docstrings | zmoon 15079414 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #6935 - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` | 2022-09-13T23:23:58Z | 2022-09-22T22:17:51Z | 2022-09-22T20:14:15Z | 2022-09-22T20:14:15Z | f52b87501ff16c53aa515d77cf97369bfd262806 | 0 | 18812299cf76ea705614613aa8e16406da27052b | 72bf673374d2d81e607dcd6817c4997fd7487dc0 | CONTRIBUTOR | { "enabled_by": { "login": "dcherian", "id": 2448579, "node_id": "MDQ6VXNlcjI0NDg1Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/2448579?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dcherian", "html_url": "https://github.com/dcherian", "followers_url": "https://api.github.com/users/dcherian/followers", "following_url": "https://api.github.com/users/dcherian/following{/other_user}", "gists_url": "https://api.github.com/users/dcherian/gists{/gist_id}", "starred_url": "https://api.github.com/users/dcherian/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dcherian/subscriptions", "organizations_url": "https://api.github.com/users/dcherian/orgs", "repos_url": "https://api.github.com/users/dcherian/repos", "events_url": "https://api.github.com/users/dcherian/events{/privacy}", "received_events_url": "https://api.github.com/users/dcherian/received_events", "type": "User", "site_admin": false }, "merge_method": "squash", "commit_title": "Update merge docstrings (#7033)", "commit_message": "Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>" } |
xarray 13221727 | https://github.com/pydata/xarray/pull/7033 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [pull_requests] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [state] TEXT, [locked] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [body] TEXT, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [merged_at] TEXT, [merge_commit_sha] TEXT, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [draft] INTEGER, [head] TEXT, [base] TEXT, [author_association] TEXT, [auto_merge] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [url] TEXT, [merged_by] INTEGER REFERENCES [users]([id]) ); CREATE INDEX [idx_pull_requests_merged_by] ON [pull_requests] ([merged_by]); CREATE INDEX [idx_pull_requests_repo] ON [pull_requests] ([repo]); CREATE INDEX [idx_pull_requests_milestone] ON [pull_requests] ([milestone]); CREATE INDEX [idx_pull_requests_assignee] ON [pull_requests] ([assignee]); CREATE INDEX [idx_pull_requests_user] ON [pull_requests] ([user]);