html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/issues/7012#issuecomment-1244132595,https://api.github.com/repos/pydata/xarray/issues/7012,1244132595,IC_kwDOAMm_X85KJ_Tz,2448579,2022-09-12T18:27:38Z,2022-09-12T18:27:38Z,MEMBER,Thanks @Zeitsperre and @mathause . I made a bad choice for the default in #6667 . See #7022 for a solution,"{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1367029446
https://github.com/pydata/xarray/issues/7012#issuecomment-1243930142,https://api.github.com/repos/pydata/xarray/issues/7012,1243930142,IC_kwDOAMm_X85KJN4e,10194086,2022-09-12T15:42:33Z,2022-09-12T15:42:33Z,MEMBER,cc @dcherian ,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1367029446
https://github.com/pydata/xarray/issues/7012#issuecomment-1243917954,https://api.github.com/repos/pydata/xarray/issues/7012,1243917954,IC_kwDOAMm_X85KJK6C,10819524,2022-09-12T15:33:10Z,2022-09-12T15:33:10Z,CONTRIBUTOR,"@mathause You're right! I noticed this first in my builds using ""upstream"" dependencies (xarray@main, flox@main, cftime@master, bottleneck@master). It might indeed be flox-related!","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1367029446
https://github.com/pydata/xarray/issues/7012#issuecomment-1242640032,https://api.github.com/repos/pydata/xarray/issues/7012,1242640032,IC_kwDOAMm_X85KES6g,10194086,2022-09-10T06:01:49Z,2022-09-10T06:01:49Z,MEMBER,Ah - I probably don't have flox installed - that could be the reason. ,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1367029446
https://github.com/pydata/xarray/issues/7012#issuecomment-1241523928,https://api.github.com/repos/pydata/xarray/issues/7012,1241523928,IC_kwDOAMm_X85KACbY,10194086,2022-09-09T05:46:16Z,2022-09-09T05:46:16Z,MEMBER,"I cannot reproduce this (on master but I don't think we touched this since 2022.06):
```python
import xarray as xr
import cf_xarray
air = xr.tutorial.open_dataset(""air_temperature"")
air.resample(time=""MS"").mean(dim=""time"").lat
```
Returns
```
array([75. , 72.5, 70. , 67.5, 65. , 62.5, 60. , 57.5, 55. , 52.5, 50. , 47.5,
45. , 42.5, 40. , 37.5, 35. , 32.5, 30. , 27.5, 25. , 22.5, 20. , 17.5,
15. ], dtype=float32)
Coordinates:
* lat (lat) float32 75.0 72.5 70.0 67.5 65.0 ... 25.0 22.5 20.0 17.5 15.0
Attributes:
standard_name: latitude
long_name: Latitude
units: degrees_north
axis: Y
```
Would be interesting to get to the bottom of this.
(Funny enough - the attrs are not even dropped for `r.mean(keep_attrs=False).lat`.)","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1367029446