Closed aulemahal closed 1 month ago
number
dt.week
dt.isocalendar().week
FutureWarning
No. all xarray versions we support have the isocalender() accessor.
isocalender()
Pull Request Checklist:
number
) and pull request (:pull:number
) has been addedWhat kind of change does this PR introduce?
dt.week
call todt.isocalendar().week
to avoid an (ancient)FutureWarning
from xarray.Does this PR introduce a breaking change?
No. all xarray versions we support have the
isocalender()
accessor.Other information: