pull_requests: 668897974
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
668897974 | MDExOlB1bGxSZXF1ZXN0NjY4ODk3OTc0 | 5464 | closed | 0 | Allow plotting categorical data | 14371165 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #4260 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` ```python a = xr.DataArray( [0, 1, 2], dims=("dim_1"), coords=dict(dim_1=(["dim_1"], ["u", "v", "w"])), ) a.plot() ```  ```python a = xr.DataArray( [[0, 1, 2], [3, 4, 5]], dims=("dim_0", "dim_1"), coords=dict(dim_0=(["dim_0"], [0, 1]), dim_1=(["dim_1"], ["u", "v", "w"])), ) a.plot() ```  | 2021-06-12T15:51:34Z | 2021-07-18T21:19:21Z | 2021-06-21T17:45:39Z | 2021-06-21T17:45:39Z | b52b29ddebf65316917cca362101751249cc2b08 | 0 | 43d669638d19f66703cdeda39bc7968cb6b7965e | 5a14d7d398be7e0efc6d5c8920dc8886212c3b2a | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/5464 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests