We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90505c9 commit 97c6b18Copy full SHA for 97c6b18
docs/release.rst
@@ -41,6 +41,10 @@ Release notes
41
code readability and maintainability. By :user:`John Kirkham <jakirkham>` and
42
:user:`Alistair Miles <alimanfoo>`; :issue:`119`, :issue:`121`, :issue:`128`.
43
44
+* Return values from encode() and decode() methods are now returned as numpy
45
+ arrays for consistency across codecs. By :user:`John Kirkham <jakirkham>`,
46
+ :issue:`136`.
47
+
48
* Improvements to handling of errors in the :class:`numcodecs.blosc.Blosc` and
49
:class:`numcodecs.lz4.LZ4` codecs when the maximum allowed size of an input
50
buffer is exceeded. By :user:`Jerome Kelleher <jeromekelleher>`, :issue:`80`,
0 commit comments