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
Typing for open_dataset/array/mfdataset and to_netcdf/zarr (#6612)
* type filename and chunks
* type open_dataset, open_dataarray, open_mfdataset
* type to_netcdf
* add return doc to Dataset.to_netcdf
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix import error
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* replace tuple[x] by Tuple[x] for py3.8
* fix some merge errors
* add overloads to to_zarr
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix absolute import
* CamelCase type vars
* move some literal type to core.types
* add JoinOptions to core.types
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add some blank lines under bullet lists in docs
* add comments to overloads
* some more typing
* fix absolute import
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Delete mypy.py
whops, accidential upload
* fix typo
* fix absolute import
* fix some absolute imports
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* replace Dict by dict
* fix DataArray import
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix _dataset_concat arg name
* fix DataArray not imported
* remove xr import in Dataset
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* some more typing
* replace some Sequence by Iterable
* fix wrong default in docstring
* fix docstring indentation
* fix overloads and type some tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix open_mfdataset typing
* minor update of docstring
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* remove uneccesary import
* fix overloads of to_netcdf
* minor docstring update
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments