cf-xarray 0.10.3__tar.gz → 0.10.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/PKG-INFO +1 -1
- cf_xarray-0.10.4/cf_xarray/_version.py +1 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/accessor.py +21 -2
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray.egg-info/PKG-INFO +1 -1
- cf_xarray-0.10.3/cf_xarray/_version.py +0 -1
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.binder/environment.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.deepsource.toml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.github/dependabot.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.github/release.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.github/workflows/ci.yaml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.github/workflows/parse_logs.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.github/workflows/pypi.yaml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.github/workflows/testpypi-release.yaml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.github/workflows/upstream-dev-ci.yaml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.gitignore +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.pre-commit-config.yaml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.readthedocs.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/.tributors +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/CITATION.cff +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/LICENSE +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/README.rst +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/__init__.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/coding.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/criteria.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/datasets.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/formatting.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/geometry.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/groupers.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/helpers.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/options.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/parametric.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/py.typed +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/scripts/make_doc.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/scripts/print_versions.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/sgrid.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/__init__.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/conftest.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/test_accessor.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/test_coding.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/test_geometry.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/test_groupers.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/test_helpers.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/test_options.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/test_parametric.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/test_scripts.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/tests/test_units.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/units.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray/utils.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray.egg-info/SOURCES.txt +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray.egg-info/dependency_links.txt +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray.egg-info/requires.txt +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/cf_xarray.egg-info/top_level.txt +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/ci/doc.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/ci/environment-all-min-deps.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/ci/environment-no-optional-deps.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/ci/environment.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/ci/upstream-dev-env.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/codecov.yml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/2D_bounds_averaged.png +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/2D_bounds_error.png +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/2D_bounds_nonunique.png +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/Makefile +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/_static/dataset-diagram-logo.tex +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/_static/full-logo.png +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/_static/logo.png +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/_static/logo.svg +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/_static/rich-repr-example.png +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/_static/style.css +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/api.rst +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/bounds.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/cartopy_rotated_pole.png +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/coding.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/conf.py +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/contributing.rst +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/coord_axes.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/custom-criteria.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/dsg.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/examples/introduction.ipynb +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/faq.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/flags.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/geometry.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/grid_mappings.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/howtouse.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/index.rst +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/make.bat +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/parametricz.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/plotting.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/provenance.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/quickstart.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/roadmap.rst +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/selecting.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/sgrid_ugrid.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/units.md +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/doc/whats-new.rst +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/pyproject.toml +0 -0
- {cf_xarray-0.10.3 → cf_xarray-0.10.4}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.10.4"
|
|
@@ -26,8 +26,27 @@ import xarray as xr
|
|
|
26
26
|
from xarray import DataArray, Dataset
|
|
27
27
|
from xarray.core.groupby import GroupBy
|
|
28
28
|
from xarray.core.resample import Resample
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
|
|
30
|
+
try:
|
|
31
|
+
from xarray.core.rolling import ( # type:ignore[import-not-found,no-redef,unused-ignore]
|
|
32
|
+
Coarsen,
|
|
33
|
+
Rolling,
|
|
34
|
+
)
|
|
35
|
+
except ImportError:
|
|
36
|
+
from xarray.computation.rolling import ( # type:ignore[import-not-found,no-redef,unused-ignore]
|
|
37
|
+
Coarsen,
|
|
38
|
+
Rolling,
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
try:
|
|
42
|
+
from xarray.core.weighted import (
|
|
43
|
+
Weighted, # type:ignore[import-not-found,no-redef,unused-ignore]
|
|
44
|
+
)
|
|
45
|
+
except ImportError:
|
|
46
|
+
from xarray.computation.weighted import ( # type:ignore[import-not-found,no-redef,unused-ignore]
|
|
47
|
+
Weighted,
|
|
48
|
+
)
|
|
49
|
+
|
|
31
50
|
|
|
32
51
|
from . import parametric, sgrid
|
|
33
52
|
from .criteria import (
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.10.3"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|