Skip to content

Commit 150a83e

Browse files
committed
Add release notes
1 parent db03718 commit 150a83e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/release.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ Breaking changes
2222
are now keyword only, to support the updated API.
2323
By :user:`Sam Levang <slevang>`, :issue:`623`
2424

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.
2539

2640
Fixes
2741
~~~~~

0 commit comments

Comments
 (0)