Skip to content

Changelog for 0.14.1 #650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 21, 2024
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