Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@ Release notes
# to document your changes. On releases it will be
# re-indented so that it does not show up in the notes.

.. _unreleased:

Unreleased
----------

.. _unreleased:

Unreleased
----------
0.14.1
------

Fixes
~~~~~
* Cleanup ``crc32c`` soft dependency.
* Cleanups to the ``crc32c`` soft dependency.
Whereas in ``numcodecs`` 0.14.0 a runtime error was raised if
the ``CRC32C`` codec used without the ``crc32c`` installed,
the ``CRC32C`` codec is no longer defined at import time if
``crc32c`` is not installed. This has been changed to match
the behaviour of other optional dependencies/codecs.
By :user:`John Kirkham <jakirkham>`, :issue:`637`

Improvements
Expand Down
Loading