pull_requests: 399200887
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
399200887 | MDExOlB1bGxSZXF1ZXN0Mzk5MjAwODg3 | 3936 | closed | 0 | Support multiple dimensions in DataArray.argmin() and DataArray.argmax() methods | 3958036 | These return dicts of the indices of the minimum or maximum of a DataArray over several dimensions. Inspired by @fujiisoup's work in #1469. With #3871, replaces #1469. Provides a simpler solution to #3160. Implemented so that ``` da.isel(da.argmin(list_of_dim)) == da.min(list_of_dim) da.isel(da.argmax(list_of_dim)) == da.max(list_of_dim) ``` <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #1469 - [x] Tests added - [x] Passes `isort -rc . && black . && mypy . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2020-04-05T18:52:52Z | 2020-06-29T20:22:49Z | 2020-06-29T19:36:26Z | 2020-06-29T19:36:25Z | bdcfab524ef1c852abe6dabcfabc7292f058fddc | 0 | 4aca9d9fcf5d2fbd4cecd951f5a99791ad5313ea | 65ca92a5c0a4143d00dd7a822bcb1d49738717f1 | CONTRIBUTOR | 13221727 | https://github.com/pydata/xarray/pull/3936 |
Links from other tables
- 2 rows from pull_requests_id in labels_pull_requests