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 6dd00c0 commit a4e1bb6Copy full SHA for a4e1bb6
docs/release.rst
@@ -28,6 +28,8 @@ Fixes
28
* Fixes issue with ``Delta`` Zarr 3 codec not working with ``astype``.
29
By :user:`Norman Rzepka <normanrz>`, :issue:`664`
30
* Cleanup ``PCodec`` soft dependency.
31
+ Previously importing ``numcodecs.pcodec`` would work if ``pcodec`` is not installed,
32
+ but now it will fail to import. This mirrors the behaviour of other optional dependencies.
33
By :user:`John Kirkham <jakirkham>`, :issue:`647`
34
35
0 commit comments