We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024d3ad commit 09b3f2cCopy full SHA for 09b3f2c
2 files changed
src/xarray_multiscale/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.1.0"
2
-from .multiscale import multiscale
+__version__ = "0.2.0"
+from .multiscale import multiscale, downscale
tests/test_xarray_multiscale.py
0 commit comments