pull_requests: 468311097
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
468311097 | MDExOlB1bGxSZXF1ZXN0NDY4MzExMDk3 | 4344 | closed | 0 | Fix overflow-related bug in computing means of cftime.datetime arrays | 6628425 | Going through `pandas.TimedeltaIndex` within `duck_array_ops._to_pytimedelta` leads to overflow problems (presumably it casts to a `"timedelta64[ns]"` type internally). This PR updates the logic to directly use NumPy to do the casting, first to `"timedelta64[us]"`, then to `datetime.timedelta`. - [x] Closes #4341 - [x] Tests added - [x] Passes `isort . && black . && mypy . && flake8` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` | 2020-08-15T13:08:33Z | 2020-08-15T20:05:29Z | 2020-08-15T20:05:23Z | 2020-08-15T20:05:23Z | 26547d19d477cc77461c09b3aadd55f7eb8b4dbf | 0 | 6c66b05acd2b309322aa5c6d3c2664299f872e79 | e6c111355137a123488c8dad48d473b32e9e5366 | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/4344 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests