We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f383efa commit 3a967daCopy full SHA for 3a967da
docs/changelog.rst
@@ -20,6 +20,10 @@ Deprecations
20
- Functions for reading and writing plink are deprecated, please use the `bio2zarr <https://github.com/sgkit-dev/bio2zarr>`_
21
and `vcztools <https://github.com/sgkit-dev/vcztools>`_ packages.
22
(:user:`tomwhite`, :pr:`1324`, :issue:`1318`)
23
+- Using rechunker for rechunking in sgkit is deprecated, please use the the
24
+ `Xarray chunk <https://docs.xarray.dev/en/stable/generated/xarray.Dataset.chunk.html#xarray.Dataset.chunk>`_
25
+ function directly.
26
+ (:user:`tomwhite`, :pr:`1325`)
27
28
.. Improvements
29
.. ~~~~~~~~~~~~
0 commit comments