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 b7fbea6 commit 93d5aebCopy full SHA for 93d5aeb
docs/release.rst
@@ -16,6 +16,21 @@ Release notes
16
Unreleased
17
----------
18
19
+Deprecations
20
+~~~~~~~~~~~~
21
+The following ``blosc`` funcitons are deprecated, with no replacement.
22
+This is because they are not intended to be public API.
23
+
24
+- ``numcodecs.blosc.init``
25
+- ``numcodecs.blosc.destroy``
26
+- ``numcodecs.blosc.compname_to_compcode``
27
+- ``numcodecs.blosc.cbuffer_sizes``
28
+- ``numcodecs.blosc.cbuffer_metainfo``
29
30
+In addition, ``numcodecs.blosc.decompress_partial`` is deprecated as
31
+has always been experimental and there is no equivalent in the official
32
+blsoc Python package.
33
34
Fixes
35
~~~~~
36
* Fixes issue with ``Delta`` Zarr 3 codec not working with ``astype``.
0 commit comments