pull_requests: 18947350
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
18947350 | MDExOlB1bGxSZXF1ZXN0MTg5NDczNTA= | 192 | closed | 0 | Enhanced support for modifying Dataset & DataArray properties in place | 1217238 | With this patch, it is possible to perform the following operations: - `data_array.name = 'foo'` - `data_array.coordinates = ...` - `data_array.coordinates[0] = ...` - `data_array.coordinates['x'] = ...` - `dataset.coordinates['x'] = ...` - `dataset.rename(..., inplace=True)` It is no longer possible to set `data_array.variable = ....`, which was technically part of the public API but I would guess unused. | 2014-07-28T02:14:00Z | 2014-07-31T04:46:19Z | 2014-07-31T04:46:16Z | 2014-07-31T04:46:16Z | 8624314f0d0893e64f818e778ae40c9ffbaf89e3 | 650893 | 0 | a7f53516b31b49a841de2b67cfeb0027dfda5f71 | 6c394b14ecc04a53d804893060ed33cadfde688e | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/192 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests