Skip to content

Commit 5938937

Browse files
committed
release notes [ci skip]
1 parent abeccb2 commit 5938937

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/release.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Release notes
3232
* Corrects handling of ``NaT`` in ``datetime64`` and ``timedelta64`` in various
3333
compressors (by :user:`John Kirkham <jakirkham>`; :issue:`127`, :issue:`131`).
3434

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+
3541
.. _release_0.5.5:
3642

3743
0.5.5

0 commit comments

Comments
 (0)