Skip to content

Deprecation of Dataset.update() returning a dataset object #10167

Open
@VeckoTheGecko

Description

@VeckoTheGecko

What is your issue?

Version: latest

#4932 mentions that the return value of Dataset.update() will be removed in v0.21 (released Jan 28, 2022).

xarray/xarray/core/dataset.py

Lines 5547 to 5553 in fd7c765

Returns
-------
updated : Dataset
Updated dataset. Note that since the update is in-place this is the input
dataset.
It is deprecated since version 0.17 and scheduled to be removed in 0.21.

This functionality wasn't removed yet due to #5630 (comment).

I don't think there was a tracking issue for that PR comment before.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs triageIssue that has not been reviewed by xarray team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions