issues
8 rows where state = "open", type = "pull" and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: draft, created_at (date)
These facets timed out: state
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2194953062 | PR_kwDOAMm_X85qFqp1 | 8854 | array api-related upstream-dev failures | keewis 14808389 | open | 0 | 15 | 2024-03-19T13:17:09Z | 2024-05-03T22:46:41Z | MEMBER | 0 | pydata/xarray/pulls/8854 |
This "fixes" the upstream-dev failures related to the removal of |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8854/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
2269295936 | PR_kwDOAMm_X85uBwtv | 8983 | fixes for the `pint` tests | keewis 14808389 | open | 0 | 0 | 2024-04-29T15:09:28Z | 2024-05-03T18:30:06Z | MEMBER | 0 | pydata/xarray/pulls/8983 | This removes the use of the deprecated |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8983/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
2234142680 | PR_kwDOAMm_X85sK0g8 | 8923 | `"source"` encoding for datasets opened from `fsspec` objects | keewis 14808389 | open | 0 | 5 | 2024-04-09T19:12:45Z | 2024-04-23T16:54:09Z | MEMBER | 0 | pydata/xarray/pulls/8923 | When opening files from path-like objects ( In this PR, I'm extracting the If this sounds like a good idea, I'll update the documentation of the
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8923/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
2241492018 | PR_kwDOAMm_X85skF_A | 8937 | drop support for `python=3.9` | keewis 14808389 | open | 0 | 3 | 2024-04-13T10:18:04Z | 2024-04-15T15:07:39Z | MEMBER | 0 | pydata/xarray/pulls/8937 | According to our policy (and NEP-29) we can drop support for We could delay this until we have a release that is compatible with
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8937/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
818059250 | MDExOlB1bGxSZXF1ZXN0NTgxNDIzNTIx | 4972 | Automatic duck array testing - reductions | keewis 14808389 | open | 0 | 23 | 2021-02-27T23:57:23Z | 2022-08-16T13:47:05Z | MEMBER | 1 | pydata/xarray/pulls/4972 | This is the first of a series of PRs to add a framework to make testing the integration of duck arrays as simple as possible. It uses
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4972/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
597566530 | MDExOlB1bGxSZXF1ZXN0NDAxNjU2MTc1 | 3960 | examples for special methods on accessors | keewis 14808389 | open | 0 | 6 | 2020-04-09T21:34:30Z | 2022-06-09T14:50:17Z | MEMBER | 0 | pydata/xarray/pulls/3960 | This starts adding the parametrized accessor examples from #3829 to the accessor documentation as suggested by @jhamman. Since then the Also, this feature can be abused to add functions to the main (~When trying to build the docs locally, sphinx keeps complaining about a code block without code. Not sure what that is about~ seems the
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3960/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
801728730 | MDExOlB1bGxSZXF1ZXN0NTY3OTkzOTI3 | 4863 | apply to dataset | keewis 14808389 | open | 0 | 14 | 2021-02-05T00:05:22Z | 2022-06-09T14:50:17Z | MEMBER | 0 | pydata/xarray/pulls/4863 | as discussed in #4837, this adds a method that applies a function to a This function is really similar to
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4863/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
959063390 | MDExOlB1bGxSZXF1ZXN0NzAyMjM0ODc1 | 5668 | create the context objects passed to custom `combine_attrs` functions | keewis 14808389 | open | 0 | 1 | 2021-08-03T12:24:50Z | 2022-06-09T14:50:16Z | MEMBER | 0 | pydata/xarray/pulls/5668 | Follow-up to #4896: this creates the context object in reduce methods and passes it to
Note that for now this is a bit inconvenient to use for provenance tracking (as discussed in the |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5668/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]);