issues
6 rows where state = "open", type = "pull" and user = 43316012 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: draft, created_at (date), updated_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2021585639 | PR_kwDOAMm_X85g77tr | 8503 | Add option to define custom format of units in plots | headtr1ck 43316012 | open | 0 | 5 | 2023-12-01T21:09:18Z | 2024-02-02T22:09:11Z | COLLABORATOR | 0 | pydata/xarray/pulls/8503 |
We encountered the issue that we should plot units as I think setting this as a global option is the correct approach, but feel free to propose alternatives :) |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8503/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
2024737017 | PR_kwDOAMm_X85hGgaB | 8520 | Allow configuring open_dataset via backend instances | headtr1ck 43316012 | open | 0 | 9 | 2023-12-04T21:03:12Z | 2024-01-14T21:40:38Z | COLLABORATOR | 0 | pydata/xarray/pulls/8520 | Support passing instances of Closes #8447 Then instead of passing a long list of options to the It would look something like this:
TODO:
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8520/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
1943539215 | PR_kwDOAMm_X85c0AkW | 8309 | Move variable typed ops to NamedArray | headtr1ck 43316012 | open | 0 | 1 | 2023-10-14T20:22:07Z | 2023-10-26T21:55:01Z | COLLABORATOR | 1 | pydata/xarray/pulls/8309 | This is highly WIP and probably everything is broken right now... Just creating this now, so other people don't work on the same :) Feel free to continue here with me. @pydata/xarray 1. what do we do with commonly used functions, is it ok to copy them? 2. Moving the typed ops requires a lot of functions to be added to NamedArray, is there a consensus of what we want to move? Is it basically everything? 3. Slowly the utils module is becomming a graveyard of stuff we dont want to put elsewhere, maybe we should at least move the typing stuff over to a types module. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8309/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
1928972239 | PR_kwDOAMm_X85cC_Wb | 8276 | Give NamedArray Generic dimension type | headtr1ck 43316012 | open | 0 | 3 | 2023-10-05T20:02:56Z | 2023-10-16T13:41:45Z | COLLABORATOR | 1 | pydata/xarray/pulls/8276 |
This aims at making the dimenion type a generic parameter. I thought I will start with NamedArray when testing this out because it is much less interconnected. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8276/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
1368900431 | PR_kwDOAMm_X84-u2Jv | 7020 | Typing of abstract base classes | headtr1ck 43316012 | open | 0 | 6 | 2022-09-11T10:27:01Z | 2023-01-19T10:48:20Z | COLLABORATOR | 0 | pydata/xarray/pulls/7020 | This PR adds some typing to several abstract base classes that are used in xarray. Most of it is working, only one major point I could not figure out: What is the type of Several minor open points:
Overall it seems that typing has helped to find some problems again :) Mypy should fail for tests, I did not adopt them yet, want to solve the outstanding issues first. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/7020/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
1395053809 | PR_kwDOAMm_X85AEpA1 | 7117 | Expermimental mypy plugin | headtr1ck 43316012 | open | 0 | 2 | 2022-10-03T17:07:59Z | 2022-10-03T18:53:10Z | COLLABORATOR | 1 | pydata/xarray/pulls/7117 | I was playing around a bit with a mypy plugin and this was the best I could come up with. Unfortunately the mypy docu about the plugins is not very detailed... This plugin makes mypy recognize the user defined accessors. There is a quite severe bug in there (due to my lack of understanding of mypy internals probably) which makes it work only on the first run but when you change a line in your code and run mypy again it will crash... (you can delete the cache to make it work one more time again :) Any chance that a mypy expert can figure this out? haha |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/7117/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "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]);