Skip to content

Commit 86f5ce4

Browse files
authored
Changelog for 0.14.1 (#650)
1 parent 88660de commit 86f5ce4

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/release.rst

+13-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@ Release notes
66
# to document your changes. On releases it will be
77
# re-indented so that it does not show up in the notes.
88
9+
.. _unreleased:
10+
11+
Unreleased
12+
----------
13+
914
.. _unreleased:
1015

11-
Unreleased
12-
----------
16+
0.14.1
17+
------
1318

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

1929
Improvements

0 commit comments

Comments
 (0)