issues
4 rows where state = "closed", type = "pull" and user = 15079414 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1372114101 | PR_kwDOAMm_X84-5kwS | 7033 | Update merge docstrings | zmoon 15079414 | closed | 0 | 2 | 2022-09-13T23:23:58Z | 2022-09-22T22:17:51Z | 2022-09-22T20:14:15Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/7033 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/7033/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
991477547 | MDExOlB1bGxSZXF1ZXN0NzI5OTM0NzQ0 | 5780 | "Xarray" and "xarray" | zmoon 15079414 | closed | 0 | 2 | 2021-09-08T19:55:57Z | 2021-09-08T21:06:25Z | 2021-09-08T20:39:04Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5780 | Updating readme and user-facing docs according to https://github.com/pydata/xarray/issues/1306 (final comment)
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. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5780/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
883153591 | MDExOlB1bGxSZXF1ZXN0NjM2NjQ3NzQw | 5285 | Clean up and enhance plot method docstrings | zmoon 15079414 | closed | 0 | 6 | 2021-05-10T01:49:30Z | 2021-05-18T15:25:43Z | 2021-05-18T15:25:43Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5285 |
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 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5285/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
890235341 | MDExOlB1bGxSZXF1ZXN0NjQzMjg3MTM3 | 5293 | FacetGrid docstrings | zmoon 15079414 | closed | 0 | 3 | 2021-05-12T15:51:03Z | 2021-05-13T16:57:42Z | 2021-05-13T16:36:17Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5293 |
Summary:
* Add |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5293/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]);