issues
6 rows where repo = 13221727, type = "pull" and user = 45271239 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2152779535 | PR_kwDOAMm_X85n15Fl | 8784 | Do not attempt to broadcast when global option ``arithmetic_broadcast=False`` | etienneschalk 45271239 | closed | 0 | 1 | 2024-02-25T14:00:57Z | 2024-03-13T15:36:34Z | 2024-03-13T15:36:34Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/8784 | Follow-up PR after #8698
MotiveRefer to #8698 for history In this PR more specifically:
UnrelatedAlso adds a decorator to handle the optional dependency |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8784/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
2140225209 | PR_kwDOAMm_X85nLLgJ | 8761 | Use ruff for formatting | etienneschalk 45271239 | open | 0 | 10 | 2024-02-17T16:04:18Z | 2024-02-27T20:11:57Z | CONTRIBUTOR | 1 | pydata/xarray/pulls/8761 |
Note: many inline |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8761/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
2127814221 | PR_kwDOAMm_X85mhHB1 | 8729 | Reinforce alignment checks when `join='exact'` | etienneschalk 45271239 | closed | 0 | 0 | 2024-02-09T20:36:46Z | 2024-02-25T12:51:54Z | 2024-02-25T12:51:54Z | CONTRIBUTOR | 1 | pydata/xarray/pulls/8729 | :information_source: Companion PR of #8698 Aims to check the consequences of transforming |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8729/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
2116618415 | PR_kwDOAMm_X85l7Cdb | 8698 | New alignment option: `join='strict'` | etienneschalk 45271239 | closed | 0 | 5 | 2024-02-03T17:58:43Z | 2024-02-25T09:09:37Z | 2024-02-25T09:09:37Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/8698 | Title: New alignment option:
MotiveThis PR is motivated by solving of the following issues:
The current PR does not solve the unexpected issue described in #8231 without a change in user-code. Indeed, in the tests written, it is shown that to get the said expected behavior, the user would have to use the new This may not be enough to fix #8231. If that isn't, I can split the PR into two, first one for adding the Technical DetailsI try to detail here my thought process. Please correct me if there is anything wrong. This is my first time digging into this core logic! Here is my understanding of the terms:
Input data for Scenario 1, tested in ```python ds1 = Dataset( coords={ "x_center": ("x_center", [1, 2, 3]), "x_outer": ("x_outer", [0.5, 1.5, 2.5, 3.5]), }, )
``` Input data for Scenario 2, tested in ```python ds1 = Dataset( data_vars={ "a": ("x_center", [1, 2, 3]), "b": ("x_outer", [0.5, 1.5, 2.5, 3.5]), }, )
``` Logic for non-indexed dimensions logic was working "as expected", as it relies on However, the logic for indexed dimensions was surprising as such an expected check on dimensions' sizes was not performed. A check exists in |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8698/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
2117187646 | PR_kwDOAMm_X85l85Qf | 8702 | Add a simple `nbytes` representation in DataArrays and Dataset `repr` | etienneschalk 45271239 | closed | 0 | 23 | 2024-02-04T16:37:41Z | 2024-02-20T11:15:51Z | 2024-02-07T20:47:37Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/8702 | Edit: in contrary to what the title suggest, this is not an opt-in feature, it is enabled by default
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8702/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
2123948734 | PR_kwDOAMm_X85mT5_9 | 8719 | Test formatting platform | etienneschalk 45271239 | closed | 0 | 2 | 2024-02-07T21:41:23Z | 2024-02-09T03:01:35Z | 2024-02-09T03:01:35Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/8719 | Follow up #8702 / https://github.com/pydata/xarray/pull/8702#issuecomment-1932851112 The goal is to remove the not elegant OS-dependant checks introduced during the testing of #8702 A simple way to do so is to use unsigned integer as dtypes for tests involving data array representations on multiple OSes. Indeed, this solves the issue of the default dtypes being not printed in the repr, with default dtyps varying according to the OS. The tests show that the concerned dtypes are ~~- [ ] Closes #xxxx~~
- [x] Tests added
~~- [ ] User visible changes (including notable bug fixes) are documented in |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8719/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]);