issues: 408340215
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
408340215 | MDExOlB1bGxSZXF1ZXN0MjUxNjExMDM5 | 2757 | Allow expand_dims() method to support inserting/broadcasting dimensions with size>1 | 10720577 | closed | 0 | 4 | 2019-02-08T21:59:36Z | 2019-03-26T02:42:11Z | 2019-03-26T02:41:48Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/2757 | This pull request enhances the Changes:
Included:
What's new:All of the old functionality is still there, so it shouldn't break anyone's existing code that uses it. You can now pass a dim as a dict, where the keys are the new dimensions and the values are either integers (giving the length of the new dimensions) or iterables (giving the coordinates of the new dimensions). ``` import numpy as np import xarray as xr
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2757/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |