pull_requests: 1478281568
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1478281568 | PR_kwDOAMm_X85YHMlg | 8075 | closed | 0 | initial refactor for NamedArray | 13301940 | <!-- Feel free to remove check-list items aren't relevant to your change --> this pull request introduces the initial prototype for `NamedArray` as discussed in issue #8073. the intention is to approach the implementation in multiple phases through separate pull requests. the main objectives of this PR are as follows: 1. creation of a new class, `xarray.named_array.NamedArray`, which will encompass most of the necessary functionality for the lightweight version of `xarray.Variable`. As a result, `xarray.Variable` will inherit from this class and implement specific functionality related to xarray. 2. removal of all imports of internal Xarray classes and utilities from the `xarray.named_array` sub-package. the aim is to eliminate dependencies on anything within `xarray.core`. This will facilitate the future goal of moving `named_array` into its own standalone package, with `xarray` then depending on it. - [ ] Towards #3981 - [x] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in `api.rst` | 2023-08-17T02:37:37Z | 2023-09-27T15:35:13Z | 2023-09-27T15:23:21Z | 2023-09-27T15:23:21Z | c3b5ead8cdbce38157265fd449a2a641cc118066 | 0 | 2ef5064f1adb0cd9f314fff7bfe9bd6c24caf5ae | 84f5a0d2eef69cd2ee127c138e61066637d9f6ac | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/8075 |
Links from other tables
- 5 rows from pull_requests_id in labels_pull_requests