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 1064812351,PR_kwDOAMm_X84_d78_,7073,closed,0,Fixed readme to have correct link for contributing page,73678798,"I updated the dead link under the contributing tab. This is my first time contributing to any open source project, so if I have done anything wrong please let me know. ",2022-09-23T02:04:35Z,2022-10-03T21:52:53Z,2022-09-23T17:32:10Z,2022-09-23T17:32:10Z,28647eabdbeac8a6c56a0f56e5da5740f7c4565c,,,0,7560f73e86f96f971236d418bead38061e9d7a41,1f4be33365573da19a684dd7f2fc97ace5d28710,CONTRIBUTOR,,13221727,https://github.com/pydata/xarray/pull/7073, 1067681122,PR_kwDOAMm_X84_o4Vi,7088,closed,0,DOC: Added example for a handful of DataArray method docstrings,73678798,"Added examples to docstrings for `DataArray.expand_dims()`, `DataArray.drop_duplicates()`, `DataArray.reset_coords()`, `DataArray.equals()`, `DataArray.identical()`, `DataArray.broadcast_equals()`, `DataArray.bfill()`, `DataArray.ffill()`, `DataArray.fillna()`, `DataArray.dropna()`, `DataArray.drop_isel()`, `DataArray.drop_sel()`, `DataArray.head()`, `DataArray.tail()`. ",2022-09-26T20:30:51Z,2022-10-03T21:52:52Z,2022-09-27T21:25:33Z,2022-09-27T21:25:33Z,2f0f95a46f956d1b22f95b9fa6b15d526897b7a4,,,0,91e1c477a0b33e0f730082f21ae2bf0c5f0026aa,a042ae69c0444912f94bb4f29c93fa05046893ed,CONTRIBUTOR,"{""enabled_by"": {""login"": ""dcherian"", ""id"": 2448579, ""node_id"": ""MDQ6VXNlcjI0NDg1Nzk="", ""avatar_url"": ""https://avatars.githubusercontent.com/u/2448579?v=4"", ""gravatar_id"": """", ""url"": ""https://api.github.com/users/dcherian"", ""html_url"": ""https://github.com/dcherian"", ""followers_url"": ""https://api.github.com/users/dcherian/followers"", ""following_url"": ""https://api.github.com/users/dcherian/following{/other_user}"", ""gists_url"": ""https://api.github.com/users/dcherian/gists{/gist_id}"", ""starred_url"": ""https://api.github.com/users/dcherian/starred{/owner}{/repo}"", ""subscriptions_url"": ""https://api.github.com/users/dcherian/subscriptions"", ""organizations_url"": ""https://api.github.com/users/dcherian/orgs"", ""repos_url"": ""https://api.github.com/users/dcherian/repos"", ""events_url"": ""https://api.github.com/users/dcherian/events{/privacy}"", ""received_events_url"": ""https://api.github.com/users/dcherian/received_events"", ""type"": ""User"", ""site_admin"": false}, ""merge_method"": ""squash"", ""commit_title"": ""DOC: Added example for a handful of DataArray method docstrings (#7088)"", ""commit_message"": ""Co-authored-by: Tom Nicholas \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Deepak Cherian ""}",13221727,https://github.com/pydata/xarray/pull/7088, 1075330312,PR_kwDOAMm_X85AGD0I,7120,closed,0,More informative error for passing a list to dataset.transpose,73678798,"Closes #6502 - [x] Closes #xxxx - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` ~~- [ ] New functions/methods are listed in `api.rst`~~ ",2022-10-03T23:53:43Z,2022-10-04T20:45:45Z,2022-10-04T18:22:52Z,2022-10-04T18:22:52Z,13c52b27b777709fc3316cf4334157f50904c02b,,,0,93b250038fe2a148e55f7848c6300cd6af908404,58ab594aa4315e75281569902e29c8c69834151f,CONTRIBUTOR,"{""enabled_by"": {""login"": ""max-sixty"", ""id"": 5635139, ""node_id"": ""MDQ6VXNlcjU2MzUxMzk="", ""avatar_url"": ""https://avatars.githubusercontent.com/u/5635139?v=4"", ""gravatar_id"": """", ""url"": ""https://api.github.com/users/max-sixty"", ""html_url"": ""https://github.com/max-sixty"", ""followers_url"": ""https://api.github.com/users/max-sixty/followers"", ""following_url"": ""https://api.github.com/users/max-sixty/following{/other_user}"", ""gists_url"": ""https://api.github.com/users/max-sixty/gists{/gist_id}"", ""starred_url"": ""https://api.github.com/users/max-sixty/starred{/owner}{/repo}"", ""subscriptions_url"": ""https://api.github.com/users/max-sixty/subscriptions"", ""organizations_url"": ""https://api.github.com/users/max-sixty/orgs"", ""repos_url"": ""https://api.github.com/users/max-sixty/repos"", ""events_url"": ""https://api.github.com/users/max-sixty/events{/privacy}"", ""received_events_url"": ""https://api.github.com/users/max-sixty/received_events"", ""type"": ""User"", ""site_admin"": false}, ""merge_method"": ""squash"", ""commit_title"": ""More informative error for passing a list to dataset.transpose (#7120)"", ""commit_message"": ""* Added statement to check if list is passed for dims and raise a more helpful error\r\n\r\n* Fixed issue where isinstance would not work when no arguments are passed\r\n\r\n* Added test\r\n\r\n* Updated whats-new.rst\r\n\r\n* Updated whats-new.rst with pull number\r\n\r\n* Removed test print statement\r\n\r\n* Update xarray/core/dataset.py\r\n\r\nCo-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>\r\n\r\n* Fixed test to inclued whole error output and imported regex. Changed transpose join statement\r\n\r\n* Hopefully fixed typecheck error and improved readability from suggestions by @max-sixty\r\n\r\nCo-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>""}",13221727,https://github.com/pydata/xarray/pull/7120, 1082423634,PR_kwDOAMm_X85AhHlS,7152,closed,0,Cumulative examples,73678798,"Here I am trying to add docstring example to the cumulative functions. I did this by basically copying the method used for the reduction functions. Not sure at all if I did this correctly so i'm marking it a draft - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [x] New functions/methods are listed in `api.rst` ",2022-10-10T19:24:32Z,2022-10-26T17:19:21Z,2022-10-26T16:02:31Z,2022-10-26T16:02:31Z,076bd8e15f04878d7b97100fb29177697018138f,,,0,21e040c7cd5f7850cc936070c547bf9a5d68dbd1,9951491e0b849834c369de522de2df8172a2e298,CONTRIBUTOR,,13221727,https://github.com/pydata/xarray/pull/7152,