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 ed94877 commit 839a584Copy full SHA for 839a584
docs/release.rst
@@ -36,6 +36,8 @@ Maintenance
36
``zarr-python`` if you can install it, but to reduce our maintenance
37
burden we will no longer run our compatibility tests for it.
38
By :user:`David Stansby <dstansby>` (:issue:`2344`).
39
+* Excluded version 0.14.0 of numcodecs, due to a bug in the implementation of
40
+ the Delta filter (see https://github.com/zarr-developers/numcodecs/issues/653 for more information).
41
42
Deprecations
43
~~~~~~~~~~~~
pyproject.toml
@@ -42,7 +42,7 @@ docs = [
'sphinx-copybutton',
'pydata-sphinx-theme',
44
'numpydoc',
45
- 'numcodecs[msgpack]',
+ 'numcodecs[msgpack]!=0.14.0',
46
]
47
48
[project.urls]
0 commit comments