From 8cd42c3c79e1dd11e21a3f00524cde13ec6ab97e Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 17 Jan 2025 19:25:24 +0000 Subject: [PATCH] Update release notes post 0.15.0 --- docs/release.rst | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/docs/release.rst b/docs/release.rst index d6852001..c5ba3919 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -11,6 +11,22 @@ Release notes Unreleased ---------- + +.. _unreleased: + +Unreleased +---------- + +Improvements +~~~~~~~~~~~~ +* Raise a custom `UnknownCodecError` when trying to retrieve an unavailable codec. + By :user:`Cas Wognum `. + +Fixes +~~~~~ +* Remove redundant ``id`` from codec metadata serialization in Zarr3 codecs. + By :user:`Norman Rzepka `, :issue:`685` + .. _release_0.15.0: 0.15.0 @@ -53,8 +69,6 @@ Fixes and a warning if the version was incompatible with `zfpy`. This check has been removed because `zfpy` now supports the newer versions of `NumPy`. By :user:`Meher Gajula `, :issue:`672` -* Remove redundant ``id`` from codec metadata serialization in Zarr3 codecs. - By :user:`Norman Rzepka `, :issue:`685` Improvements ~~~~~~~~~~~~ @@ -70,8 +84,6 @@ Improvements Import errors caused by optional dependencies (ZFPY, MsgPack, CRC32C, and PCodec) are still silently caught. By :user:`David Stansby `, :issue:`550`. -* Raise a custom `UnknownCodecError` when trying to retrieve an unavailable codec. - By :user:`Cas Wognum `. .. _release_0.14.1: