You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-variable specification of boolean parameters in open_dataset (#9218)
* allow per-variable choice of mask_and_scale in open_dataset
* simplify docstring datatype
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* dict -> Mapping in type annotation
Co-authored-by: Michael Niklas <[email protected]>
* use typevar for _item_or_default annotation
Otherwise you lose all typing when you use that because it returns Any.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* implement feature for 4 additional parameters
* fix default value inconsistency
* add what's new + None annotation
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* _item_or_default return type T | None
* remove deault default value _item_or_default
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* docstring dtype naming
---------
Co-authored-by: Mathijs Verhaegh <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Michael Niklas <[email protected]>
0 commit comments