File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,24 @@ Release notes
6
6
# to document your changes. On releases it will be
7
7
# re-indented so that it does not show up in the notes.
8
8
9
+ .. _unreleased :
10
+
11
+ Unreleased
12
+ ----------
13
+
9
14
.. _unreleased :
10
15
11
- Unreleased
12
- ----------
16
+ 0.14.1
17
+ ------
13
18
14
19
Fixes
15
20
~~~~~
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.
17
27
By :user: `John Kirkham <jakirkham> `, :issue: `637 `
18
28
19
29
Improvements
You can’t perform that action at this time.
0 commit comments