issues
4 rows where comments = 15 and user = 35968931 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: draft, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2204914380 | PR_kwDOAMm_X85qnPSf | 8872 | Avoid auto creation of indexes in concat | TomNicholas 35968931 | open | 0 | 15 | 2024-03-25T05:16:33Z | 2024-05-01T19:07:01Z | MEMBER | 0 | pydata/xarray/pulls/8872 | If we create a
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/8872/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | ||||||
| 1336119080 | PR_kwDOAMm_X849CQ7A | 6908 | Hypothesis strategies in xarray.testing.strategies | TomNicholas 35968931 | open | 0 | 15 | 2022-08-11T15:20:56Z | 2024-04-01T16:01:21Z | MEMBER | 0 | pydata/xarray/pulls/6908 | Adds a whole suite of hypothesis strategies for generating xarray objects, inspired by and separated out from the new hypothesis strategies in #4972. They are placed into the namespace
EDIT: A |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/6908/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 2,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | ||||||
| 1366751031 | PR_kwDOAMm_X84-n1xC | 7011 | Add sphinx-codeautolink extension to docs build | TomNicholas 35968931 | open | 0 | 15 | 2022-09-08T17:43:47Z | 2023-02-06T17:55:52Z | MEMBER | 1 | pydata/xarray/pulls/7011 | I think that sphinx-codeautolink is different from
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/7011/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | ||||||
| 940054482 | MDU6SXNzdWU5NDAwNTQ0ODI= | 5588 | Release v0.19? | TomNicholas 35968931 | closed | 0 | 15 | 2021-07-08T17:00:26Z | 2021-07-23T23:15:39Z | 2021-07-23T21:12:53Z | MEMBER | Yesterday in the dev call we discussed the need for another release. Not sure if this should be a bugfix release (i.e. v0.18.3) or a full release (i.e. v0.19). Last release (v0.18.2) was 19th May, with v0.18.0 on 6th May. @pydata/xarray Bug fixes:
New features:
Internal:
- Nice to merge first?:
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/5588/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | xarray 13221727 | issue |
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]);