Closed
Description
What is your issue?
I merged #5950 but forgot that it included some backward-incompatible changes (Sorry! this came up in #6403 thanks to @mathause for spotting.)
- Arguments like
keep_attrs
,axis
are now keyword-only. - Some reductions had the 3rd position arg as
keep_attrs
and in other cases it wasaxis
.
These have been standardized now, and only dim
is accepted without kwarg-name.
@pydata/xarray Should we add a deprecation cycle (#5531)? Point (2) above will make it a little messy.
At the very least we should add a deprecation notice before releasing.
Metadata
Metadata
Assignees
Labels
No labels