@@ -11,11 +11,27 @@ Release notes
1111 Unreleased
1212 ----------
1313
14+
1415.. _unreleased :
1516
1617Unreleased
1718----------
1819
20+ Improvements
21+ ~~~~~~~~~~~~
22+ * Raise a custom `UnknownCodecError ` when trying to retrieve an unavailable codec.
23+ By :user: `Cas Wognum <cwognum> `.
24+
25+ Fixes
26+ ~~~~~
27+ * Remove redundant ``id `` from codec metadata serialization in Zarr3 codecs.
28+ By :user: `Norman Rzepka <normanrz> `, :issue: `685 `
29+
30+ .. _release_0.15.0 :
31+
32+ 0.15.0
33+ ------
34+
1935Breaking changes
2036~~~~~~~~~~~~~~~~
2137* All arguments to the ``PCodec `` constructor except for ``level ``
@@ -36,11 +52,16 @@ This is because they are not intended to be public API.
3652In addition, ``numcodecs.blosc.decompress_partial `` is deprecated as
3753has always been experimental and there is no equivalent in the official
3854blsoc Python package.
55+ By :user: `David Stansby <dstansby> `, :issue`619`
3956
4057Fixes
4158~~~~~
4259* Fixes issue with ``Delta `` Zarr 3 codec not working with ``astype ``.
4360 By :user: `Norman Rzepka <normanrz> `, :issue: `664 `
61+ * Cleanup ``PCodec `` soft dependency.
62+ Previously importing ``numcodecs.pcodec `` would work if ``pcodec `` is not installed,
63+ but now it will fail to import. This mirrors the behaviour of other optional dependencies.
64+ By :user: `John Kirkham <jakirkham> `, :issue: `647 `
4465* Fixes issues with the upcoming ``zarr `` 3.0.0 release.
4566 By :user: `Norman Rzepka <normanrz> `, :issue: `675 `
4667
@@ -64,6 +85,7 @@ Improvements
6485 are still silently caught.
6586 By :user: `David Stansby <dstansby> `, :issue: `550 `.
6687
88+ .. _release_0.14.1 :
6789
68900.14.1
6991------
0 commit comments