pull_requests: 35055251
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
35055251 | MDExOlB1bGxSZXF1ZXN0MzUwNTUyNTE= | 409 | closed | 0 | Add display_width option | 1217238 | Example usage: ``` In [12]: ds = xray.Dataset({'x': np.arange(1000)}) In [13]: with xray.set_options(display_width=40): ....: print(ds) ....: <xray.Dataset> Dimensions: (x: 1000) Coordinates: * x (x) int64 0 1 2 3 4 5 6 ... Data variables: *empty* In [14]: with xray.set_options(display_width=60): ....: print(ds) ....: <xray.Dataset> Dimensions: (x: 1000) Coordinates: * x (x) int64 0 1 2 3 4 5 6 7 8 9 10 11 12 13 ... Data variables: *empty* ``` | 2015-05-08T23:27:55Z | 2015-05-12T04:19:28Z | 2015-05-12T04:17:22Z | 2015-05-12T04:17:22Z | 5cc5d486e9f22ccdd5289fda8063b0d4eb9bf7fc | 987654 | 0 | 46026f23ee3395e64765cadcee1fd2af66cd5c62 | 52e1fddd46cfb9be83de2f68e9b145b72eb90a71 | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/409 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests