issues
6 rows where comments = 6, type = "pull" and user = 35968931 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2267803218 | PR_kwDOAMm_X85t8pSN | 8980 | Complete deprecation of Dataset.dims returning dict | TomNicholas 35968931 | open | 0 | 6 | 2024-04-28T20:32:29Z | 2024-05-01T15:40:44Z | MEMBER | 0 | pydata/xarray/pulls/8980 |
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/8980/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | ||||||
| 2120030667 | PR_kwDOAMm_X85mGm4g | 8712 | Only use CopyOnWriteArray wrapper on BackendArrays | TomNicholas 35968931 | open | 0 | 6 | 2024-02-06T06:05:53Z | 2024-02-07T17:09:56Z | MEMBER | 0 | pydata/xarray/pulls/8712 | This makes sure we only use the Motivated by https://github.com/pydata/xarray/issues/8699, which is a counterexample to that assumption.
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/8712/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | ||||||
| 1974681146 | PR_kwDOAMm_X85edMm- | 8404 | Hypothesis strategy for generating Variable objects | TomNicholas 35968931 | closed | 0 | 6 | 2023-11-02T17:04:03Z | 2023-12-05T22:45:57Z | 2023-12-05T22:45:57Z | MEMBER | 0 | pydata/xarray/pulls/8404 | Breaks out just the part of #6908 needed for generating arbitrary EDIT: Check out this test which performs a mean on any subset of any Variable object! ```python In [36]: from xarray.testing.strategies import variables In [37]: variables().example() <xarray.Variable (ĭ: 3)> array([-2.22507386e-313-6.62447795e+016j, nan-6.46207519e+185j, -2.22507386e-309+3.33333333e-001j]) ``` @andersy005 @maxrjones @jhamman I thought this might be useful for the @keewis and @Zac-HD sorry for letting that PR languish for literally a year :sweat_smile: This PR addresses your feedback about accepting a callable that returns a strategy generating arrays. That suggestion makes some things a bit more complex in user code but actually allows me to simplify the internals of the
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/8404/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 1200309334 | PR_kwDOAMm_X842BOIk | 6471 | Support **kwargs form in `.chunk()` | TomNicholas 35968931 | closed | 0 | 6 | 2022-04-11T17:37:38Z | 2022-04-12T03:34:49Z | 2022-04-11T19:36:40Z | MEMBER | 0 | pydata/xarray/pulls/6471 | Also adds some explicit tests (and type hinting) for
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/6471/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 1033884661 | PR_kwDOAMm_X84tkKtA | 5886 | Use .to_numpy() for quantified facetgrids | TomNicholas 35968931 | closed | 0 | 6 | 2021-10-22T19:25:24Z | 2021-10-28T22:42:43Z | 2021-10-28T22:41:59Z | MEMBER | 0 | pydata/xarray/pulls/5886 | Follows on from https://github.com/pydata/xarray/pull/5561 by replacing I noticed the need for this when trying out this example (but trying it without the (@Illviljan in theory
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/5886/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 935317034 | MDExOlB1bGxSZXF1ZXN0NjgyMjU1NDE5 | 5561 | Plots get labels from pint arrays | TomNicholas 35968931 | closed | 0 | 6 | 2021-07-02T00:44:28Z | 2021-07-21T23:06:21Z | 2021-07-21T22:38:34Z | MEMBER | 0 | pydata/xarray/pulls/5561 | Stops you needing to call Builds on top of #5568, so that should be merged first.
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/5561/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]);