Skip to content

Commit 93d5aeb

Browse files
committed
Add release notes
1 parent b7fbea6 commit 93d5aeb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/release.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ Release notes
1616
Unreleased
1717
----------
1818

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+
1934
Fixes
2035
~~~~~
2136
* Fixes issue with ``Delta`` Zarr 3 codec not working with ``astype``.

0 commit comments

Comments
 (0)