Skip to content

Commit

Permalink
Update release notes post 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Jan 17, 2025
1 parent 6d090a3 commit 8cd42c3
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cwognum>`.

Fixes
~~~~~
* Remove redundant ``id`` from codec metadata serialization in Zarr3 codecs.
By :user:`Norman Rzepka <normanrz>`, :issue:`685`

.. _release_0.15.0:

0.15.0
Expand Down Expand Up @@ -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 <me-her>`, :issue:`672`
* Remove redundant ``id`` from codec metadata serialization in Zarr3 codecs.
By :user:`Norman Rzepka <normanrz>`, :issue:`685`

Improvements
~~~~~~~~~~~~
Expand All @@ -70,8 +84,6 @@ Improvements
Import errors caused by optional dependencies (ZFPY, MsgPack, CRC32C, and PCodec)
are still silently caught.
By :user:`David Stansby <dstansby>`, :issue:`550`.
* Raise a custom `UnknownCodecError` when trying to retrieve an unavailable codec.
By :user:`Cas Wognum <cwognum>`.

.. _release_0.14.1:

Expand Down

0 comments on commit 8cd42c3

Please sign in to comment.