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 db03718 commit 150a83eCopy full SHA for 150a83e
docs/release.rst
@@ -22,6 +22,20 @@ Breaking changes
22
are now keyword only, to support the updated API.
23
By :user:`Sam Levang <slevang>`, :issue:`623`
24
25
+Deprecations
26
+~~~~~~~~~~~~
27
+The following ``blosc`` funcitons are deprecated, with no replacement.
28
+This is because they are not intended to be public API.
29
+
30
+- ``numcodecs.blosc.init``
31
+- ``numcodecs.blosc.destroy``
32
+- ``numcodecs.blosc.compname_to_compcode``
33
+- ``numcodecs.blosc.cbuffer_sizes``
34
+- ``numcodecs.blosc.cbuffer_metainfo``
35
36
+In addition, ``numcodecs.blosc.decompress_partial`` is deprecated as
37
+has always been experimental and there is no equivalent in the official
38
+blsoc Python package.
39
40
Fixes
41
~~~~~
0 commit comments