pull_requests: 1531240287
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | auto_merge | repo | url | merged_by |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1531240287 | PR_kwDOAMm_X85bRN9f | 8234 | closed | 0 | Improved typing of align & broadcast | 43316012 | - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` This PR improves the typing of align. Before: the type of the inputs was reduced to the common superclass and the return type was the same. This often required casts or ignores when mixing classes (e.g. `da, ds = xr.align(da, ds)`. Now: the return types are exactly the same as the input types if the number of passed arguments is <=5. Only downside: it requires some ugly overloads with type ignores on align. Maybe someone knows how to type this better? | 2023-09-26T20:02:22Z | 2023-12-18T20:28:03Z | 2023-10-09T10:21:40Z | 2023-10-09T10:21:40Z | 7aa207b250a50d94410c716e6f624286f9887650 | 0 | 6ad306ed4c9649a54b98a9c147467dc40838ccd7 | e09609c234590dffb1b46c8526c3524da561c0ec | COLLABORATOR | 13221727 | https://github.com/pydata/xarray/pull/8234 |
Links from other tables
- 2 rows from pull_requests_id in labels_pull_requests