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 abeccb2 commit 5938937Copy full SHA for 5938937
docs/release.rst
@@ -32,6 +32,12 @@ Release notes
32
* Corrects handling of ``NaT`` in ``datetime64`` and ``timedelta64`` in various
33
compressors (by :user:`John Kirkham <jakirkham>`; :issue:`127`, :issue:`131`).
34
35
+* Improvements to the compatibility layer used for normalising inputs to encode
36
+ and decode methods in most codecs. This removes unnecessary memory copies for
37
+ some codecs, and also simplifies the implementation of some codecs, improving
38
+ code readability and maintainability. By :user:`John Kirkham <jakirkham>` and
39
+ :user:`Alistair Miles <alimanfoo>`; :issue:`119`, :issue:`121`, :issue:`128`.
40
+
41
.. _release_0.5.5:
42
43
0.5.5
0 commit comments