pull_requests: 16896623
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
16896623 | MDExOlB1bGxSZXF1ZXN0MTY4OTY2MjM= | 150 | closed | 0 | Fix DecodedCFDatetimeArray was being incorrectly indexed. | 514053 | This was causing an error in the following situation: ``` ds = xray.Dataset() ds['time'] = ('time', [np.datetime64('2001-05-01') for i in range(5)]) ds['variable'] = ('time', np.arange(5.)) ds.to_netcdf('test.nc') ds = xray.open_dataset('./test.nc') ss = ds.indexed(time=slice(0, 2)) ss.dumps() ``` Thanks @shoyer for the fix. | 2014-06-09T17:25:05Z | 2014-06-09T17:43:50Z | 2014-06-09T17:43:50Z | 2014-06-09T17:43:50Z | 2ec8b7127f0d27683cb6d32da859a62e00ded6b9 | 650893 | 0 | 095e7070342a01ce5ee06a4cabd55087ad80395d | 3af0e34b90b8ec5436047419ad3ed2402ad5ff24 | CONTRIBUTOR | 13221727 | https://github.com/pydata/xarray/pull/150 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests