We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7333035 commit d5a5267Copy full SHA for d5a5267
docs/release.rst
@@ -40,6 +40,11 @@ Release notes
40
some codecs, and also simplifies the implementation of some codecs, improving
41
code readability and maintainability. By :user:`John Kirkham <jakirkham>` and
42
:user:`Alistair Miles <alimanfoo>`; :issue:`119`, :issue:`121`, :issue:`128`.
43
+
44
+* Improvements to handling of errors in the :class:`numcodecs.blosc.Blosc` and
45
+ :class:`numcodecs.lz4.LZ4` codecs when the maximum allowed size of an input
46
+ buffer is exceeded. By :user:`Jerome Kelleher <jeromekelleher>`, :issue:`80`,
47
+ :issue:`81`.
48
49
50
.. _release_0.5.5:
0 commit comments