issues: 57577216
This data as json
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
57577216 | MDExOlB1bGxSZXF1ZXN0MjkyNTA3MjA= | 321 | Automatic label-based alignment for math and Dataset constructor | 1217238 | closed | 0 | 799013 | 0 | 2015-02-13T09:31:43Z | 2015-03-03T06:24:02Z | 2015-02-13T22:19:29Z | MEMBER | 0 | pydata/xarray/pulls/321 | Fixes #186. This will be a major breaking change for v0.4. For example, we can now do things like this: ``` In [5]: x = xray.DataArray(range(5), dims='x') In [6]: x Out[6]: <xray.DataArray (x: 5)> array([0, 1, 2, 3, 4]) Coordinates: * x (x) int64 0 1 2 3 4 In [7]: x[:4] + x[1:] Out[7]: <xray.DataArray (x: 3)> array([2, 4, 6]) Coordinates: * x (x) int64 1 2 3 ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/321/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |